HomeSort by: relevance | last modified time | path
    Searched refs:strncasecmp (Results 1 - 25 of 28) sorted by relevancy

1 2

  /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/xedit/dist/lisp/
lsp.c 38 int strncasecmp(const char *s1, const char *s2, size_t n);
  /xsrc/external/mit/xedit/dist/
strcasecmp.c 25 strncasecmp(const char *s1, const char *s2, size_t n) function
xedit.h 187 int strncasecmp(const char *s1, const char *s2, size_t n);
  /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)
  /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/xf86-video-mach64/dist/src/
aticonfig.c 411 if (strncasecmp(TvStd, ATITVStandardNames[std], ATI_TV_STDS_NAME_MAXLEN)==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/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 1145 if (strncasecmp(s, "NotUseful", len) == 0)
1147 if (strncasecmp(s, "WhenMapped", len) == 0)
1149 if (strncasecmp(s, "Always", len) == 0)
  /xsrc/external/mit/xorg-server/dist/include/
os.h 582 #define strncasecmp xstrncasecmp macro
  /xsrc/external/mit/xmodmap/dist/
handle.c 835 strncasecmp(const char *a, const char *b, int n) function
894 if (len < 7 || strncasecmp (line, "default", 7) != 0) {
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_egl.c 1084 if (api && !strncasecmp(api, "es", 2))
1086 else if (api && !strncasecmp(api, "gl", 2))
  /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)) {

Completed in 26 milliseconds

1 2