Home
last modified time | relevance | path

Searched refs:StrNDup (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/tools/defval/
Dmisc.c50 char *StrNDup(const char *str, int len) in StrNDup() function
328 *dir = StrNDup(path, base_top); in UnpackFileName()
330 *base = StrNDup(path + base_top, ext_top - base_top); in UnpackFileName()
Dmisc.h38 char *StrNDup(const char *str, int len);
Dget_defval.c191 name = StrNDup(str_name, str_name_len); in puts_modified_dvalue()
/TwlSDK-5.1.0/build/tools/bin2obj/
Dcookargs.c349 char *StrNDup(const char *str, int len) in StrNDup() function
450 *dir = StrNDup(path, base_top); in UnpackFileName()
452 *base = StrNDup(path + base_top, ext_top - base_top - 1); in UnpackFileName()
Dbin2obj.h65 char *StrNDup(const char *str, int len);