Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dtcpdump.c1780 if (ascii_strcasecmp(optarg, "in") == 0) in main()
1782 else if (ascii_strcasecmp(optarg, "out") == 0) in main()
1784 else if (ascii_strcasecmp(optarg, "inout") == 0) in main()
1812 if (ascii_strcasecmp(optarg, "vat") == 0) in main()
1814 else if (ascii_strcasecmp(optarg, "wb") == 0) in main()
1816 else if (ascii_strcasecmp(optarg, "rpc") == 0) in main()
1818 else if (ascii_strcasecmp(optarg, "rtp") == 0) in main()
1820 else if (ascii_strcasecmp(optarg, "rtcp") == 0) in main()
1822 else if (ascii_strcasecmp(optarg, "snmp") == 0) in main()
1824 else if (ascii_strcasecmp(optarg, "cnfp") == 0) in main()
[all …]
H A Dascii_strcasecmp.h30 extern int ascii_strcasecmp(const char *, const char *);
H A Dascii_strcasecmp.c59 ascii_strcasecmp(const char *s1, const char *s2) in ascii_strcasecmp() function
H A Dprint-esp.c506 if(ascii_strcasecmp(decode,"sha1") == 0 || in espprint_decode_authalgo()
507 ascii_strcasecmp(decode,"md5") == 0) { in espprint_decode_authalgo()
601 if (spikey && ascii_strcasecmp(spikey, "file") == 0) { in esp_print_decode_onesecret()
632 if (spikey && ascii_strcasecmp(spikey, "ikev2") == 0) { in esp_print_decode_onesecret()
H A DMakefile.in80 ascii_strcasecmp.c \
275 ascii_strcasecmp.h \
H A Dutil-print.c863 if (ascii_strcasecmp((const char *)token, cmd) == 0) { in txtproto_print()
H A DINSTALL.md79 ascii_strcasecmp.c - locale-independent case-independent string comparison
H A DCMakeLists.txt1219 ascii_strcasecmp.c
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c136 if (ascii_strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1, in pcap_datalink_name_to_val()
/freebsd/usr.sbin/tcpdump/tcpdump/
H A DMakefile11 ascii_strcasecmp.c \