Symbol: strspn
bin/date/vary.c
439
if (strspn(arg, digits) != len-1) {
bin/pax/options.c
985
slash += strspn(slash, "/");
bin/sh/input.c
253
parsenextc[strspn(parsenextc, " \t\n")] != '\0') {
bin/stty/stty.c
60
strspn(argv[optind], "-aefg") == strlen(argv[optind]) &&
crypto/heimdal/kdc/pkinit.c
1925
p = buf + strspn(buf, " \t");
crypto/krb5/src/kadmin/server/auth_acl.c
349
client = copy + strspn(copy, ws);
crypto/krb5/src/kadmin/server/auth_acl.c
351
ops = client_end + strspn(client_end, ws);
crypto/krb5/src/kadmin/server/auth_acl.c
353
target = ops_end + strspn(ops_end, ws);
crypto/krb5/src/kadmin/server/auth_acl.c
355
rs = target_end + strspn(target_end, ws);
crypto/krb5/src/lib/krb5/ccache/ccselect_k5identity.c
102
princ = line + strspn(line, whitespace);
crypto/krb5/src/lib/krb5/ccache/ccselect_k5identity.c
110
field = princ_end + strspn(princ_end, whitespace);
crypto/krb5/src/lib/krb5/ccache/ccselect_k5identity.c
121
field = field_end + strspn(field_end, whitespace);
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
437
p += strspn(p, ", ");
crypto/krb5/src/lib/krb5/os/hostrealm.c
325
if (strspn(name, "01234567890.") == strlen(name)) {
crypto/krb5/src/util/support/fake-addrinfo.c
843
size_t numlen = strspn (serv, "0123456789");
crypto/openssh/addrmatch.c
139
if (strspn(cp, VALID_CIDR_CHARS) != strlen(cp)) {
crypto/openssh/hostfile.c
930
strspn(ktype, "0123456789") == l)
crypto/openssh/misc.c
1281
copy += strspn(copy, "/");
crypto/openssh/misc.c
1291
path += strspn(path, "/");
crypto/openssh/misc.c
491
*s += strspn(*s + 1, WHITESPACE) + 1;
crypto/openssh/misc.c
502
*s += strspn(*s + 1, WHITESPACE) + 1;
crypto/openssh/misc.c
504
*s += strspn(*s + 1, WHITESPACE) + 1;
crypto/openssh/misc.c
676
if (p + strspn(p, "0123456789.") != endp)
crypto/openssh/moduli.c
617
cp += strspn(cp, " ");
crypto/openssh/readconf.c
1188
str += strspn(str, WHITESPACE);
crypto/openssh/readconf.c
1537
len = strspn(str, WHITESPACE "=");
crypto/openssh/readconf.c
1549
len = strspn(str, WHITESPACE "=");
crypto/openssh/readconf.c
2536
len = strspn(str, WHITESPACE);
crypto/openssh/readconf.c
3938
strspn(o->jump_host, "1234567890.") == strlen(o->jump_host);
crypto/openssh/scp.c
1311
if ((nslash = strspn(path + 2, "/")) == strlen(path + 2))
crypto/openssh/servconf.c
2293
len = strspn(str, WHITESPACE);
crypto/openssh/servconf.c
2370
len = strspn(str, WHITESPACE);
crypto/openssh/servconf.c
2391
len = strspn(str, WHITESPACE);
crypto/openssh/servconf.c
2638
cp = line + strspn(line, " \t\r");
crypto/openssh/sftp.c
1360
cp = cp + strspn(cp, WHITESPACE);
crypto/openssh/sftp.c
1378
cp = cp + strspn(cp, WHITESPACE);
crypto/openssh/sftp.c
1502
cp = cp + strlen(cmd) + strspn(cp, WHITESPACE);
crypto/openssh/ssh-add.c
143
cp = line + strspn(line, " \t");
crypto/openssh/ssh-keygen.c
2158
cp = line + strspn(line, " \t");
crypto/openssh/ssh-keygen.c
2264
cp = line + strspn(line, " \t");
crypto/openssh/ssh-keygen.c
2288
cp = cp + strspn(cp, " \t");
crypto/openssh/ssh-keygen.c
2324
cp = cp + strspn(cp, " \t");
crypto/openssh/ssh-keygen.c
2329
cp = cp + strspn(cp, " \t");
crypto/openssh/ssh-keygen.c
2340
cp = cp + strspn(cp, " \t");
crypto/openssh/ssh-keygen.c
2344
cp = cp + strspn(cp, " \t");
crypto/openssh/ssh-keygen.c
2348
cp = cp + strspn(cp, " \t");
crypto/openssh/ssh-keygen.c
936
cp = line + strspn(line, " \t");
crypto/openssh/ssh.c
288
strspn(name, "0123456789.") == strlen(name));
crypto/openssh/sshconnect.c
627
p += strspn(p, " \t"); /* skip leading whitespace */
crypto/openssh/sshsig.c
754
cp = cp + strspn(cp, " \t\n\r"); /* skip leading whitespace */
crypto/openssl/crypto/pem/pem_lib.c
534
header += strspn(header, " \t");
crypto/openssl/crypto/pem/pem_lib.c
538
header += strspn(header, " \t");
crypto/openssl/crypto/pem/pem_lib.c
541
if (!CHECK_AND_SKIP_PREFIX(header, ENCRYPTED) || strspn(header, " \t\r\n") == 0) {
crypto/openssl/crypto/pem/pem_lib.c
545
header += strspn(header, " \t\r");
crypto/openssl/crypto/pem/pem_lib.c
559
header += strspn(header, " \t");
crypto/openssl/crypto/pem/pem_lib.c
571
header += strspn(header, " \t");
crypto/openssl/crypto/s390xcap.c
471
tok_begin = buff + strspn(buff, ";");
crypto/openssl/crypto/x509/v3_addr.c
1005
i1 = strspn(s, addr_chars);
crypto/openssl/crypto/x509/v3_addr.c
1006
i2 = i1 + strspn(s + i1, " \t");
crypto/openssl/crypto/x509/v3_addr.c
1033
i1 = i2 + strspn(s + i2, " \t");
crypto/openssl/crypto/x509/v3_addr.c
1034
i2 = i1 + strspn(s + i1, addr_chars);
crypto/openssl/crypto/x509/v3_addr.c
976
t += strspn(t, " \t");
crypto/openssl/crypto/x509/v3_addr.c
982
t += strspn(t, " \t");
crypto/openssl/crypto/x509/v3_asid.c
544
i1 = strspn(val->value, "0123456789");
crypto/openssl/crypto/x509/v3_asid.c
549
i2 = i1 + strspn(val->value + i1, " \t");
crypto/openssl/crypto/x509/v3_asid.c
556
i2 = i2 + strspn(val->value + i2, " \t");
crypto/openssl/crypto/x509/v3_asid.c
557
i3 = i2 + strspn(val->value + i2, "0123456789");
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.c
63
if (*(fmt += strspn(fmt, sep)) == '\0')
crypto/openssl/test/ssl_old_test.c
1017
if (strspn(psk_key, "abcdefABCDEF1234567890") != strlen(psk_key)) {
include/string.h
135
size_t strspn(const char *, const char *) __pure;
lib/libc/net/getaddrinfo.c
1278
hostname[strspn(hostname, "0123456789.xabcdefXABCDEF")] != '\0')
lib/libc/tests/string/strcspn_test.c
45
#define STRXSPN strspn
lib/libcrypt/crypt.c
120
if ((len == 13 || len == 2) && strspn(salt, DES_SALT_ALPHABET) == len) {
lib/libfetch/fetch.c
402
q = p + 1 + strspn(p + 1, ":0123456789ABCDEFabcdef.");
lib/libfetch/fetch.c
407
q = p + strspn(p, "-." "0123456789"
lib/libfetch/ftp.c
441
switch (strspn(ln, "0123456789")) {
lib/libfetch/http.c
693
*cpp += strspn(*cpp, " \t");
lib/libradius/radlib.c
1314
p += strspn(p, ws);
lib/libradius/radlib.c
1350
if (*p != '\0' && strspn(p, ws) == 0) {
lib/libtacplus/taclib.c
852
strspn(fields[i], "0123456789") == strlen(fields[i])) {
lib/libutil/trimdomain.c
123
w = strspn(disp, "0123456789");
lib/libutil/trimdomain.c
130
w = strspn(disp, "0123456789");
lib/libveriexec/exec_script.c
58
if ((n = strspn(cp, ws)) > 0)
libexec/rtld-elf/rtld.c
2825
p += strspn(p, delim);
libexec/rtld-elf/rtld.c
2851
p += strspn(p, delim);
libexec/rtld-elf/rtld.c
3688
path += strspn(path, ":;");
libexec/rtld-elf/rtld.c
3704
path += strspn(path, ":;");
sbin/ddb/ddb.c
76
spn = strspn(buf, WHITESP);
sbin/ddb/ddb.c
83
argv[1] = argv[0] + spn + strspn(argv[0] + spn, WHITESP);
sbin/devfs/devfs.c
190
line += strspn(line, delims);
sbin/ipfw/ipfw2.c
3789
if (strspn(ap, macset) != l || (mac = ether_aton(ap)) == NULL)
sbin/ipfw/ipfw2.c
3804
if (strspn(ptr, macset) != l ||
sbin/ipfw/ipfw2.c
4215
if (strspn(src, macset) != strlen(src) ||
sbin/md5/md5.c
346
strspn(hashstr, "0123456789ABCDEFabcdef") == hashstrlen) {
sbin/md5/md5.c
350
strspn(linebuf, "0123456789ABCDEFabcdef") == hashstrlen &&
sbin/routed/parms.c
627
tgt = line + strspn(line, " ,\n\r");
stand/common/interp_simple.c
119
if (strncmp(input+strspn(input, " "), "\\", 1) == 0)
sys/cam/scsi/scsi_xpt.c
1643
start = strspn(serial_buf->serial_num, " ");
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1277
if (strspn(buf, "0123456789abcdefABCDEF") != (HW_HASH_KEY_SIZE * 2))
sys/netinet/libalias/alias_proxy.c
563
cmd += strspn(cmd, " \t");
sys/security/mac_do/mac_do.c
490
idx = strspn(p, " \t");
sys/sys/libkern.h
272
size_t strspn(const char *, const char *);
tests/sys/netgraph/socket.c
48
ATF_REQUIRE(strspn(sg.sg_data, "[0123456789abcdef]") >= 3 &&
tests/sys/netgraph/socket.c
49
sg.sg_data[strspn(sg.sg_data, "[0123456789abcdef]")] == '\0');
usr.bin/bintrans/uudecode.c
330
strspn(ptr + n, " \t\r\n") != strlen(ptr + n)) {
usr.bin/join/join.c
638
if (len - 2 != strspn(*p + 2, "0123456789"))
usr.bin/lam/lam.c
166
if (strspn(p, "-.0123456789") != strlen(p))
usr.bin/localedef/charmap.c
328
((int)strspn(s + si, digits) != (ls - si)) ||
usr.bin/localedef/charmap.c
329
((int)strspn(e + si, digits) != (le - si)) ||
usr.bin/mail/cmd1.c
389
lineb = strspn(linebuf, " \t") == strlen(linebuf);
usr.bin/patch/mkpath.c
57
slash += strspn(slash, "/");
usr.bin/pathchk/pathchk.c
126
p += strspn(p, "/");
usr.bin/pathchk/pathchk.c
196
s = strspn(path, charset);
usr.bin/printf/printf.c
213
l = strspn(fmt, digits);
usr.bin/printf/printf.c
240
l = strspn(fmt, digits);
usr.bin/printf/printf.c
284
l = strspn(fmt, digits);
usr.bin/split/split.c
392
strspn(fpnt+1, "z") == strlen(fpnt+1)) {
usr.bin/systat/ifstat.c
403
ch = p + strspn(p, " ;,");
usr.bin/systat/ifstat.c
406
ch = p + strspn(p, " ;,");
usr.bin/tip/tip/acu.c
124
cp += strspn(cp, " \t\n");
usr.bin/units/units.c
163
lineptr += strspn(lineptr, " \n\t");
usr.bin/units/units.c
182
lineptr += strspn(lineptr, " \n\t");
usr.bin/units/units.c
205
lineptr += strspn(lineptr, " \n\t");
usr.bin/whois/whois.c
475
strspn(query+2, "0123456789") == strlen(query+2))
usr.sbin/chkgrp/chkgrp.c
167
if (strspn(f[2], "0123456789") != strlen(f[2])) {
usr.sbin/edquota/edquota.c
233
if (strspn(*argv, "0123456789-") == strlen(*argv) &&
usr.sbin/inetd/builtins.c
638
p += strspn(p, " \t");
usr.sbin/mailwrapper/mailwrapper.c
144
cp += strspn(cp, WS);
usr.sbin/mailwrapper/mailwrapper.c
154
cp += strspn(cp, WS);
usr.sbin/moused/moused/quirks.c
526
strspn(value, "0123456789xABCDEF") == strlen(value) &&
usr.sbin/moused/moused/util.c
66
next += strspn(next, separators);
usr.sbin/pmcstat/pmcstat.c
136
s = end + strspn(end, ", \t");
usr.sbin/ppp/chap.c
441
name += strspn(name, " \t");
usr.sbin/ppp/chap.c
465
key += strspn(key, " \t");
usr.sbin/ppp/command.c
1456
if (mlen == 0 || mlen > 4 || strspn(mask, "01234567") != mlen ||
usr.sbin/ppp/command.c
1521
if (strspn(port, "0123456789") != strlen(port)) {
usr.sbin/ppp/command.c
1889
if (argp[strspn(argp, "0123456789")] != '\0') {
usr.sbin/ppp/command.c
1946
if (argp[strspn(argp, "0123456789")] != '\0') {
usr.sbin/ppp/defs.c
308
script += strspn(script, " \t");
usr.sbin/ppp/nat_cmd.c
255
if (strspn(arg->argv[arg->argn], "01234567") == len)
usr.sbin/ppp/netgraph.c
119
data += strspn(data, " \t");
usr.sbin/ppp/netgraph.c
130
data += strspn(data, " \t");
usr.sbin/ppp/netgraph.c
153
data += strspn(data, " \t");
usr.sbin/ppp/netgraph.c
447
*endp += strspn(*endp, sep);
usr.sbin/pppctl/pppctl.c
480
if (addr[strspn(addr, "0123456789")] == '\0') {
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
412
assert(label[strspn(label,
usr.sbin/pw/psdate.c
42
return (str[strspn(str, "0123456789x")] == '\0');
usr.sbin/pw/pw_group.c
309
if (arg1[strspn(arg1, "0123456789")] == '\0')
usr.sbin/pw/pw_group.c
378
if (arg1[strspn(arg1, "0123456789")] == '\0')
usr.sbin/pw/pw_group.c
515
if (arg1[strspn(arg1, "0123456789")] == '\0')
usr.sbin/pw/pw_group.c
607
if (arg1[strspn(arg1, "0123456789")] == '\0')
usr.sbin/pw/pw_user.c
1225
if (arg1[strspn(arg1, "0123456789")] == '\0')
usr.sbin/pw/pw_user.c
1558
if (arg1[strspn(arg1, "0123456789")] == '\0')
usr.sbin/pw/pw_user.c
284
if (arg1[strspn(name, "0123456789")] == '\0')
usr.sbin/pw/pw_user.c
766
if (arg1[strspn(arg1, "0123456789")] == '\0')
usr.sbin/pw/pw_user.c
856
if (arg1[strspn(arg1, "0123456789")] == '\0')
usr.sbin/sesutil/sesutil.c
230
if (strspn(g.gl_pathv[i] + 8, "0123456789") !=
usr.sbin/sesutil/sesutil.c
448
if (strspn(g.gl_pathv[i] + 8, "0123456789") !=
usr.sbin/sesutil/sesutil.c
751
if (strspn(g.gl_pathv[i] + 8, "0123456789") !=
usr.sbin/sesutil/sesutil.c
904
if (strspn(g.gl_pathv[i] + 8, "0123456789") !=
usr.sbin/syslogd/syslogd.c
1118
app_name_length = strspn(m,
usr.sbin/syslogd/syslogd.c
1130
procid_length = strspn(m, "0123456789");
usr.sbin/syslogd/syslogd.c
2888
filter += strspn(filter, ", \t\n");
usr.sbin/syslogd/syslogd.c
2921
if (*p != '\0' && strspn(p, " \t\n") != strlen(p)) {
usr.sbin/syslogd/syslogd.c
3538
strspn(cp1 + 1, "0123456789") == strlen(cp1 + 1)) {
usr.sbin/tzsetup/tzsetup.c
324
if (s[0] == '#' || strspn(s, " \t") == len - 1)
usr.sbin/vidcontrol/vidcontrol.c
934
if(!arg || strspn(arg,"0123456789") != strlen(arg)) {
usr.sbin/ypserv/yp_access.c
147
|| (strspn(linebuf, " \t\r\n") == strlen(linebuf)))