Searched refs:strlen (Results 776 - 800 of 1552) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c440 if (fwrite (lines[i], 1, strlen (lines[i]), hal_mtab_new) != strlen (lines[i])) {
692 for (i = 0; i < strlen (authname); i++) {
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c171 filterlen = strlen(desc->filter);
172 *realfilter = (char *)malloc(strlen(userdata) + filterlen + 1);
295 strlen(argv[1]) == 2 && strncmp(argv[1], "-h", 2) == 0) {
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashlook.c222 m = strlen(value);
223 if (b->name == ((char*)b + i) && strlen(b->name) <= m)
306 m = tab->root->namesize ? tab->root->namesize : strlen(name) + 1;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c127 (void) write(2, errbuf, strlen(errbuf));
328 current_argv_len = strlen(current_argv);
338 long_option_len = strlen(long_options[i].name);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_notify.c219 l = strlen(evctl->mdn_name);
286 if (!qname || strlen(qname) == 0) {
496 if (!qname || strlen(qname) == 0) {
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dgetpwnam.c122 len = strlen(homedir);
143 for (i = strlen(smb_homedir); *homedir != '\0'; homedir++) {
340 namelen = strlen(name);
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Dgethostent6.c109 len = strlen(h->h_name);
230 stringSize += RNDUP(strlen(h->h_aliases[aliasCount])+1);
260 int len = strlen(h->h_aliases[i]);
/osnet-11/usr/src/lib/passwdutil/
H A Dnis_attr.c117 pwd->pw_shell[strlen(pwd->pw_shell)-1] = '\0';
330 strlen(name), &(nisbuf->scratch),
358 keylen = strlen(key);
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c253 } else if (strlen(path) > PATH_MAX) {
255 } else if (strlen(path) >= 1) {
955 xmalloc(strlen(err_reason) +
956 strlen(err_data) + 3);
1135 for (p = time + strlen(time) - 1; isspace(*p); p--) {
1389 for (r = (q + strlen(q) - 1); isspace(*r); r--) {
1406 strlen(CONTENT_TYPE_HDR))) {
1409 p = strchr(ocspbuf + strlen(CONTENT_TYPE_HDR), ':');
1426 strlen(CONTENT_OCSP_RESP))) {
1526 for (r = currtimestr + strlen(currtimest
[all...]
H A Dsecurity.c279 fp_str[strlen(fp_str) - 1] = '\0';
/osnet-11/usr/src/lib/libpp/common/
H A Dppmisc.c41 if ((pp.state & COMPILE) && pp.truncate && strlen(name) > pp.truncate)
H A Dpptrace.c157 k = strlen(p[i].nam);
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_statvfs.c82 adp->arg_size = strlen(path)+1;
/osnet-11/usr/src/lib/libshare/common/
H A Dsharetab.c77 line[strlen(line) - 1] = '\0';
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_auth.c154 length = strlen(password);
256 blob->ndb_names[0].nne_name, ntdomain, strlen(ntdomain));
345 data_len = strlen(username) + strlen(ntdomain);
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ctx.c496 if (strlen(name) >= sizeof (ctx->ct_user)) {
564 if (strlen(name) >= sizeof (ctx->ct_domain)) {
594 if (strlen(passwd) >= sizeof (ctx->ct_password)) {
661 if (strlen(share) >= SMBIOC_MAX_NAME) {
H A Dsmbfs_print.c250 tlen = strlen(title);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsbind.c104 bv.bv_len = strlen( passwd );
/osnet-11/usr/src/lib/libnsl/dial/
H A Dulockf.c157 p = calloc((unsigned)strlen(name) + 1, sizeof (char));
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgethostbyname_r.c115 if (strlen(nam) == 0) {
/osnet-11/usr/src/lib/libcmd/common/
H A Dpathchk.c142 cp = cpold + strlen(cpold);
H A Dstrings.c142 c = strlen(format) - 1;
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c255 tmp += strlen(tmp) + 1;
601 n = strlen((char *)ph->ph_cur_pos) + 1;
627 n = strlen(data) + 1;
684 return (strlen(data) + 1);
H A Ddevinfo_realpath.c104 resolved_len = strlen(resolved);
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c826 if (strlen(ifnames) > 1)
827 ifnames[strlen(ifnames) - 1] = '\0';
881 if (ifnames != NULL && strlen(ifnames) != 0) {
899 if (ifnames == NULL || strlen(ifnames) == 0) {

Completed in 288 milliseconds

<<31323334353637383940>>