Searched refs:strlen (Results 1 - 25 of 1552) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dmisc.h26 return strncmp (fs_type_name, prefix, strlen (prefix)) == 0;
/osnet-11/usr/src/lib/libdisasm/common/
H A Dlinktest_stand.c39 void strlen(void) {} function
/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrlen.c42 strlen(const char *s) function
H A Dstpcpy.c41 return (s1 + strlen(s1));
H A Dstrchrnul.c34 ptr = (char *)s + strlen(s);
H A Dperror.c61 (void) write(2, s, strlen(s));
64 (void) write(2, c, strlen(c));
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrlen.s26 .file "strlen.s"
29 / strlen(s)
34 / Fast assembly language version of the following C-program strlen
38 / strlen(const char *s)
56 ENTRY(strlen) function
95 SET_SIZE(strlen)
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dstrdup.c12 char *dst = malloc(strlen(src) + 1);
/osnet-11/usr/src/lib/libmail/common/
H A Dtrimnl.c44 p = s + strlen(s) - 1;
H A Dsubstr.c47 len1 = (int)strlen(string1);
49 len2 = (int)strlen(string2);
/osnet-11/usr/src/lib/libgen/common/
H A Dstrrspn.c46 p = (char *)string + strlen(string);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_buffer.c37 buffer->length = strlen(str);
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dstrrevcmp.c40 i1 = strlen(s1) - 1;
41 i2 = strlen(s2) - 1;
83 i1 = strlen(s1) - 1;
84 i2 = strlen(s2) - 1;
H A Dstrl.c41 ** The result is strlen(src). You can detect truncation (not all
56 ** strlen(src)
68 return strlen(src);
75 return i + strlen(src + i);
82 ** If strlen(dst) < size, then append at most size - strlen(dst) - 1
113 o = strlen(dst);
115 return o + strlen(src);
123 return j + strlen(src + i);
129 ** strlcat2 will append at most len - strlen(ds
[all...]
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile34 strlen.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile34 strlen.o \
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_error.c49 n = strlen(s);
55 (void) write(2, c, (unsigned)strlen(c));
/osnet-11/usr/src/lib/libwrap/
H A Dsetenv.c40 if ((cp = malloc(strlen(name) + strlen(value) + 2)) == 0)
/osnet-11/usr/src/lib/libadm/common/
H A Dputerror.c53 n = (defmesg ? strlen(defmesg) : strlen(INVINP));
59 n = strlen(error);
62 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char));
70 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char));
83 n = strlen(error);
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dyptol_utils.c73 *temp_entries = (char *)am(myself, strlen(name) +
74 strlen(TEMP_POSTFIX) + 1);
79 *temp_ttl = (char *)am(myself, strlen(TEMP_POSTFIX) + strlen(name) +
80 strlen(TTL_POSTFIX) + 1);
117 key.dsize = strlen(str1);
119 content.dsize = strlen(str2);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dassfail.c105 len1 = strlen(msg);
106 len2 = strlen(why);
110 len1 = strlen(msg);
198 ultos((uint64_t)(uintptr_t)cv, 16, buf + strlen(buf));
201 ultos((uint64_t)(uintptr_t)mp, 16, buf + strlen(buf));
210 ultos((uint64_t)mcopy.mutex_rcount, 10, buf + strlen(buf));
215 ultos((uint64_t)(uintptr_t)self, 16, buf + strlen(buf));
217 ultos((uint64_t)lwpid, 10, buf + strlen(buf));
224 ultos((uint64_t)mcopy.mutex_owner, 16, buf + strlen(buf));
227 ultos((uint64_t)pid, 10, buf + strlen(bu
[all...]
/osnet-11/usr/src/common/crypto/ecc/
H A Decl_curve.c71 ret->text = kmem_alloc(strlen(params->text) + 1, kmflag);
72 bcopy(params->text, ret->text, strlen(params->text) + 1);
81 ret->irr = kmem_alloc(strlen(params->irr) + 1, kmflag);
82 bcopy(params->irr, ret->irr, strlen(params->irr) + 1);
89 ret->curvea = kmem_alloc(strlen(params->curvea) + 1, kmflag);
90 bcopy(params->curvea, ret->curvea, strlen(params->curvea) + 1);
97 ret->curveb = kmem_alloc(strlen(params->curveb) + 1, kmflag);
98 bcopy(params->curveb, ret->curveb, strlen(params->curveb) + 1);
105 ret->genx = kmem_alloc(strlen(params->genx) + 1, kmflag);
106 bcopy(params->genx, ret->genx, strlen(param
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetauthattr.c84 (strlen(name[0]) < 1)) {
89 if (res1 == NULL || res1[0] == NULL || (strlen(res1[0]) < 1))
95 if (res2 == NULL || res2[0] == NULL || (strlen(res2[0]) < 1))
101 if (sdes == NULL || sdes[0] == NULL || (strlen(sdes[0]) < 1))
107 if (ldes == NULL || ldes[0] == NULL || (strlen(ldes[0]) < 1))
113 if (attr == NULL || attr[0] == NULL || (strlen(attr[0]) < 1))
118 len = strlen(name[0]) + strlen(res1_str) + strlen(res2_str) +
119 strlen(sdes_st
[all...]
/osnet-11/usr/src/lib/libfru/libgenutil/
H A DStr.cc35 : str_(strcpy(new char[strlen("")+1], "")),
40 : str_(strcpy(new char[strlen(str)+1], str)),
52 : str_(strcpy(new char[strlen(rhs.str_)+1], rhs.str_)),
65 str_ = strcpy(new char[strlen(rhs.str_)+1], rhs.str_);
74 str_ = strcpy(new char[strlen(str)+1], str);
99 char *tmp = new char[strlen(str_)+strlen(rhs.peak())+1];
149 return (strlen(str_));
192 for (int i = 0; i < strlen(str_); i++) {
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dpassutils.c97 (void) memset(tmpbuf, 0, strlen(tmpbuf)); /* clean up */
111 (void) memset(databuf, 0, strlen(databuf));
118 (void) memset(tmpbuf, 0, strlen(tmpbuf));
119 (void) memset(databuf, 0, strlen(databuf));
126 *psize = strlen(databuf);

Completed in 111 milliseconds

1234567891011>>