Home
last modified time | relevance | path

Searched refs:ascii_strcasecmp (Results 1 – 11 of 11) sorted by relevance

/external/tcpdump/
Dtcpdump.c1361 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 …]
Dascii_strcasecmp.h30 extern int ascii_strcasecmp(const char *, const char *);
Dprint-esp.c363 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()
Dascii_strcasecmp.c59 ascii_strcasecmp(const char *s1, const char *s2) in ascii_strcasecmp() function
DMakefile.in79 ascii_strcasecmp.c \
259 ascii_strcasecmp.h \
DAndroid.mk13 ascii_strcasecmp.c \
DINSTALL.txt52 ascii_strcasecmp.c - locale-independent case-independent string comparison
Dutil-print.c828 if (ascii_strcasecmp((const char *)token, cmd) == 0) { in txtproto_print()
/external/tcpdump/missing/
Ddlnames.c141 if (ascii_strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1, in pcap_datalink_name_to_val()
/external/regex-re2/re2/
Dre2.cc508 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/
DWinDump.dsp100 SOURCE=..\..\ascii_strcasecmp.c