Searched refs:strcasecmp (Results 101 - 125 of 483) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Dstringprep.c139 if (strcasecmp(profiles[i].name, name) == 0) {
/freebsd-13-stable/crypto/openssl/crypto/
H A DLPdir_unix.c144 if (strcasecmp((*ctx)->entry_name, (*ctx)->previous_entry_name) == 0)
/freebsd-13-stable/usr.sbin/cron/cron/
H A Dexterns.h114 extern int strcasecmp(char *, char *);
/freebsd-13-stable/tools/tools/ath/athaggrstats/
H A Dmain.c70 if (strcasecmp(tags[i].tag, tag) == 0)
/freebsd-13-stable/tools/tools/ath/athstats/
H A Dmain.c75 if (strcasecmp(tags[i].tag, tag) == 0)
/freebsd-13-stable/tools/tools/npe/npestats/
H A Dmain.c57 if (strcasecmp(tags[i].tag, tag) == 0)
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dippool.c637 if (!strcasecmp(rolename, "ipf")) {
640 } else if (!strcasecmp(rolename, "nat")) {
642 } else if (!strcasecmp(rolename, "state")) {
644 } else if (!strcasecmp(rolename, "auth")) {
646 } else if (!strcasecmp(rolename, "sync")) {
648 } else if (!strcasecmp(rolename, "scan")) {
650 } else if (!strcasecmp(rolename, "pool")) {
652 } else if (!strcasecmp(rolename, "count")) {
670 if (!strcasecmp(typename, "tree") || !strcasecmp(typenam
[all...]
/freebsd-13-stable/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-13-stable/contrib/elftoolchain/ar/
H A Dar.c199 if (!strcasecmp(optarg, "svr4") ||
200 !strcasecmp(optarg, "gnu"))
202 else if (!strcasecmp(optarg, "bsd"))
/freebsd-13-stable/sys/dev/ipmi/
H A Dipmi_isa.c113 if (strcasecmp(mode, "KCS") == 0) {
118 } else if (strcasecmp(mode, "SMIC") == 0) {
123 } else if (strcasecmp(mode, "BT") == 0) {
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli.h413 if (strcasecmp("null", name) == 0)
415 else if (strcasecmp("null-cbc", name) == 0)
417 else if (strcasecmp("aes", name) == 0)
419 else if (strcasecmp("aes-cbc", name) == 0)
421 else if (strcasecmp("aes-xts", name) == 0)
423 else if (strcasecmp("camellia", name) == 0)
425 else if (strcasecmp("camellia-cbc", name) == 0)
434 if (strcasecmp("hmac/sha1", name) == 0)
436 else if (strcasecmp("hmac/ripemd160", name) == 0)
438 else if (strcasecmp("hma
[all...]
/freebsd-13-stable/usr.bin/uniq/
H A Duniq.c115 if (optarg == NULL || strcasecmp(optarg, "none") == 0)
117 else if (strcasecmp(optarg, "prepend") == 0)
119 else if (strcasecmp(optarg, "separate") == 0)
/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c221 strcasecmp(mirror_type, "srv") == 0) {
295 if (strcasecmp(key, "function") == 0) {
299 if (strcasecmp(key, "fingerprint") == 0) {
308 if (strcasecmp(function, "sha256") == 0)
789 if (strcasecmp(fingerprint->hash, hash) == 0) {
799 if (strcasecmp(fingerprint->hash, hash) == 0) {
886 strcasecmp(signature_type, "NONE") != 0) {
887 if (strcasecmp(signature_type, "FINGERPRINTS") == 0) {
903 } else if (strcasecmp(signature_type, "PUBKEY") == 0) {
1014 strcasecmp(signature_typ
[all...]
/freebsd-13-stable/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-13-stable/contrib/ldns/
H A Dtsig.c137 if (strcasecmp(name, "hmac-sha512.") == 0) {
143 } else if (strcasecmp(name, "hmac-shac384.") == 0) {
149 } else if (strcasecmp(name, "hmac-sha256.") == 0) {
155 } else if (strcasecmp(name, "hmac-sha1.") == 0) {
157 } else if (strcasecmp(name, "hmac-md5.sig-alg.reg.int.") == 0) {
/freebsd-13-stable/sys/fs/unionfs/
H A Dunion_vfsops.c197 } else if (strcasecmp(tmp, "traditional") == 0)
199 else if (strcasecmp(tmp, "transparent") == 0)
201 else if (strcasecmp(tmp, "masquerade") == 0)
213 } else if (strcasecmp(tmp, "always") == 0)
215 else if (strcasecmp(tmp, "whenneeded") == 0)
/freebsd-13-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c126 if (strcasecmp(optarg, "hci_raw") == 0)
128 else if (strcasecmp(optarg, "l2cap_raw") == 0)
130 else if (strcasecmp(optarg, "l2cap") == 0)
132 else if (strcasecmp(optarg, "rfcomm") == 0)
134 else if (strcasecmp(optarg, "rfcomm_s") == 0)
/freebsd-13-stable/usr.sbin/ctld/
H A Dparse.y1030 if (strcasecmp($2, "disk") == 0 ||
1031 strcasecmp($2, "direct") == 0)
1033 else if (strcasecmp($2, "processor") == 0)
1035 else if (strcasecmp($2, "cd") == 0 ||
1036 strcasecmp($2, "cdrom") == 0 ||
1037 strcasecmp($2, "dvd") == 0 ||
1038 strcasecmp($2, "dvdrom") == 0)
/freebsd-13-stable/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-13-stable/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)
2211 } else if (strcasecmp(argv[1], "on") == 0) {
2214 } else if (strcasecmp(arg
[all...]
/freebsd-13-stable/contrib/serf/buckets/
H A Dresponse_buckets.c306 if (v && strcasecmp("chunked", v) == 0) {
315 if (v && strcasecmp("gzip", v) == 0) {
320 else if (v && strcasecmp("deflate", v) == 0) {
/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Do_names.c28 * Secondly, in the EDK2 build environment, the strcasecmp function is
35 return strcasecmp(a, b);
38 #define obj_strcasecmp strcasecmp
151 ret = strcasecmp(a->name, b->name);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_lpc.c101 if (strcasecmp(lpcdev, "bootrom") == 0) {
107 if (strcasecmp(lpcdev, lpc_uart_names[unit]) == 0) {
113 if (strcasecmp(lpcdev, pctestdev_getname()) == 0) {
/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Drcfile.c404 if (*p == '0' || strcasecmp(p,"no") == 0 || strcasecmp(p,"false") == 0) {
408 if (*p == '1' || strcasecmp(p,"yes") == 0 || strcasecmp(p,"true") == 0) {

Completed in 169 milliseconds

1234567891011>>