Searched refs:strcasecmp (Results 126 - 150 of 553) sorted by relevance

1234567891011>>

/freebsd-11.0-release/usr.sbin/cron/cron/
H A Dexterns.h114 extern int strcasecmp(char *, char *);
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcpu-arm.c105 if (strcasecmp (string, info->printable_name) == 0)
111 if (strcasecmp (string, processors [i].name) == 0)
119 if (strcasecmp (string, "arm") == 0)
/freebsd-11.0-release/contrib/diff/src/
H A Dsystem.h185 # define strcasecoll(a, b) strcasecmp (a, b) /* best we can do */
188 #if ! (HAVE_STRCASECMP || defined strcasecmp)
189 int strcasecmp (char const *, char const *);
/freebsd-11.0-release/contrib/elftoolchain/ar/
H A Dar.c198 if (!strcasecmp(optarg, "svr4") ||
199 !strcasecmp(optarg, "gnu"))
201 else if (!strcasecmp(optarg, "bsd"))
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dippool.c600 if (!strcasecmp(rolename, "ipf")) {
603 } else if (!strcasecmp(rolename, "nat")) {
605 } else if (!strcasecmp(rolename, "state")) {
607 } else if (!strcasecmp(rolename, "auth")) {
609 } else if (!strcasecmp(rolename, "sync")) {
611 } else if (!strcasecmp(rolename, "scan")) {
613 } else if (!strcasecmp(rolename, "pool")) {
615 } else if (!strcasecmp(rolename, "count")) {
633 if (!strcasecmp(typename, "tree") || !strcasecmp(typenam
[all...]
/freebsd-11.0-release/sys/dev/ipmi/
H A Dipmi_isa.c111 if (strcasecmp(mode, "KCS") == 0) {
116 } else if (strcasecmp(mode, "SMIC") == 0) {
121 } else if (strcasecmp(mode, "BT") == 0) {
/freebsd-11.0-release/sys/dev/usb/controller/
H A Ddwc_otg_fdt.c97 if (strcasecmp(usb_mode, "host") == 0)
99 else if (strcasecmp(usb_mode, "peripheral") == 0)
101 else if (strcasecmp(usb_mode, "otg") != 0) {
/freebsd-11.0-release/usr.sbin/pkg/
H A Dpkg.c214 strcasecmp(mirror_type, "srv") == 0) {
288 if (strcasecmp(key, "function") == 0) {
292 if (strcasecmp(key, "fingerprint") == 0) {
301 if (strcasecmp(function, "sha256") == 0)
781 if (strcasecmp(fingerprint->hash, hash) == 0) {
791 if (strcasecmp(fingerprint->hash, hash) == 0) {
871 strcasecmp(signature_type, "NONE") != 0) {
872 if (strcasecmp(signature_type, "FINGERPRINTS") == 0) {
887 } else if (strcasecmp(signature_type, "PUBKEY") == 0) {
983 strcasecmp(signature_typ
[all...]
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dmbdb.c634 if (strcasecmp(attr, "gecos") == 0)
644 else if (strcasecmp(attr, "homeDirectory") == 0)
654 else if (strcasecmp(attr, "loginShell") == 0)
664 else if (strcasecmp(attr, "uidNumber") == 0)
686 else if (strcasecmp(attr, "gidNumber") == 0)
H A Db-strcmp.c40 printf("strcasecmp() and sm_strcasecmp().\n");
99 printf("Test %d: strcasecmp(%s, %s) versus sm_strcasecmp()\n",
108 j += strcasecmp(src1, src2);
/freebsd-11.0-release/contrib/tcpdump/
H A Dtcpdump.c63 extern int strcasecmp (const char *__s1, const char *__s2);
1337 if (strcasecmp(optarg, "in") == 0)
1339 else if (strcasecmp(optarg, "out") == 0)
1341 else if (strcasecmp(optarg, "inout") == 0)
1374 if (strcasecmp(optarg, "vat") == 0)
1376 else if (strcasecmp(optarg, "wb") == 0)
1378 else if (strcasecmp(optarg, "rpc") == 0)
1380 else if (strcasecmp(optarg, "rtp") == 0)
1382 else if (strcasecmp(optarg, "rtcp") == 0)
1384 else if (strcasecmp(optar
[all...]
H A Dprint-esp.c335 if(strcasecmp(colon,"sha1") == 0 ||
336 strcasecmp(colon,"md5") == 0) {
430 if (spikey && strcasecmp(spikey, "file") == 0) {
460 if (spikey && strcasecmp(spikey, "ikev2") == 0) {
/freebsd-11.0-release/contrib/groff/src/roff/groff/
H A Dpipeline.c113 extern int strcasecmp(const char *, const char *);
126 && ((strcasecmp(p2, ".exe") == 0)
127 || (strcasecmp(p2, ".com") == 0)))
172 if (strcasecmp(shell_name + strlen(shell_name) - strlen("sh"), "sh") == 0)
192 result = strcasecmp(this_prog, system_shell) == 0;
/freebsd-11.0-release/sys/fs/unionfs/
H A Dunion_vfsops.c196 } else if (strcasecmp(tmp, "traditional") == 0)
198 else if (strcasecmp(tmp, "transparent") == 0)
200 else if (strcasecmp(tmp, "masquerade") == 0)
212 } else if (strcasecmp(tmp, "always") == 0)
214 else if (strcasecmp(tmp, "whenneeded") == 0)
/freebsd-11.0-release/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c123 if (strcasecmp(optarg, "hci_raw") == 0)
125 else if (strcasecmp(optarg, "l2cap_raw") == 0)
127 else if (strcasecmp(optarg, "l2cap") == 0)
129 else if (strcasecmp(optarg, "rfcomm") == 0)
131 else if (strcasecmp(optarg, "rfcomm_s") == 0)
/freebsd-11.0-release/usr.sbin/ctld/
H A Dparse.y937 if (strcasecmp($2, "disk") == 0 ||
938 strcasecmp($2, "direct") == 0)
940 else if (strcasecmp($2, "processor") == 0)
942 else if (strcasecmp($2, "cd") == 0 ||
943 strcasecmp($2, "cdrom") == 0 ||
944 strcasecmp($2, "dvd") == 0 ||
945 strcasecmp($2, "dvdrom") == 0)
/freebsd-11.0-release/contrib/apr/tables/
H A Dapr_tables.c306 * skip a strcasecmp
492 !strcasecmp(next_elt->key, key)) {
522 !strcasecmp(next_elt->key, key)) {
534 !strcasecmp(next_elt->key, key)) {
594 !strcasecmp(next_elt->key, key)) {
606 !strcasecmp(next_elt->key, key)) {
663 !strcasecmp(next_elt->key, key)) {
674 !strcasecmp(next_elt->key, key)) {
718 !strcasecmp(next_elt->key, key)) {
773 !strcasecmp(next_el
[all...]
/freebsd-11.0-release/lib/libfetch/
H A Dhttp.c781 if (!strcasecmp(key, "basic")) {
783 } else if (!strcasecmp(key, "digest")) {
812 if (!strcasecmp(key, "realm"))
815 else if (!strcasecmp(key, "qop"))
818 else if (!strcasecmp(key, "nonce"))
821 else if (!strcasecmp(key, "opaque"))
824 else if (!strcasecmp(key, "algorithm"))
827 else if (!strcasecmp(key, "stale"))
829 strcasecmp(value, "no");
1161 if (strcasecmp(pszAl
[all...]
/freebsd-11.0-release/sbin/geom/core/
H A Dgeom.c632 if (!strcasecmp(class_name, "part")) {
635 } else if (!strcasecmp(class_name, "label")) {
851 if (strcasecmp(conf->lg_name, "state") == 0) {
872 if (strcasecmp(conf->lg_name, "state") == 0) {
883 if (strcasecmp(conf->lg_name, "state") == 0) {
907 if (strcasecmp(conf->lg_name, "state") == 0)
909 if (strcasecmp(conf->lg_name, "synchronized") == 0)
935 if (strcasecmp(conf->lg_name, "state") == 0) {
970 if (strcasecmp(conf->lg_name, "state") == 0) {
976 if (strcasecmp(con
[all...]
/freebsd-11.0-release/contrib/tnftp/src/
H A Dcmds.c895 } else if (argc == 2 && strcasecmp(argv[1], "on") == 0) {
897 } else if (argc == 2 && strcasecmp(argv[1], "off") == 0) {
967 } else if (strcasecmp(argv[1], "on") == 0)
969 else if (strcasecmp(argv[1], "off") == 0)
1056 if (argc == 2 && strcasecmp(argv[1], "on") == 0)
1058 else if (argc == 2 && strcasecmp(argv[1], "off") == 0)
1114 if (strcasecmp(argv[1], "on") == 0)
1116 else if (strcasecmp(argv[1], "off") == 0)
2212 } else if (strcasecmp(argv[1], "on") == 0) {
2215 } else if (strcasecmp(arg
[all...]
/freebsd-11.0-release/sbin/atm/atmconfig/
H A Dnatm.c400 if (strcasecmp(argv[4], "llc/snap") == 0) {
402 } else if (strcasecmp(argv[4], "aal5") == 0) {
412 if (strcasecmp(argv[0], "ubr") == 0) {
424 } else if (strcasecmp(argv[0], "cbr") == 0) {
435 } else if (strcasecmp(argv[0], "vbr") == 0) {
456 } else if (strcasecmp(argv[0], "abr") == 0) {
/freebsd-11.0-release/contrib/serf/buckets/
H A Dresponse_buckets.c291 if (v && strcasecmp("chunked", v) == 0) {
300 if (v && strcasecmp("gzip", v) == 0) {
305 else if (v && strcasecmp("deflate", v) == 0) {
/freebsd-11.0-release/contrib/smbfs/lib/smb/
H A Drcfile.c396 if (*p == '0' || strcasecmp(p,"no") == 0 || strcasecmp(p,"false") == 0) {
400 if (*p == '1' || strcasecmp(p,"yes") == 0 || strcasecmp(p,"true") == 0) {
/freebsd-11.0-release/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c60 if (strcasecmp(func, commands[i].name) == 0) {
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dsyslog.c82 if (strcasecmp(facilities[i].strval, str) == 0) {

Completed in 168 milliseconds

1234567891011>>