Searched refs:uStringDup (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dxkbpath.c112 *extra_data = uStringDup(tmp);
121 *file_rtrn = uStringDup(str);
132 *file_rtrn = uStringDup(str);
142 *map_rtrn = uStringDup(str);
H A Dutils.h159 #define uStringDup(s1) ((s1) ? strdup(s1) : NULL) macro
161 extern char *uStringDup(const char * /* s1 */
H A Dutils.c270 uStringDup(const char *str) function in typeref:typename:char *
H A Dparseutils.c708 stmt = uStringDup(str);
860 .topName = uStringDup(name),
H A Dxkbcomp.c686 inputMap = uStringDup(tmpstr);
751 outputFile = uStringDup("-");
H A Dkeytypes.c115 info->name = uStringDup("default");
1041 info->name = uStringDup(file->name);
H A Dgeometry.c751 old->value = uStringDup(new->value);
767 new->name = uStringDup(old->name);
768 new->value = uStringDup(old->value);
1765 di->logoName = uStringDup(tmp.str);
2824 info->name = uStringDup(file->name);
3680 uStringDup(XkbAtomGetString(NULL, info.fontSpec));
H A Dcompat.c723 info->name = uStringDup(file->name);
H A Dkeycodes.c758 info->name = uStringDup(file->name);
H A Dsymbols.c1624 info->name = uStringDup(file->name);
/xsrc/external/mit/xkbevd/dist/
H A Dutils.h105 #define uStringDup(s1) (strdup(s1)) macro
H A Dcfgscan.c247 scanStr = uStringDup(buf);
318 scanStr = uStringDup(buf);
365 scanStr = uStringDup(buf);
H A Dxkbevd.c424 tmp = uStringDup(&cfg->action.text[1]);

Completed in 24 milliseconds