Searched refs:ascii_strcasecmp (Results 1 – 11 of 11) sorted by relevance
/external/tcpdump/ |
D | tcpdump.c | 1361 if (ascii_strcasecmp(optarg, "in") == 0) in main() 1363 else if (ascii_strcasecmp(optarg, "out") == 0) in main() 1365 else if (ascii_strcasecmp(optarg, "inout") == 0) in main() 1394 if (ascii_strcasecmp(optarg, "vat") == 0) in main() 1396 else if (ascii_strcasecmp(optarg, "wb") == 0) in main() 1398 else if (ascii_strcasecmp(optarg, "rpc") == 0) in main() 1400 else if (ascii_strcasecmp(optarg, "rtp") == 0) in main() 1402 else if (ascii_strcasecmp(optarg, "rtcp") == 0) in main() 1404 else if (ascii_strcasecmp(optarg, "snmp") == 0) in main() 1406 else if (ascii_strcasecmp(optarg, "cnfp") == 0) in main() [all …]
|
D | ascii_strcasecmp.h | 30 extern int ascii_strcasecmp(const char *, const char *);
|
D | print-esp.c | 363 if(ascii_strcasecmp(colon,"sha1") == 0 || in espprint_decode_authalgo() 364 ascii_strcasecmp(colon,"md5") == 0) { in espprint_decode_authalgo() 458 if (spikey && ascii_strcasecmp(spikey, "file") == 0) { in esp_print_decode_onesecret() 489 if (spikey && ascii_strcasecmp(spikey, "ikev2") == 0) { in esp_print_decode_onesecret()
|
D | ascii_strcasecmp.c | 59 ascii_strcasecmp(const char *s1, const char *s2) in ascii_strcasecmp() function
|
D | Makefile.in | 79 ascii_strcasecmp.c \ 259 ascii_strcasecmp.h \
|
D | Android.mk | 13 ascii_strcasecmp.c \
|
D | INSTALL.txt | 52 ascii_strcasecmp.c - locale-independent case-independent string comparison
|
D | util-print.c | 828 if (ascii_strcasecmp((const char *)token, cmd) == 0) { in txtproto_print()
|
/external/tcpdump/missing/ |
D | dlnames.c | 141 if (ascii_strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1, in pcap_datalink_name_to_val()
|
/external/regex-re2/re2/ |
D | re2.cc | 508 static int ascii_strcasecmp(const char* a, const char* b, int len) { in ascii_strcasecmp() function 580 if (ascii_strcasecmp(&prefix_[0], subtext.data(), prefixlen) != 0) in Match()
|
/external/tcpdump/win32/prj/ |
D | WinDump.dsp | 100 SOURCE=..\..\ascii_strcasecmp.c
|