Searched refs:strlen (Results 751 - 775 of 1552) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/cmd/ldap/common/
H A Dldapmodify.c274 bv.bv_len = strlen(bulkimport_suffix);
821 p = line + strlen( line );
839 for ( q = value + strlen( value ) - 1; q > value &&
875 ( value == NULL ) ? 0 : strlen( value ));
1222 if ( (len = strlen( line )) < 2 ) {
1231 if ( ((len = strlen( line )) == 2) && (line[0] == '\r') ) {
1280 p = s + strlen( s ) - 1;
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c56 #define YPMULTISZ 9 /* == strlen(YPMULTI) */
159 tempVal->val->length = strlen(str) + 1;
271 if (addCol2RuleValue(vt_string, N2LDOMAIN, domain, strlen(domain),
299 valueLen = strlen(ipaddr);
626 str, strlen(str), trv);
668 if (addCol2RuleValue(vt_string, N2LDOMAIN, domain, strlen(domain),
841 value->dsize = strlen(value->dptr);
893 key[j].dsize = strlen(str);
989 if (checkIPaddress(key, strlen(key), &sipkey) > 0) {
1541 if (len == strlen(oc_looku
[all...]
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c574 n_entries = strlen(value); /* no NUL */
578 vallen = strlen(value);
588 n_entries = strlen(value) + 1;
593 n_entries = strlen(value);
824 vallen = strlen(cp2);
860 vallen = strlen(currp);
1269 resultp = result + strlen(result);
1270 n_entries -= strlen(result);
1335 resultp += strlen(resultp);
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c293 if (strlen(value) >= scf_limit(SCF_LIMIT_MAX_VALUE_LENGTH)) {
429 sz = strlen("/dev/") + strlen(proto) + 1;
749 only = proto + strlen(proto) - (sizeof ("6only") - 1);
844 if ((p_inf->proto = malloc(strlen(proto) + 5)) == NULL) {
848 (void) strlcpy(p_inf->proto, proto, strlen(proto) + 5);
851 strlen(proto) + 5);
892 gsproto[strlen(gsproto) - 1] = '\0';
1688 if (strlen(cp) >= max_proto_len) {
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c83 size_t len = strlen(in);
148 principal->data[1].length == strlen (realm) &&
149 strncasecmp (principal->data[1].data, realm, strlen (realm)))
152 if (strlen(realm) != principal->realm.length)
288 strlen (realm) + 2 /* "*@" */ + 1);
466 if (strlen(rparams->subtree[k]) != 0) {
482 if (strlen(rparams->containerref) != 0 ) {
1026 if (strlen(rparams->subtree[i]) != 0) {
1041 if (strlen(rparams->containerref) != 0 ) {
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_rcm.c566 len = (strlen(cpuname) - n) + 1;
1367 if ((w = strlen((*rcm->info_rsrc)(tuple))) > w_rsrc)
1369 if ((w = strlen(infostr)) > w_info)
1379 if ((w = strlen(rsrc)) > w_rsrc)
1383 if ((w = strlen(info)) > w_info)
1402 newmsg = realloc(*msg, strlen(*msg) + msg_size);
1413 w = strlen(rsrc);
1422 w = strlen(info);
1446 (void) sprintf(&((*msg)[strlen(*msg)]), format,
/osnet-11/usr/src/cmd/sendmail/src/
H A Drecipient.c204 i = strlen(list) + 1;
369 i = strlen(list) + 1;
535 b = qp[strlen(qp) - 1] == '>';
537 qp[strlen(qp) - 1] = '\0';
545 qp[strlen(qp)] = '>';
583 b = qp[strlen(qp) - 1] == '>';
585 qp[strlen(qp) - 1] = '\0';
599 qp[strlen(qp)] = '>';
636 i = strlen(new->q_user);
/osnet-11/usr/src/lib/libresolv/
H A Dres_gethost.c113 n = strlen(bp) + 1;
150 n = strlen(bp) + 1;
189 bp += strlen(bp) + 1;
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcanonusr.c81 /* a zero ulen or alen indicates that it is strlen(value) */
115 if(!ulen) ulen = (unsigned int)strlen(user);
303 if(!plugname || strlen(plugname) > (PATH_MAX - 1)) {
429 u_apprealm = strlen(sconn->user_realm) + 1;
H A Dsaslutil.c272 len += strlen(conn->serverFQDN) + 1 /* for the @ */;
294 return strlen(buf);
306 if (len == 0) len = strlen(str);
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_gss.c122 buflen = strlen(buf);
312 name.length = strlen(name.value) + 1;
638 gss_str.length = strlen(str);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c220 nlen = strlen(name);
515 i = strlen(&(buf[11]));
576 i = strlen(nameB);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c428 f = filter_add_strn( f, flimit, prefix, strlen( prefix ));
476 f = filter_add_strn( f, flimit, attr, strlen( attr ));
489 f = filter_add_strn( f, flimit, suffix, strlen( suffix ));
/osnet-11/usr/src/lib/libpower/common/
H A Dpm_smf.c129 if (strncmp(propname, *pp, strlen(*pp)) == 0) {
231 nlen = strlen(np);
464 len = strlen(propname);
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_nces.c433 size = strlen(entry->prefix) + strlen(entry->context) + 2;
437 if (strlen(entry->prefix) > 0)
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c355 malloc(strlen(rep_list[i].host) + strlen(":") +
356 strlen(rep_list[i].path) + 2);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c153 next = end = value + strlen(value);
314 end = begin + strlen(begin);
583 next = end = value + strlen(value);
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_dev.c68 end = begin + strlen(begin);
230 i = strlen(dpath) + 1 + strlen(mname) + 1;
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_pciexrc.c208 if (strncmp(hc_name, PCIEX_ROOT, strlen(hc_name)) == 0) {
211 } else if (strncmp(hc_name, HOSTBRIDGE, strlen(hc_name)) == 0) {
454 if (strncmp(devfs_path, path, strlen(path)) == 0) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c398 crealm.length = strlen(argv[1]);
400 srealm.length = strlen(argv[2]);
402 transit.length = strlen(argv[3]);
H A Dgic_pwd.c124 ctx->password.length = strlen(s);
201 pw0.length = strlen(password);
533 pw0.length = strlen(password);
H A Dser_ctx.c127 * strlen(default_realm) for default_realm.
153 required += strlen(context->default_realm);
214 (krb5_int32) strlen(context->default_realm) : 0,
222 strlen(context->default_realm),
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_xdr.c44 key->length = strlen(princ_name)+1;
91 unparse_princ_size = strlen(unparse_princ) + 1;
345 if (((size_t) i != (strlen((char *)nextloc) + 1)) || (sizeleft < i)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dstr.c95 len = strlen(ptr);
147 len = strlen(ptr);
163 len = strlen(from);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c203 udi = calloc(1, sizeof ("/org/freedesktop/Hal/devices/%s") + strlen(arg));
317 udi = calloc(1, sizeof ("/org/freedesktop/Hal/devices/%s") + strlen(arg));
357 udi = calloc(1, sizeof ("/org/freedesktop/Hal/devices/%s") + strlen(arg));

Completed in 66 milliseconds

<<31323334353637383940>>