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

1234567891011>>

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dprocess_command.c46 if (strcasecmp(argv[1], "help") == 0)
49 else if (strcasecmp(argv[1], "send_event") == 0)
52 else if (strcasecmp(argv[1], "modem_setup") == 0)
55 else if (strcasecmp(argv[1], "date") == 0)
58 else if (strcasecmp(argv[1], "set") == 0)
61 else if (strcasecmp(argv[1], "show") == 0)
64 else if (strcasecmp(argv[1], "resetrsc") == 0)
67 else if (strcasecmp(argv[1], "download") == 0)
70 else if (strcasecmp(argv[1], "useradd") == 0)
73 else if (strcasecmp(arg
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrcasecmp.c28 NoN(strcasecmp)
34 #undef strcasecmp
37 strcasecmp(register const char* a, register const char* b)
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstrings.h41 int strcasecmp();
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dutil.c98 if (!strcasecmp(timetok, "second") ||
99 !strcasecmp(timetok, "seconds")) {
101 } else if (!strcasecmp(timetok, "minute") ||
102 !strcasecmp(timetok, "minutes")) {
104 } else if (!strcasecmp(timetok, "day") ||
105 !strcasecmp(timetok, "days")) {
107 } else if (!strcasecmp(timetok, "hour") ||
108 !strcasecmp(timetok, "hours")) {
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dports.c29 if (!strcasecmp(**seg, "port") && *(*seg + 1) && *(*seg + 2)) {
53 } else if (!strcmp(**seg, "=") || !strcasecmp(**seg, "eq"))
55 else if (!strcmp(**seg, "!=") || !strcasecmp(**seg, "ne"))
57 else if (!strcmp(**seg, "<") || !strcasecmp(**seg, "lt"))
59 else if (!strcmp(**seg, ">") || !strcasecmp(**seg, "gt"))
61 else if (!strcmp(**seg, "<=") || !strcasecmp(**seg, "le"))
63 else if (!strcmp(**seg, ">=") || !strcasecmp(**seg, "ge"))
H A Dgetproto.c24 if (!strcasecmp(name, "ip"))
H A Dextras.c32 if (!strcasecmp(**cp, "not") || !strcasecmp(**cp, "no")) {
41 } else if (!strcasecmp(**cp, "lowttl")) {
46 } else if (!strcasecmp(**cp, "bad-src")) {
H A Doptvalue.c17 if (!strcasecmp(optname, io->on_name))
H A Dv6optvalue.c19 if (!strcasecmp(optname, io->on_name))
H A Daddicmp.c48 if (!strcasecmp("END", *t)) {
52 if (!strcasecmp(*t, **cp))
68 if (**cp && strcasecmp("code", **cp))
H A Doptname.c25 if (!strcasecmp(s, io->on_name)) {
34 if (!strcasecmp(s, "sec-class"))
48 if (!strcasecmp(s, so->on_name)) {
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dcompat.c68 if (strcasecmp(*value, "IP_VERSION4") == 0) {
70 } else if (strcasecmp(*value, "BOTH") == 0 ||
71 strcasecmp(*value, "IP_VERSION6") == 0) {
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dppd.c116 if ((strcasecmp(key, "PageSize") == 0) ||
117 (strcasecmp(key, "InputSlot") == 0))
120 if (strcasecmp(key, "OpenGroup") == 0) {
124 } else if (strcasecmp(key, "OpenUI") == 0) {
125 if ((strcasecmp(value, "PageSize") == 0) ||
126 (strcasecmp(value, "InputSlot") == 0))
134 } else if (strcasecmp(key, "CloseGroup") == 0) {
136 } else if (strcasecmp(key, "CloseUI") == 0) {
139 } else if (strcasecmp(key, "Manufacturer") == 0) {
143 } else if (strcasecmp(ke
[all...]
/illumos-gate/usr/src/stand/lib/sa/
H A Dstrings.h48 extern int strcasecmp(const char *, const char *);
/illumos-gate/usr/src/cmd/hal/utils/
H A Dprinter.c67 if (((strcasecmp(t, "MFG") == 0) ||
68 (strcasecmp(t, "MANUFACTURER") == 0)) &&
71 else if (((strcasecmp(t, "MDL") == 0) ||
72 (strcasecmp(t, "MODEL") == 0)) &&
75 else if (((strcasecmp(t, "DES") == 0) ||
76 (strcasecmp(t, "DESCRIPTION") == 0)) &&
79 else if (((strcasecmp(t, "CLS") == 0) ||
80 (strcasecmp(t, "CLASS") == 0)) &&
83 else if (((strcasecmp(t, "SER") == 0) ||
84 (strcasecmp(
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil_pm.c63 if (strcasecmp (type, "li-ion") == 0 ||
64 strcasecmp (type, "lion") == 0) {
67 if (strcasecmp (type, "pb") == 0 ||
68 strcasecmp (type, "pbac") == 0) {
71 if (strcasecmp (type, "lip") == 0) {
74 if (strcasecmp (type, "nimh") == 0) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstricmp.c55 strcasecmp(char *s1, char *s2) function
82 return (strcasecmp(s1, s2));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dstring_to_cksumtype.c37 if (strcasecmp(krb5_cksumtypes_list[i].in_string, string) == 0) {
H A Dstring_to_enctype.c36 if (strcasecmp(krb5_enctypes_list[i].in_string, string) == 0) {
/illumos-gate/usr/src/cmd/print/printer-info/
H A Dprinter-info.c83 if ((strcasecmp(t, "MFG") == 0) ||
84 (strcasecmp(t, "MANUFACTURER") == 0))
86 else if ((strcasecmp(t, "MDL") == 0) ||
87 (strcasecmp(t, "MODEL") == 0))
89 else if ((strcasecmp(t, "DES") == 0) ||
90 (strcasecmp(t, "DESCRIPTION") == 0))
92 else if ((strcasecmp(t, "CLS") == 0) ||
93 (strcasecmp(t, "CLASS") == 0))
95 else if ((strcasecmp(t, "CMD") == 0) ||
96 (strcasecmp(
[all...]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns.c51 else if ((strcasecmp(ns, "files") == 0) ||
52 (strcasecmp(ns, "system") == 0) ||
53 (strcasecmp(ns, "etc") == 0))
55 else if (strcasecmp(ns, "nis") == 0)
57 else if (strcasecmp(ns, "ldap") == 0)
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_string.c48 return (strcasecmp(a, b) == 0);
/illumos-gate/usr/src/head/
H A Dstrings.h62 extern int strcasecmp(const char *, const char *);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpsecflags.c59 if (strcasecmp(flag, "default") == 0) {
68 } else if (strcasecmp(flag, "all") == 0) {
71 } else if (strcasecmp(flag, "none") == 0) {
74 } else if (strcasecmp(flag, "current") == 0) {
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c548 if (strcasecmp("none", buf) == 0)
550 else if (strcasecmp("from_ldap", buf) == 0)
553 else if (strcasecmp("to_ldap", buf) == 0)
560 if (strcasecmp("none", buf) == 0)
562 else if (strcasecmp("from_ldap", buf) == 0)
564 else if (strcasecmp("to_ldap", buf) == 0)
570 if (strcasecmp("none", buf) == 0)
572 else if (strcasecmp("from_ldap", buf) == 0)
574 else if (strcasecmp("to_ldap", buf) == 0)
585 if (strcasecmp("ye
[all...]

Completed in 118 milliseconds

1234567891011>>