| /xsrc/external/mit/proxymngr/dist/ |
| config.h | 45 #define ncasecmp(s1,s2,n) strncasecmp(s1,s2,n)
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| strcasestr.c | 58 } while (strncasecmp(s, find, len) != 0);
|
| oscolor.c | 1648 r = strncasecmp(&BuiltinColorNames[c->name], name, len);
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| strcasestr.c | 59 } while (strncasecmp(s, find, len) != 0);
|
| oscolor.c | 1592 r = strncasecmp (&BuiltinColorNames[c->name], name, len);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Extensions.c | 107 if (strncasecmp(key, "omit", 4) != 0 || strlen(key) < 5)
|
| /xsrc/external/mit/xkbcomp/dist/ |
| utils.h | 143 #define strncasecmp _strnicmp macro 155 #define uStrCasePrefix(p,s) (strncasecmp(p,s,strlen(p))==0)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| error2aub.c | 213 if (strncasecmp(engine_name, r->match, strlen(r->match)) == 0) { 407 if (strncasecmp(dashes, b->match, strlen(b->match)) == 0)
|
| aubinator_error_decode.c | 474 if (strncasecmp(dashes, b->match, strlen(b->match)) == 0)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| error2aub.c | 226 if (strncasecmp(engine_name, r->match, strlen(r->match)) == 0) { 421 if (strncasecmp(dashes, b->match, strlen(b->match)) == 0)
|
| aubinator_error_decode.c | 461 if (strncasecmp(dashes, b->match, strlen(b->match)) == 0)
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/ |
| etnaviv_noop.c | 239 if (strncasecmp(gpu, gpus[i].name, strlen(gpus[i].name)) == 0) {
|
| /xsrc/external/mit/xorg-server.old/dist/config/ |
| udev.c | 152 if (!strncasecmp(key, UDEV_XKB_PROP_KEY,
|
| hal.c | 260 if (!strncasecmp(psi_key, LIBHAL_PROP_KEY, sizeof(LIBHAL_PROP_KEY)-1)){ 316 } else if (!strncasecmp(psi_key, LIBHAL_XKB_PROP_KEY, sizeof(LIBHAL_XKB_PROP_KEY)-1)){
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| aticonfig.c | 410 if (strncasecmp(TvStd, ATITVStandardNames[std], ATI_TV_STDS_NAME_MAXLEN)==0) {
|
| /xsrc/external/mit/xorg-server/dist/config/ |
| hal.c | 269 if (!strncasecmp 328 else if (!strncasecmp
|
| udev.c | 228 if (!strncasecmp(key, UDEV_XKB_PROP_KEY, sizeof(UDEV_XKB_PROP_KEY) - 1)) {
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| os.h | 484 #define strncasecmp xstrncasecmp macro
|
| /xsrc/external/mit/xev/dist/ |
| xev.c | 1164 if (strncasecmp(s, "NotUseful", len) == 0) 1166 if (strncasecmp(s, "WhenMapped", len) == 0) 1168 if (strncasecmp(s, "Always", len) == 0)
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| os.h | 582 #define strncasecmp xstrncasecmp macro
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_egl.c | 1085 if (api && !strncasecmp(api, "es", 2)) 1087 else if (api && !strncasecmp(api, "gl", 2))
|
| /xsrc/external/mit/xmodmap/dist/ |
| handle.c | 43 #define strncasecmp _strnicmp macro 45 #include <strings.h> /* for strncasecmp in POSIX/SUS */ 878 if (len < 7 || strncasecmp (line, "default", 7) != 0) {
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imDefIm.c | 441 if (!strncasecmp(env_enable_fabricated_order, "0", 2) || 442 !strncasecmp(env_enable_fabricated_order, "false", 6)) {
|
| /xsrc/external/mit/libdrm/dist/ |
| xf86drm.c | 755 if (strncasecmp(id1, "pci", 3) == 0) {
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| configure | 32620 { echo "$as_me:$LINENO: checking for strncasecmp" >&5 32621 echo $ECHO_N "checking for strncasecmp... $ECHO_C" >&6; } 32631 /* Define strncasecmp to an innocuous variant, in case <limits.h> declares strncasecmp. 32633 #define strncasecmp innocuous_strncasecmp 32636 which can conflict with char strncasecmp (); below. 32646 #undef strncasecmp 32654 char strncasecmp (); 32665 return strncasecmp (); [all...] |