| /xsrc/external/mit/ctwm/dist/ |
| H A D | parse_m4.c | 141 char *server, *colon; local in function:m4_defs 147 colon = strchr(server, ':'); 148 if(colon != NULL) { 149 *colon = '\0';
|
| H A D | image.c | 233 char *colon; local in function:ExpandPixmapPath 236 /* PixmapDirectory is a colon-separated list */ 237 while((colon = strchr(p, ':'))) { 238 *colon = '\0'; 240 *colon = ':'; 245 p = colon + 1;
|
| H A D | util.c | 69 char *ret, *colon, *p; local in function:ExpandFilePath 74 while((colon = strchr(p, ':'))) { 75 len += colon - p + 1; 79 p = colon + 1; 89 while((colon = strchr(p, ':'))) { 90 *colon = '\0'; 98 *colon = ':'; 100 p = colon + 1;
|
| H A D | functions_misc.c | 396 char *colon; local in function:Execute 404 colon = strrchr(ds, ':'); 405 if(colon) { 409 dot = strchr(colon, '.');
|
| /xsrc/external/mit/xmessage/dist/ |
| H A D | makeform.c | 129 char *start, *colon, *comma; local in function:parse_name_and_exit_code_list 133 colon = comma = NULL; 141 else if (*cp == ':') colon = cp; 149 * If comma is NULL then we are at the end of the string. If colon 155 if (colon) { 156 exitcode = atoi (colon+1); 157 *colon = '\0';
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcCharSet.c | 176 const char *colon; local in function:_XlcCreateDefaultCharSet 197 if ((colon = strchr(charset->name, ':')) != NULL) { 198 size_t length = (size_t)(colon - charset->name);
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | library.c | 82 const char *colon; local in function:_XcursorBuildThemeDir 94 colon = strchr (dir, ':'); 95 if (!colon) 96 colon = dir + strlen (dir); 98 dirlen = (int) (colon - dir); 157 char *colon = strchr (path, ':'); local in function:_XcursorNextPath 159 if (!colon) 161 return colon + 1;
|
| /xsrc/external/mit/xrdb/dist/ |
| H A D | xrdb.c | 332 const char *line, *colon, *temp, *str; local in function:GetEntries 365 colon = FindFirst(str, ':', NULL); 366 if (!colon || colon > line) { 369 "%s: colon missing on line %d, ignoring line\n", 377 length = colon - str; 385 colon++; 386 while (*colon == ' ' || *colon == '\t') 387 colon 584 char client[MAXHOSTNAMELEN], server[MAXHOSTNAMELEN], *colon; local in function:DoDisplayDefines [all...] |
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_util.c | 162 char *slash, *colon, *dot, *end; local in function:_xcb_parse_display 192 colon = strrchr(name, ':'); 193 if(!colon) 195 len = colon - name; 196 ++colon; 197 display = strtoul(colon, &dot, 10); 198 if(dot == colon)
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | choose.c | 142 char *colon = (char *) strrchr (host, ':'); 145 /* backtrack over previous colon if there are 2 (DECnet), 147 if ((*(colon - 1) == ':') && (*(colon - 2) != ':')) 148 colon--; 150 *colon = '\0'; 154 *colon = ':'; 141 char *colon = (char *) strrchr (host, ':'); local in function:GetSessionNames
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Intrinsic.c | 1090 _Xconst _XtString colon; local in function:XtFindFile 1102 colon = path; 1104 while (*colon) { 1105 if (*colon != ':') 1107 colon++; 1110 /* now look for an un-escaped colon */ 1111 for (; *colon; colon++) { 1112 if (*colon == '%' && *(path + 1)) { 1113 colon [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | auth.c | 996 char *colon; local in function:setAuthNumber 1000 colon = strrchr(name, ':'); 1001 if (colon) { 1002 ++colon; 1003 dot = strchr(colon, '.'); 1005 auth->number_length = dot - colon; 1007 auth->number_length = strlen (colon); 1010 strncpy (number, colon, auth->number_length);
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | 256colors2.pl | 56 -C like -c, but allow semicolon plus colon
|
| H A D | 88colors2.pl | 57 -C like -c, but allow semicolon plus colon
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| H A D | greet.c | 530 char *colon = strrchr(hostname, ':'); local in function:GreetUser 532 if (colon != NULL) 533 *colon = '\0';
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxinfo.c | 475 char *colon = NULL, *period = NULL; local in function:print_screen_info 510 colon = strrchr(displayName, ':'); 511 if (colon) { 512 period = strchr(colon, '.');
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccfg.c | 2409 FcChar8 *env, *e, *colon; local in function:FcConfigGetPath 2434 colon = (FcChar8 *) strchr ((char *) e, FC_SEARCH_PATH_SEPARATOR); 2435 if (!colon) 2436 colon = e + strlen ((char *) e); 2437 path[i] = malloc (colon - e + 1); 2440 strncpy ((char *) path[i], (const char *) e, colon - e); 2441 path[i][colon - e] = '\0'; 2442 if (*colon) 2443 e = colon + 1; 2445 e = colon; [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.2.6.rst | 77 - bin/get-pick-list.sh: handle fixes tag with missing colon
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest.cc | 229 "A colon-separated list of glob (not regex) patterns " 242 "by a colon and an output file name or directory. A directory " 418 const char* const colon = strchr(gtest_output_flag, ':'); local in function:testing::internal::UnitTestOptions::GetOutputFormat 419 return (colon == NULL) ? 421 std::string(gtest_output_flag, colon - gtest_output_flag); 431 const char* const colon = strchr(gtest_output_flag, ':'); local in function:testing::internal::UnitTestOptions::GetAbsolutePathToOutputFile 432 if (colon == NULL) 438 internal::FilePath output_name(colon + 1); 446 internal::FilePath(colon + 1)); 524 // A filter is a colon 927 const ::std::string::size_type colon = str.find(delimiter, pos); local in function:testing::internal::SplitString [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest.cc | 238 "A colon-separated list of glob (not regex) patterns " 264 "optionally followed by a colon and an output file name or directory. " 439 const char* const colon = strchr(gtest_output_flag, ':'); local in function:testing::internal::UnitTestOptions::GetOutputFormat 440 return (colon == nullptr) 443 static_cast<size_t>(colon - gtest_output_flag)); 455 const char* const colon = strchr(gtest_output_flag, ':'); local in function:testing::internal::UnitTestOptions::GetAbsolutePathToOutputFile 456 if (colon == nullptr) 463 internal::FilePath output_name(colon + 1); 467 internal::FilePath(colon + 1)); 545 // A filter is a colon 945 const ::std::string::size_type colon = str.find(delimiter, pos); local in function:testing::internal::SplitString [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | menus.c | 2293 char *colon; local in function:Execute 2307 colon = strrchr(ds, ':'); 2308 if (colon) { /* if host[:]:dpy */ 2317 colon = strrchr(update, ':'); 2318 dot1 = strchr(colon, '.'); /* first period after colon */ 2320 dot1 = colon + strlen(colon); /* if not there, append */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_display.c | 328 const char *s, *colon; local in function:sna_zaphod_match 336 colon = strchr(s, ':'); 337 if (colon) /* Skip over the ZaphodPipes */ 338 s = colon + 1; 374 const char *str, *colon; local in function:get_zaphod_crtcs 378 if (str == NULL || (colon = strchr(str, ':')) == NULL) { 386 while (str < colon) { 4993 const char *str, *colon; local in function:fake_edid_name 5004 colon = strchr(str, ':'); 5005 if (colon [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | virtual.c | 3061 const char *str, *colon; local in function:first_display_first_sibling 3065 colon = strrchr(str, ':'); 3066 if (colon == NULL) 3069 if (sscanf(colon + 1, "%d.%d", &dpy, &scr) == 1) 3072 len = (colon - str) + 1;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_output.c | 247 char *colon; local in function:RADEONGetHardCodedEDIDFromFile 256 colon = strstr(outputEDID, ":"); 257 if (colon != NULL) { 258 *colon = 0; 259 command = colon + 1;
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | virtual.c | 3244 const char *str, *colon; local in function:first_display_first_sibling 3248 colon = strrchr(str, ':'); 3249 if (colon == NULL) 3252 if (sscanf(colon + 1, "%d.%d", &dpy, &scr) == 1) 3255 len = (colon - str) + 1;
|