/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | strcasecmp.c | 28 NoN(strcasecmp) 34 #undef strcasecmp 37 strcasecmp(register const char* a, register const char* b)
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | strings.in.h | 46 extern int strcasecmp (char const *s1, char const *s2) 50 /* strcasecmp() does not work with multibyte strings: 53 # undef strcasecmp macro 55 _GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character "
|
H A D | strcasecmp.c | 34 strcasecmp (const char *s1, const char *s2) function
|
/osnet-11/usr/src/lib/libcryptoutil/common/ |
H A D | util.c | 104 if (!strcasecmp(timetok, "second") || 105 !strcasecmp(timetok, "seconds")) { 107 } else if (!strcasecmp(timetok, "minute") || 108 !strcasecmp(timetok, "minutes")) { 110 } else if (!strcasecmp(timetok, "day") || 111 !strcasecmp(timetok, "days")) { 113 } else if (!strcasecmp(timetok, "hour") || 114 !strcasecmp(timetok, "hours")) {
|
/osnet-11/usr/src/cmd/hal/utils/ |
H A D | printer.c | 65 if (((strcasecmp(t, "MFG") == 0) || 66 (strcasecmp(t, "MANUFACTURER") == 0)) && 69 else if (((strcasecmp(t, "MDL") == 0) || 70 (strcasecmp(t, "MODEL") == 0)) && 73 else if (((strcasecmp(t, "DES") == 0) || 74 (strcasecmp(t, "DESCRIPTION") == 0)) && 77 else if (((strcasecmp(t, "CLS") == 0) || 78 (strcasecmp(t, "CLASS") == 0)) && 81 else if (((strcasecmp(t, "SER") == 0) || 82 (strcasecmp( [all...] |
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | util_pm.c | 63 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) {
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | string_to_cksumtype.c | 36 if (strcasecmp(krb5int_cksumtypes_list[i].in_string, string) == 0) {
|
H A D | enctype_util.c | 80 if (strcasecmp(ktp->name, string) == 0) { 89 if (strcasecmp(alias, string) == 0) {
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | string.h | 37 strcasecmp (const char *s1, const char *s2) function
|
/osnet-11/usr/src/lib/libuutil/common/ |
H A D | uu_string.c | 48 return (strcasecmp(a, b) == 0);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_attr.c | 482 if (strcasecmp("none", buf) == 0) 484 else if (strcasecmp("from_ldap", buf) == 0) 488 else if (strcasecmp("to_ldap", buf) == 0) 497 if (strcasecmp("none", buf) == 0) 499 else if (strcasecmp("from_ldap", buf) == 0) 502 else if (strcasecmp("to_ldap", buf) == 0) 511 if (strcasecmp("none", buf) == 0) 513 else if (strcasecmp("from_ldap", buf) == 0) 515 else if (strcasecmp("to_ldap", buf) == 0) 527 if (strcasecmp("ye [all...] |
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | getvalues.c | 63 if ( strcasecmp( target, attr ) == 0 ) 74 if ( strcasecmp( target, attr ) == 0 ) 111 if ( strcasecmp( target, attr ) == 0 ) 122 if ( strcasecmp( target, attr ) == 0 )
|
H A D | saslbind.c | 120 if (strcasecmp(mechanism, LDAP_SASL_SIMPLE) == 0){ 131 if (strcasecmp(mechanism, LDAP_SASL_CRAM_MD5) == 0){ 141 if (strcasecmp(mechanism, LDAP_SASL_EXTERNAL) == 0){ 151 if (strcasecmp(mechanism, LDAP_SASL_X511_PROTECTED) == 0){ 166 if (strcasecmp(mechanism, LDAP_SASL_X511_STRONG) == 0){ 181 if (strcasecmp(mechanism, LDAP_SASL_KERBEROS_V4) == 0){ 196 if (strcasecmp(mechanism, LDAP_SASL_GSSAPI) == 0){ 211 if (strcasecmp(mechanism, LDAP_SASL_SKEY) == 0){
|
H A D | getdn.c | 115 if ( strcasecmp( r, "c" ) 116 && strcasecmp( r, "o" ) 117 && strcasecmp( r, "ou" ) 118 && strcasecmp( r, "st" ) 119 && strcasecmp( r, "l" ) 120 && strcasecmp( r, "cn" ) ) {
|
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | strcasecmp.c | 40 strcasecmp(const char *s1, const char *s2) function
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getdn.c | 131 if ( strcasecmp( r, "c" ) 132 && strcasecmp( r, "o" ) 133 && strcasecmp( r, "ou" ) 134 && strcasecmp( r, "st" ) 135 && strcasecmp( r, "l" ) 136 && strcasecmp( r, "dc" ) 137 && strcasecmp( r, "uid" ) 138 && strcasecmp( r, "cn" ) ) {
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | libdef_parse.c | 52 if (!strcasecmp(*p,s)) 57 if (!strcasecmp(*p,s))
|
/osnet-11/usr/src/lib/pam_modules/sample/ |
H A D | sample_acct_mgmt.c | 93 if (strcasecmp(argv[i], "debug") == 0) 95 else if (strcasecmp(argv[i], "nowarn") == 0) {
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | nsparse.c | 121 if (strcasecmp(lkp->service_name, "dns") == 0) { 221 if (strcasecmp(linep, __NSW_STR_RETURN) == 0) 223 else if (strcasecmp(linep, 225 if (strcasecmp(lkp->service_name, 227 strcasecmp(tokenp, 239 } else if (strcasecmp(linep, 252 strcasecmp(tokenp, 256 strcasecmp(tokenp, 260 strcasecmp(tokenp, 264 strcasecmp(token [all...] |
/osnet-11/usr/src/lib/libdisasm/sparc/ |
H A D | dis_sparc.c | 155 if (strcasecmp("synth-all", opt2) == 0) 158 if (strcasecmp("compat", opt2) == 0) 161 if (strcasecmp("synth-none", opt2) == 0) 164 if (strcasecmp("binary", opt2) == 0) 167 if (strcasecmp("format", opt2) == 0) 170 if (strcasecmp("all", opt2) == 0) 173 if (strcasecmp("none", opt2) == 0)
|
/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | getprinter.c | 135 if (strcasecmp(attr->attrname, "sun-printer-kvp") == 0) { 154 if (strcasecmp(attr->attrname, "printer-name") == 0 || 155 strcasecmp(attr->attrname, "dn") == 0 || 156 strcasecmp(attr->attrname, 158 strcasecmp(attr->attrname, 160 strcasecmp(attr->attrname, 163 if (strcasecmp(attr->attrname, "printer-name") == 0)
|
/osnet-11/usr/src/lib/libresolv2/common/bsd/ |
H A D | strcasecmp.c | 2 static const char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; 3 static const char rcsid[] = "$Id: strcasecmp.c,v 1.2 2005/04/27 04:56:12 sra Exp $"; 94 strcasecmp(const char *s1, const char *s2) { function
|
/osnet-11/usr/src/lib/krb5/kadm5/srv/ |
H A D | server_misc.c | 34 /* for strcasecmp */ 121 if (!strcasecmp(pwstr, cp)) 124 if (!strcasecmp(pwstr, tcp)) 181 if (strcasecmp(cp, password) == 0) 185 if (strcasecmp(cp, password) == 0)
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldapmodify.c | 470 if ( expect_sep && strcasecmp( line, T_MODSEPSTR ) == 0 ) { 500 if ( !use_record && strcasecmp( type, T_REPLICA_STR ) == 0 ) { 508 if ( strcasecmp( value, ldaptool_host ) == 0 && 513 } else if ( strcasecmp( type, T_DN_STR ) == 0 ) { 520 } else if ( strcasecmp( type, T_VERSION_STR ) == 0 ) { 558 if ( strcasecmp( type, "control" ) == 0 ) { 583 if ( strcasecmp( type, T_CHANGETYPESTR ) == 0 ) { 585 if ( strcasecmp( value, T_MODIFYCTSTR ) == 0 ) { 588 } else if ( strcasecmp( value, T_ADDCTSTR ) == 0 ) { 591 } else if ( strcasecmp( valu [all...] |
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | mapping.c | 124 if (strcasecmp(maplist[i].database, "shadow") == 0) 131 if ((strcasecmp(maplist[i].database, "tnrhdb") == 0) || 132 (strcasecmp(maplist[i].database, "tnrhtp") == 0)) 306 if (strcasecmp(database, maplist[PUBLICKEY].database) == SAME) { 411 if (strcasecmp(*paramVal, NS_LDAP_VERSION_1) == 0) 421 if (strcasecmp(database, maplist[i].database) == SAME) { 423 if (strcasecmp(database, "prof_attr") == 0) 425 else if (strcasecmp(database, "tnrhtp") == 0) 549 if (strcasecmp(database, "automount") == SAME) {
|