Searched refs:strdup (Results 1 - 25 of 439) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DPointer.c119 strdup("Protocol"),
126 strdup("Device"),
131 strdup("Emulate3Buttons"),
139 strdup("Emulate3Timeout"),
144 strdup("ChordMiddle"),
152 strdup("Buttons"), s);
159 strdup("BaudRate"), s);
166 strdup("SampleRate"), s);
173 strdup("Resolution"), s);
177 strdup("ClearDT
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DPointer.c114 strdup("Protocol"), xf86_lex_val.str);
120 strdup("Device"), xf86_lex_val.str);
124 strdup("Emulate3Buttons"),
132 strdup("Emulate3Timeout"),
137 strdup("ChordMiddle"), NULL);
144 strdup("Buttons"), s);
151 strdup("BaudRate"), s);
158 strdup("SampleRate"), s);
165 strdup("Resolution"), s);
169 strdup("ClearDT
[all...]
/xsrc/external/mit/libX11/dist/src/xcms/
H A DPrOfId.c78 return strdup((*papColorSpaces)->prefix);
91 return strdup((*papColorSpaces)->prefix);
/xsrc/external/mit/libSM/dist/src/
H A Dsm_misc.c108 return strdup(smcConn->vendor);
115 return strdup(smcConn->release);
122 return strdup(smcConn->client_id);
156 return strdup(smsConn->client_id);
/xsrc/external/mit/ctwm/dist/tests/util_expand/
H A Dt_efp.c16 char *in = strdup("foo:~/bar");
/xsrc/external/mit/libICE/dist/src/
H A Dregister.c84 strdup(protocolName);
101 p->vendor = strdup(vendor);
102 p->release = strdup(release);
118 p->auth_names[i] = strdup(authNames[i]);
187 strdup(protocolName);
197 p->vendor = strdup(vendor);
198 p->release = strdup(release);
217 p->auth_names[i] = strdup(authNames[i]);
H A Dsetauth.c93 = strdup(entries[i].protocol_name);
96 = strdup(entries[i].network_id);
99 = strdup(entries[i].auth_name);
H A Diceauth.c169 *errorStringRet = strdup(tempstr);
193 *errorStringRet = strdup(tempstr);
256 *errorStringRet = strdup(tempstr);
275 *errorStringRet = strdup(tempstr);
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/hash_table/
H A Dreplacement.c39 char *str1 = strdup("test1");
40 char *str2 = strdup("test1");
/xsrc/external/mit/MesaLib/dist/src/util/tests/hash_table/
H A Dreplacement.c39 char *str1 = strdup("test1");
40 char *str2 = strdup("test1");
H A Dcollision.c44 const char *str1 = strdup("test1");
45 const char *str2 = strdup("test2");
46 const char *str3 = strdup("test3");
/xsrc/external/mit/libepoxy/dist/test/
H A Degl_has_extension_nocontext.c63 an_extension = strdup(extensions);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DInitInput.c125 g_pwinPointer->name = strdup("Windows mouse");
126 g_pwinKeyboard->name = strdup("Windows keyboard");
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dxkb.c122 /* This test failed before XkbGetRulesDftlts changed to strdup.
137 rmlvo_backup.rules = strdup(rmlvo.rules);
138 rmlvo_backup.layout = strdup(rmlvo.layout);
139 rmlvo_backup.model = strdup(rmlvo.model);
140 rmlvo_backup.variant = strdup(rmlvo.variant);
141 rmlvo_backup.options = strdup(rmlvo.options);
/xsrc/external/mit/xorg-server/dist/test/
H A Dtest_xkb.c131 /* This test failed before XkbGetRulesDftlts changed to strdup.
146 rmlvo_backup.rules = strdup(rmlvo.rules);
147 rmlvo_backup.layout = strdup(rmlvo.layout);
148 rmlvo_backup.model = strdup(rmlvo.model);
149 rmlvo_backup.variant = strdup(rmlvo.variant);
150 rmlvo_backup.options = strdup(rmlvo.options);
/xsrc/external/mit/xorg-server.old/dist/config/
H A Dhal.c82 ret = strdup(prop);
157 attrs.device = strdup(path);
161 name = strdup("(unnamed)");
163 attrs.product = strdup(name);
214 options->key = strdup("_source");
215 options->value = strdup("server/hal");
280 xkb_opts.layout = strdup(tmp_val);
284 xkb_opts.model = strdup(tmp_val);
288 xkb_opts.rules = strdup(tmp_val);
292 xkb_opts.variant = strdup(tmp_va
[all...]
H A Dconfig.c136 (*options)->key = strdup(key);
137 (*options)->value = strdup(value);
H A Dudev.c88 options->key = strdup("_source");
89 options->value = strdup("server/udev");
108 attrs.pnp_id = strdup(pnp_id);
123 attrs.product = strdup(name);
129 attrs.device = strdup(path);
168 attrs.vendor = strdup(value);
/xsrc/external/mit/libXfont/dist/src/builtins/
H A Ddir.c44 dirs[i].file_name = strdup(a_dirs[i].file_name);
45 dirs[i].font_name = strdup(a_dirs[i].font_name);
105 aliases[i].font_name = strdup(a_aliases[i].font_name);
/xsrc/external/mit/libXfont2/dist/src/builtins/
H A Ddir.c45 dirs[i].file_name = strdup(a_dirs[i].file_name);
46 dirs[i].font_name = strdup(a_dirs[i].font_name);
106 aliases[i].font_name = strdup(a_aliases[i].font_name);
/xsrc/external/mit/mkfontscale/dist/
H A Dhash.c99 keycopy = strdup(key);
103 valuecopy = strdup(value);
114 keycopy = strdup(key);
118 valuecopy = strdup(value);
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutDstr.cpp35 gState.displayString = strdup(string);
/xsrc/external/mit/xorg-server/dist/config/
H A Dhal.c82 ret = strdup(prop);
159 attrs.device = strdup(path);
163 name = strdup("(unnamed)");
165 attrs.product = strdup(name);
288 xkb_opts.layout = strdup(tmp_val);
292 xkb_opts.model = strdup(tmp_val);
296 xkb_opts.rules = strdup(tmp_val);
300 xkb_opts.variant = strdup(tmp_val);
304 xkb_opts.options = strdup(tmp_val);
324 xkb_opts.options = strdup(tmp_va
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dxrandr.c93 monitor_names[i] = strdup(name);
97 monitor_names[i] = strdup("");
/xsrc/external/mit/xorg-server/dist/os/
H A Dclient.c228 *cmdname = strdup(is);
248 *cmdargs = strdup(args);
275 *cmdname = strdup(argv[0]);
317 *cmdname = strdup(path);
377 *cmdname = strdup(psinfo.pr_psargs);
380 *cmdargs = strdup(sp);

Completed in 13 milliseconds

1234567891011>>