| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | Pointer.c | 119 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 D | Pointer.c | 114 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 D | PrOfId.c | 78 return strdup((*papColorSpaces)->prefix); 91 return strdup((*papColorSpaces)->prefix);
|
| /xsrc/external/mit/libSM/dist/src/ |
| H A D | sm_misc.c | 108 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 D | t_efp.c | 16 char *in = strdup("foo:~/bar");
|
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | register.c | 84 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 D | setauth.c | 93 = strdup(entries[i].protocol_name); 96 = strdup(entries[i].network_id); 99 = strdup(entries[i].auth_name);
|
| H A D | iceauth.c | 169 *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 D | replacement.c | 39 char *str1 = strdup("test1"); 40 char *str2 = strdup("test1");
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/hash_table/ |
| H A D | replacement.c | 39 char *str1 = strdup("test1"); 40 char *str2 = strdup("test1");
|
| H A D | collision.c | 44 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 D | egl_has_extension_nocontext.c | 63 an_extension = strdup(extensions);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | InitInput.c | 125 g_pwinPointer->name = strdup("Windows mouse"); 126 g_pwinKeyboard->name = strdup("Windows keyboard");
|
| /xsrc/external/mit/xorg-server.old/dist/test/ |
| H A D | xkb.c | 122 /* 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 D | test_xkb.c | 131 /* 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 D | hal.c | 82 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 D | config.c | 136 (*options)->key = strdup(key); 137 (*options)->value = strdup(value);
|
| H A D | udev.c | 88 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 D | dir.c | 44 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 D | dir.c | 45 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 D | hash.c | 99 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 D | glutDstr.cpp | 35 gState.displayString = strdup(string);
|
| /xsrc/external/mit/xorg-server/dist/config/ |
| H A D | hal.c | 82 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 D | xrandr.c | 93 monitor_names[i] = strdup(name); 97 monitor_names[i] = strdup("");
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | client.c | 228 *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);
|