Search | Google it | Results 1 - 3 of 3 for funcall:strncasecmp (0.01 seconds) |
233: len = strlen(_ctloc(day[i])); 234: if (strncasecmp(_ctloc(day[i]), (char*)bp, len) == 0) 235: break;
979: } 980: if (ac != bc || strncasecmp((const char *) ++a, 981: (const char *) ++b,
114: if (lb == la) 115: return (strncasecmp(a, b, lb) == 0); 116: