Searched defs:uStringDup (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xkbevd/dist/
H A Dutils.h105 #define uStringDup(s1) (strdup(s1)) macro
/xsrc/external/mit/xkbcomp/dist/
H A Dutils.h159 #define uStringDup(s1) ((s1) ? strdup(s1) : NULL) macro
H A Dutils.c270 uStringDup(const char *str) function in typeref:typename:char *

Completed in 3 milliseconds