| /xsrc/external/mit/ctwm/dist/ |
| xparsegeometry.c | 28 char *sep; local 31 sep = strchr(geometry, ':'); 32 if(sep != NULL) { 33 RArea mon = RLayoutGetAreaByName(layout, geometry, sep - geometry); 37 int mask = XParseGeometry(sep + 1, x, y, width, height); 62 geometry = sep + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| intel_measure.c | 98 char *sep = strrchr(env, ','); local 99 if (sep == NULL) 101 *sep = '\0';
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/format/ |
| u_format_test.c | 63 const char *sep = ""; local 67 printf("%s%02x", sep, packed[i]); 68 sep = " "; 82 const char *sep = ""; local 87 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]); 88 sep = ", "; 90 sep = ",\n"; 104 const char *sep = ""; local 109 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]); 110 sep = ", " 126 const char *sep = ""; local 147 const char *sep = ""; local 169 const char *sep = ""; local 190 const char *sep = ""; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| u_format_test.c | 62 const char *sep = ""; local 66 printf("%s%02x", sep, packed[i]); 67 sep = " "; 81 const char *sep = ""; local 86 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]); 87 sep = ", "; 89 sep = ",\n"; 103 const char *sep = ""; local 108 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]); 109 sep = ", " 125 const char *sep = ""; local 146 const char *sep = ""; local 168 const char *sep = ""; local 189 const char *sep = ""; local [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| pathname.c | 174 char *sep, *base, *ptr, **dirs, **matches, local 265 sep = directory; 266 for (sep = strstr(sep, dotdot); sep; sep = strstr(sep, dotdot)) { 267 if (sep <= directory + 1) 268 strcpy(directory, sep + 2); 269 else if (sep[-1] == PATH_SEP) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| xmlconfig.c | 619 char *sep; local 620 sep = strchr(cp, ':'); 621 if (!sep) { 626 *sep = '\0'; 628 !parseValue(&info->range.end, info->type, sep+1)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| xmlconfig.c | 304 XML_Char *end, *sep; local 309 sep = strchr (range, ':'); 310 if (sep) { /* non-empty interval */ 311 *sep = '\0'; 313 !parseValue (&ranges[i].end, info->type, sep+1))
|
| /xsrc/external/mit/libXaw/dist/src/ |
| TextSink.c | 1025 char *sep = xlfd + 1; local 1026 char *name = sep; 1030 sep = strchr(sep, '-'); *sep++ = '\0'; 1032 name = sep; 1034 sep = strchr(sep, '-'); *sep++ = '\0'; 1036 name = sep; [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Helper.c | 1140 char *sep = path; local 1142 while ((sep = strchr(sep + 1, '/'))) { 1143 *sep = 0; 1145 *sep = '/';
|