Searched refs:strcasecmp (Results 1 - 25 of 483) sorted by relevance

1234567891011>>

/freebsd-13-stable/sbin/dhclient/
H A Dconflex.c328 if (!strcasecmp(atom + 1, "lways-reply-rfc1048"))
330 if (!strcasecmp(atom + 1, "ppend"))
332 if (!strcasecmp(atom + 1, "llow"))
334 if (!strcasecmp(atom + 1, "lias"))
336 if (!strcasecmp(atom + 1, "bandoned"))
338 if (!strcasecmp(atom + 1, "uthoritative"))
342 if (!strcasecmp(atom + 1, "ackoff-cutoff"))
344 if (!strcasecmp(atom + 1, "ootp"))
346 if (!strcasecmp(atom + 1, "ooting"))
348 if (!strcasecmp(ato
[all...]
/freebsd-13-stable/contrib/diff/lib/
H A Dstrcase.h27 extern int strcasecmp (const char *s1, const char *s2);
/freebsd-13-stable/contrib/libpcap/lbl/
H A Dos-ultrix4.h36 int strcasecmp(const char *, const char *);
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dgetproto.c26 if (!strcasecmp(name, "ip"))
H A Dparseipfexpr.c151 if (!strcasecmp(ops, "ip.addr") ||
152 !strcasecmp(ops, "ip.src") ||
153 !strcasecmp(ops, "ip.dst")) {
177 } else if (!strcasecmp(ops, "ip6.addr") ||
178 !strcasecmp(ops, "ip6.src") ||
179 !strcasecmp(ops, "ip6.dst")) {
212 } else if (!strcasecmp(ops, "ip.p")) {
220 } else if (!strcasecmp(ops, "tcp.flags")) {
237 } else if (!strcasecmp(ops, "tcp.port") ||
238 !strcasecmp(op
[all...]
H A Doptvalue.c19 if (!strcasecmp(optname, io->on_name))
H A Dv6optvalue.c21 if (!strcasecmp(optname, io->on_name))
H A Doptname.c27 if (!strcasecmp(s, io->on_name)) {
36 if (!strcasecmp(s, "sec-class"))
50 if (!strcasecmp(s, so->on_name)) {
H A Dipft_tx.c54 if (!strcasecmp("any", host))
198 if (!strcasecmp(*cpp, "out6") || !strcasecmp(*cpp, "in6")) {
208 if (!strcasecmp(*cpp, "on")) {
219 if (!strcasecmp(*cpp, "tcp") || !strcasecmp(*cpp, "udp") ||
220 !strcasecmp(*cpp, "icmp")) {
319 if (*cpp && !strcasecmp(*cpp, "opt")) {
361 if (!strcasecmp(*cpp, "on")) {
370 if (!strcasecmp(*cp
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
H A Duu_string.c46 return (strcasecmp(a, b) == 0);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dstrcasecmp.c44 strcasecmp(const char *s1, const char *s2) function
/freebsd-13-stable/usr.sbin/ndiscvt/
H A Dinf.c128 if (strcasecmp(assign->section->name, s) == 0) {
132 if (strcasecmp(assign->key, k) == 0)
174 if (strcasecmp(section->name, s) == 0)
301 (strcasecmp(manf->vals[1], "NT.5.1") == 0 ||
302 strcasecmp(manf->vals[1], "NTx86") == 0 ||
303 strcasecmp(manf->vals[1], "NTx86.5.1") == 0 ||
304 strcasecmp(manf->vals[1], "NTamd64") == 0)) {
394 (strcasecmp(manf->vals[1], "NT.5.1") == 0 ||
395 strcasecmp(manf->vals[1], "NTx86") == 0 ||
396 strcasecmp(man
[all...]
/freebsd-13-stable/tools/tools/cfi/
H A Dcfi.c141 if (strcasecmp(argv[1], "fact") == 0) {
143 } else if (strcasecmp(argv[1], "oem") == 0) {
145 } else if (strcasecmp(argv[1], "woem") == 0) {
150 } else if (strcasecmp(argv[1], "plr") == 0) {
152 } else if (strcasecmp(argv[1], "wplr") == 0) {
/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dlogin_access.c146 if (strcasecmp(tok, "EXCEPT") == 0) /* EXCEPT: give up */
154 while ((tok = strtok_r(NULL, sep, &foo)) && strcasecmp(tok, "EXCEPT"))
220 if (strcasecmp(string, group->gr_mem[i]) == 0)
249 && strcasecmp(tok, string + str_len - tok_len) == 0)
251 } else if (strcasecmp(tok, "LOCAL") == 0) { /* local: no dots */
271 if (strcasecmp(tok, "ALL") == 0) { /* all: always matches */
273 } else if (strcasecmp(tok, string) == 0) { /* try exact match */
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c146 if (strcasecmp(tok, "EXCEPT") == 0) /* EXCEPT: give up */
154 while ((tok = strtok_r(NULL, sep, &foo)) && strcasecmp(tok, "EXCEPT"))
220 if (strcasecmp(string, group->gr_mem[i]) == 0)
249 && strcasecmp(tok, string + str_len - tok_len) == 0)
251 } else if (strcasecmp(tok, "LOCAL") == 0) { /* local: no dots */
271 if (strcasecmp(tok, "ALL") == 0) { /* all: always matches */
273 } else if (strcasecmp(tok, string) == 0) { /* try exact match */
/freebsd-13-stable/usr.bin/grep/
H A Dgrep.c439 if (strcasecmp(optarg, "skip") == 0)
441 else if (strcasecmp(optarg, "read") == 0)
447 if (strcasecmp("recurse", optarg) == 0) {
450 } else if (strcasecmp("skip", optarg) == 0)
452 else if (strcasecmp("read", optarg) == 0)
567 if (strcasecmp("binary", optarg) == 0)
569 else if (strcasecmp("without-match", optarg) == 0)
571 else if (strcasecmp("text", optarg) == 0)
578 if (optarg == NULL || strcasecmp("auto", optarg) == 0 ||
579 strcasecmp("tt
[all...]
/freebsd-13-stable/tools/regression/geom/MdLoad/
H A DMdLoad.c101 if (!strcasecmp(name, "sector")) {
119 if (!strcasecmp(name, "comment")) {
124 if (!strcasecmp(name, "sectorsize")) {
128 } else if (!strcasecmp(name, "mediasize")) {
134 } else if (!strcasecmp(name, "fwsectors")) {
138 } else if (!strcasecmp(name, "fwheads")) {
142 } else if (!strcasecmp(name, "fwcylinders")) {
146 } else if (!strcasecmp(name, "offset")) {
150 } else if (!strcasecmp(name, "fill")) {
153 } else if (!strcasecmp(nam
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp935 if (!strcasecmp(g_opcodes[i].op_name, op_name))
1290 if (!strcasecmp(op_name, "DSUBU") || !strcasecmp(op_name, "SUBU"))
1323 if (!strcasecmp(op_name, "DSUBU") || !strcasecmp(op_name, "SUBU"))
1368 if (!strcasecmp(op_name, "BEQ") || !strcasecmp(op_name, "BEQL")
1369 || !strcasecmp(op_name, "BEQ64") ) {
1374 } else if (!strcasecmp(op_name, "BNE") || !strcasecmp(op_nam
[all...]
/freebsd-13-stable/include/
H A Dstrings.h65 int strcasecmp(const char *, const char *) __pure;
/freebsd-13-stable/sbin/sconfig/
H A Dsconfig.c743 } else if (strcasecmp ("extclock", argv[i]) == 0) {
759 } else if (strcasecmp ("idle", argv[i]) == 0)
761 else if (strcasecmp ("async", argv[i]) == 0) {
765 } else if (strcasecmp ("sync", argv[i]) == 0) {
769 } else if (strcasecmp ("cisco", argv[i]) == 0) {
773 } else if (strcasecmp ("rbrg", argv[i]) == 0) {
777 } else if (strcasecmp ("raw", argv[i]) == 0) {
781 } else if (strcasecmp ("packet", argv[i]) == 0) {
785 } else if (strcasecmp ("ppp", argv[i]) == 0) {
793 keepalive = (strcasecmp ("o
[all...]
/freebsd-13-stable/usr.sbin/iovctl/
H A Dparse.c178 if (strcasecmp(type, "bool") == 0)
180 else if (strcasecmp(type, "string") == 0)
182 else if (strcasecmp(type, "uint8_t") == 0)
184 else if (strcasecmp(type, "uint16_t") == 0)
186 else if (strcasecmp(type, "uint32_t") == 0)
188 else if (strcasecmp(type, "uint64_t") == 0)
190 else if (strcasecmp(type, "unicast-mac") == 0)
297 if (strcasecmp(key, PF_CONFIG_NAME) == 0)
299 else if (strcasecmp(key, DEFAULT_SCHEMA_NAME) == 0) {
347 if (strcasecmp(ke
[all...]
/freebsd-13-stable/lib/libc/net/
H A Dnsparser.y158 if (((strcasecmp(elem, NSSRC_COMPAT) == 0) &&
159 (strcasecmp(curdbt.srclist[0].name, NSSRC_CACHE) != 0)) ||
160 (strcasecmp(curdbt.srclist[0].name, NSSRC_COMPAT) == 0)) {
169 if (strcasecmp(curdbt.srclist[i].name, elem) == 0) {
/freebsd-13-stable/usr.bin/iscsictl/
H A Dparse.y214 if (strcasecmp($3, "none") == 0)
216 else if (strcasecmp($3, "chap") == 0)
228 if (strcasecmp($3, "none") == 0)
230 else if (strcasecmp($3, "CRC32C") == 0)
242 if (strcasecmp($3, "none") == 0)
244 else if (strcasecmp($3, "CRC32C") == 0)
256 if (strcasecmp($3, "normal") == 0)
258 else if (strcasecmp($3, "discovery") == 0)
289 if (strcasecmp($3, "iscsi") == 0)
291 else if (strcasecmp(
[all...]
/freebsd-13-stable/sbin/ggate/ggatel/
H A Dggatel.c220 if (strcasecmp(argv[1], "create") == 0)
222 else if (strcasecmp(argv[1], "rescue") == 0)
224 else if (strcasecmp(argv[1], "destroy") == 0)
226 else if (strcasecmp(argv[1], "list") == 0)
247 if (strcasecmp("ro", optarg) == 0)
249 else if (strcasecmp("wo", optarg) == 0)
251 else if (strcasecmp("rw", optarg) == 0)
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dgss_common.c125 if (strcasecmp(mech, "krb5") == 0)
127 else if (strcasecmp(mech, "spnego") == 0)
129 else if (strcasecmp(mech, "no-oid") == 0)

Completed in 140 milliseconds

1234567891011>>