Searched defs:strdup (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dstrdup.c31 strdup(register const char* s) function
/ast/src/lib/libast/string/
H A Dstrdup.c29 __STDPP__directive pragma pp:hide strdup
31 #define strdup ______strdup
39 __STDPP__directive pragma pp:nohide strdup
41 #undef strdup
54 strdup(register const char* s) function
/ast/src/cmd/3d/
H A Dast.c107 #undef strdup macro
113 extern char* strdup(const char*);
119 extern char* _ast_strdup(const char* s) { return strdup(s); }
/ast/src/lib/libast/vmalloc/
H A Dmalloc.c699 char* strdup(const char* s) function
701 char* strdup(s)
/ast/src/lib/libpp/
H A Dpplib.h862 #undef strdup macro
863 #define strdup(s) vmstrdup(Vmregion,s) macro

Completed in 107 milliseconds