Searched refs:strspn (Results 126 - 139 of 139) sorted by relevance

123456

/illumos-gate/usr/src/man/man3c/
H A DMakefile1237 strspn.3c \
2297 strspn.3c := LINKSRC = string.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc952 /* strspn.c */
953 size_t strspn(const char *string, const char *charset);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com613 strspn.o \
/illumos-gate/usr/src/man/man9f/
H A DMakefile1191 strspn.9f \
2041 strspn.9f := LINKSRC = string.9f
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c927 q = string + strspn(string, sepset); /* skip leading separators */
/illumos-gate/usr/src/cmd/init/
H A Dinit.c1968 (wslength = strspn(line, " \t\n")) ==
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c1903 if (yp2ldap && strspn(mstr, " \t") == strlen(mstr)) {
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c1246 len = strspn(ptr, "0123456789");
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c2739 ptr[strspn(ptr, "0123456789")] == '.') {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c5507 if (strspn(buf, " \t") != strlen(buf))
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2764 if (strspn(buf, " \t") == strlen(buf))
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c2194 if (strspn(path, "/") == strlen(path)) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c17520 arg0 = line + strspn(line, " \t");
17524 arg1 += strspn(arg1, " \t");
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4009 * Description: This function uses strpbrk and strspn to break
4027 q = string + strspn(string, sepset);

Completed in 244 milliseconds

123456