gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:strncasecmp (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/time/strptime.c - 28.1KB - 732 lines
233:                                 len = strlen(_ctloc(day[i]));
234:                                 if (strncasecmp(_ctloc(day[i]), (char*)bp, len) == 0)
235:                                         break;
More results from strptime.c
bsd_source/t2ex/network/net/src_bsdlib/libc/nameser/ns_name.c - 43.0KB - 1,416 lines
979:                 }
980:                 if (ac != bc || strncasecmp((const char *) ++a,
981:                                             (const char *) ++b,
More results from ns_name.c
bsd_source/t2ex/network/net/src_bsdlib/libc/nameser/ns_samedomain.c - 7.2KB - 263 lines
114:         if (lb == la)
115:                 return (strncasecmp(a, b, lb) == 0);
116: 
More results from ns_samedomain.c