Searched defs:uStringDup (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xkbevd/dist/ | ||
| H A D | utils.h | 105 #define uStringDup(s1) (strdup(s1)) macro |
| /xsrc/external/mit/xkbcomp/dist/ | ||
| H A D | utils.h | 159 #define uStringDup(s1) ((s1) ? strdup(s1) : NULL) macro |
| H A D | utils.c | 270 uStringDup(const char *str) function in typeref:typename:char * |
Completed in 3 milliseconds