Searched refs:strlen (Results 801 - 825 of 1552) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c395 rec = alloca(sizeof (dt_filerec_t) + strlen(addp->dt_value));
397 rec->rec_dtvalsize = strlen(addp->dt_value) + 1;
518 rec = alloca(sizeof (dt_filerec_t) + strlen(newp->dt_value));
520 rec->rec_dtvalsize = strlen(newp->dt_value) + 1;
/osnet-11/usr/src/lib/libdladm/common/
H A Dpropfuncs.c311 len = strlen(buf);
404 len = strlen(buf);
421 llen = strlen(lsp->ls_name);
433 llen = strlen(str);
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_primitives.c85 interact->len = strlen(ret);
166 digest_md5_name = malloc(strlen(dn) + 5);
167 /* 5 = strlen("dn: ") + 1 */
202 len = strlen(host) + 26;
393 len = strlen(t);
/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.c266 int n = strlen(of[of_index].of_name);
358 valwidth = strlen(value);
404 nextlen = strlen(sp->s_fields[i + 1]);
407 if (strlen(value) + nextlen > width || ptr >= lim) {
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_misc.c103 len = strlen(rev);
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk.c143 strlen(BAY)) == 0) {
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_subr.c176 if ((strlen(hcfmri->hc_name) == strlen(CHASSIS)) &&
177 strncmp(hcfmri->hc_name, CHASSIS, strlen(CHASSIS)) == 0) {
643 end = begin + strlen(begin);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard.c198 len = (pn ? strlen(pn) : 0) + (dn ? strlen(dn) : 0) + 1;
326 len = strlen(plabel) + strlen(cpuboard_label) + 2;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dprinc_comp.c157 assert(strlen(KRB5_REFERRAL_REALM)==0);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_major_status.c134 buffer->length = strlen(str);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_xdr.c164 unparse_mod_princ_size = strlen(unparse_mod_princ) + 1;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-version-check.c110 buf[strlen (buf) - 1] = '\0';
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_prom.c191 opp->oprom_size = strlen(var) + 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dutil.c159 register char *newaddr = (char *) safemalloc((MEM_SIZE)(strlen(str)+1));
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c247 size_t psize = strlen(s) + 1;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c170 strlen(a->q_user) > sizeof(obuf) - 7)
748 nlp = &p[strlen(p)];
820 lhssize = strlen(al.q_user);
821 rhssize = strlen(rhs);
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c162 if (strlen(s) >= 5 && *(s + 3) != 'c')
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.c73 if (parent_udi == NULL || strlen(parent_udi) == 0) {
H A Dosspec.c138 if ((len = strlen (dsk)) < sizeof ("/dev/dsk/cN") - 1) {
/osnet-11/usr/src/cmd/hal/utils/
H A Dprinter.c35 for (p = s + strlen(s) - 1; ((p > s) && (isspace(*p) != 0));
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapdelete.c131 buf[ strlen( buf ) - 1 ] = '\0'; /* remove trailing newline */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs176 * then strlen(buffer) for the length. The more proper way
180 r += strlen(r);
282 idlen = strlen(id);
354 (void)hv_store(seenhv, id, strlen(id),
491 ilen = strlen(iname);
743 sv_catpvn(retval, realpack, strlen(realpack));
759 if ((svp = hv_fetch(seenhv, id, (idlen = strlen(id)), FALSE)) &&
780 (void)hv_store(seenhv, id, strlen(id), newRV_inc((SV*)seenentry), 0);
791 len = strlen(tmpbuf);
1074 nchars = strlen(tmpbu
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dcatopen.c154 n = strlen(s);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dftwalk.c80 ns = strlen(path) + 1;
H A Dmime.c218 if (!(cap = newof(0, Cap_t, 1, strlen(v) + 1)))
266 else if (!(ent = newof(0, Ent_t, 1, strlen(s) + 1)))
394 strlen(lp) >= sizeof(buf))
405 for (rv = rp + strlen(rp); rv > rp && (isdigit(*(rv - 1)) || *(rv - 1) == '.'); rv--);

Completed in 1931 milliseconds

<<31323334353637383940>>