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

123456

/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c304 p = buf + strspn(buf, " \t");
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c242 if (strspn(p, "0123456789") == len) {
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsalib.c87 account += strspn(account, "\\");
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c350 if ((len = strspn(lp, WHITESPACE)) == 0) {
1340 (len = strspn(line, " \t\n")) == strlen(line) ||
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c690 name = sess->inbuf.text + strspn(sess->inbuf.text, space);
694 rest += strspn(rest, space);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c1301 } while (strspn(essid, " \t") == strlen(essid));
1354 } while (strspn(key, " \t") == strlen(key));
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c1073 str += strspn(str, " ");
1085 p += strspn(p, " ");
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c195 s += strspn(s, " \t");
202 s += strspn(s, " \t");
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c425 if (strspn(cp + 1, ",/;|!%") < 1) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c459 pp += strspn(pp, "/");
461 sp += strspn(sp, "/");
477 sp += strspn(sp, "/");
484 np += strspn(np, "/");
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c495 p2 += strspn(p2, "\t");
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c488 spec += strspn(spec, "0123456789");
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c160 mntopt += strspn(mntopt, ", =");
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_hc_sun4v.c134 instlen = strspn(token+namelen, "0123456789");
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2457 buf += strspn(buf, tokdel);
2546 tok = buf + strspn(buf, tokdel);
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c426 if (strspn(l_ap_id, "0123456789.") != strlen(l_ap_id)) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c526 #include <string.h> /* for strspn */
848 size_t numlen = strspn (serv, "0123456789");
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c926 tlen = strspn(p, sep);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile83 strpbrk.o strptime.o strrchr.o strspn.o strstr.o \
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c904 #define STRSPN strspn
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c877 if (strspn(string_to_check, digit_string) != strlen(string_to_check)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c712 tgt = line + strspn(line, " ,\n\r");
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c499 if (strlen(strs) == strspn(strs, "0123456789"))
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c433 if ( strlen(string) != strspn(string, "0123456789=-*#") ) {
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c876 value[strspn(value, "0123456789")] == ',') {

Completed in 117 milliseconds

123456