Searched refs:strlen (Results 276 - 300 of 1552) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c301 if ((dup = calloc(1, strlen(path) + 1)) == NULL) {
346 len = strlen(DYN_TO_DYNCOMP(dyn)) + 1;
428 len = strlen(DEVICES_DIR);
430 len + strlen(SLASH)) == 0) {
432 (void) memmove(root_path, cp, strlen(cp) + 1);
688 len += (strlen(sp->str));
702 len += strlen(s) + strlen(t);
804 len = strlen(DEVICES_DIR);
806 len + strlen(SLAS
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dcompletion.c79 * if <str> is equal to <newstr> returns <str>+strlen(<str>)+1
80 * otherwise returns <str>+strlen(<str>)
330 if (*com==0 || (narg <= 1 && (strcmp(ap->argval,*com)==0) || (addstar && com[0][strlen(*com)-1]=='*')))
367 size += strlen(*com);
375 size += strlen(cp=fmtx(*com++));
460 if(cp[strlen(cp)-1]!='/')
522 if( strlen(out) > LOOKAHEAD )
533 i = strlen((char*)buff);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_getalias.c82 filterlen = strlen(desc->filter);
83 *realfilter = (char *)malloc(strlen(userdata) + filterlen + 1);
203 len = len + comma + strlen(newhead);
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_utf_str.c148 ileft = strlen(iptr);
198 inlen = inbleft = strlen(s);
286 (void) memmove(s+1, s+3, strlen(s+3) + 1);
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c85 if ((key->dsize == strlen(MAP_EXPIRY_KEY)) &&
164 key.dsize = strlen(MAP_EXPIRY_KEY);
241 key.dsize = strlen(MAP_EXPIRY_KEY);
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dcmd.c358 len = strlen(buffer);
364 (char *)calloc((size_t)(len+strlen(ret_val)+1),
381 strlen(ret_val) + 1), "%s%s",
/osnet-11/usr/src/lib/libinetutil/common/
H A Difspec.c140 if (getlun(lp, strlen(lp), &ifsp->ifsp_lun) != 0)
244 if (strlen(zonetoken) >= ZONENAME_MAX || strlen(linktoken) >=
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c156 slen = strlen(a_path);
235 arlen = strlen(altroot);
247 len = strlen(mnp->mnt_mountp);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c38 p = topo_hdl_alloc(thp, strlen(s) + 1);
52 topo_hdl_free(thp, s, strlen(s) + 1);
108 for (p = s + strlen(s); p != s && *--p == '/'; )
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_misc.c68 i = strlen(str);
152 if(strlen(password) < pol->pw_min_length)
197 if (strlen(password) < 1)
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-eject.c132 if (strlen (fgets (eject_options, sizeof (eject_options), stdin)) > 0)
133 eject_options [strlen (eject_options) - 1] = '\0';
144 if (strlen (given_options[i]) > 0)
H A Dhal-storage-unmount.c135 if (strlen (fgets (unmount_options, sizeof (unmount_options), stdin)) > 0)
136 unmount_options [strlen (unmount_options) - 1] = '\0';
147 if (strlen (given_options[i]) > 0)
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrlen.s28 * strlen - calculate the length of string
34 #define LABEL(s) .strlen/**/s
40 ENTRY(strlen) /* (const char *s) */ function
199 SET_SIZE(strlen)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c163 if (salt == NULL || salt[0] != '$' || strlen(salt) == 1) {
288 if (salt == NULL || strlen(salt) > CRYPT_MAXCIPHERTEXTLEN)
355 off = strlen(oval) - 1;
391 strlen(CRYPT_DEFAULT)) == 0) {
399 strlen(CRYPT_ALGORITHMS_ALLOW)) == 0) {
410 strlen(CRYPT_ALGORITHMS_DEPRECATE)) == 0) {
562 linelen = strlen(line);
713 bzero(policy->cp_default, strlen(policy->cp_default));
719 bzero(policy->cp_allow, strlen(policy->cp_allow));
725 bzero(policy->cp_deny, strlen(polic
[all...]
H A Ddeflt.c232 patlen = strlen(cp);
240 off = strlen(buf_tmp) - 1;
258 for (i = strlen(ret_ptr) - 1; i >= 0; i--) {
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlen.s27 .file "strlen.s"
30 * strlen(s)
34 * Fast assembler language version of the following C-program strlen
38 * strlen(s)
51 ! The object of strlen is to, as quickly as possible, find the
62 ENTRY(strlen) function
136 SET_SIZE(strlen)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlen.s27 .file "strlen.s"
30 * strlen(s)
34 * Fast assembler language version of the following C-program strlen
38 * strlen(s)
51 ! The object of strlen is to, as quickly as possible, find the
62 ENTRY(strlen) function
136 SET_SIZE(strlen)
/osnet-11/usr/src/lib/libumem/common/
H A Dmisc.c99 (void) write(UMEM_ERRFD, error_str, strlen(error_str));
185 (void) write(UMEM_ERRFD, buf, strlen(buf));
203 (void) write(UMEM_ERRFD, buf, strlen(buf));
/osnet-11/usr/src/lib/libzpool/common/
H A Dutil.c111 indent + strlen(prefix) - 25 - (vs->vs_space ? 0 : 12),
128 tname = calloc(1, strlen(cname) + 2);
131 tname[strlen(tname)] = '0' + np;
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetkeyent.c70 int keytypelen = strlen(keytype);
126 len = strlen(pkey) + strlen(skey) + 2;
H A Dgetrpcent.c93 if (cname == NULL || (len = strlen(cname)) < 1) {
99 (len = strlen(rpcnumber[0])) < 1) {
121 be->buflen = strlen(be->buffer);
H A Dgetgrent.c424 return (strncmp(a, b, strlen(b)) == 0);
437 if (p != NULL && p[strlen(b)] == '\0' && (p > a))
651 slen = strlen(str) + 1;
768 if (strlen(attrname) < strlen(gr_attrs4[i])) {
850 if (dn == NULL || (nssuint_t)(strlen(dn) + 1) != pbuf->key_len) {
979 slen = strlen(param[0]) + 1;
1011 dnlen = strlen(dn) + 1;
1074 cache_name_len = strlen(cache_name) + 1;
1079 keylen = strlen(ke
[all...]
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c126 strlen(data->buffer),
140 argp->returnlen = strlen(argp->buf.buffer);
218 buffer = qdata->buffer + strlen(qdata->buffer);
219 remlen = qdata->buflen - strlen(qdata->buffer);
345 buffer = qdata->buffer + strlen(qdata->buffer);
346 remlen = qdata->buflen - strlen(qdata->buffer);
467 ch = name + strlen(name) - 1;
513 nameptr = name + strlen(name) - 1;
541 nlen = strlen(name);
544 vdlen = strlen(vpt
[all...]
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_subr.c61 (void) write(STDERR_FILENO, msg, strlen(msg));
106 n = strlen(errmsg);
180 size_t len = strlen(str);
/osnet-11/usr/src/lib/libproc/common/
H A Dproc_names.c71 len = strlen(name);
100 len = strlen(name);
393 len = strlen(name);
504 if (n != strlen(p)) {
549 if (n != strlen(p)) {
590 if (n != strlen(p)) {

Completed in 54 milliseconds

<<11121314151617181920>>