Searched refs:strcspn (Results 126 - 150 of 173) sorted by relevance

1234567

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkrbhst.c245 hi->hostname[strcspn(hi->hostname, "/")] = '\0';
/freebsd-current/crypto/openssl/crypto/pem/
H A Dpem_lib.c541 header += strcspn(header, " \t,");
/freebsd-current/sbin/routed/
H A Dparms.c630 line = tgt+strcspn(tgt, "= #,\n\r");
/freebsd-current/usr.sbin/ppp/
H A Dncpaddr.c910 len = strcspn(data, "/");
/freebsd-current/usr.sbin/sesutil/
H A Dsesutil.c587 comma = (int)strcspn(devnames, ",");
/freebsd-current/usr.bin/fetch/
H A Dfetch.c1089 if (strcspn(h_hostname, "@:/") != strlen(h_hostname))
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcstat.c709 c = strcspn(optarg, ", \t");
/freebsd-current/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c986 evalue = value + strcspn(value, " \t");
/freebsd-current/crypto/openssh/
H A Dssh-keygen.c307 buf[strcspn(buf, "\n")] = '\0';
983 cp[strcspn(cp, "\n")] = '\0';
1195 int has_wild = l->hosts && strcspn(l->hosts, "*?!") != strlen(l->hosts);
1590 new_comment[strcspn(new_comment, "\n")] = '\0';
H A Dssh-add.c147 line[strcspn(line, "\n")] = '\0';
H A Dsshkey.c910 ret[strcspn(ret, "=")] = '\0';
1190 space = strcspn(cp, " \t");
1207 space = strcspn(cp, " \t");
/freebsd-current/contrib/libpcap/
H A Dpcap.c1869 authority_len = strcspn(colonp + 3, "/");
1987 host_len = strcspn(parsep, ":");
/freebsd-current/contrib/file/src/
H A Dsoftmagic.c665 str[strcspn(str, "\r\n")] = '\0';
882 p->s[strcspn(p->s, "\r\n")] = '\0';
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1320 acctstr[strcspn(acctstr, "\r\n")] = '\0';
/freebsd-current/crypto/openssh/regress/
H A Dnetcat.c1615 if (strcspn(host, "\r\n\t []:") != strlen(host))
/freebsd-current/contrib/mandoc/
H A Dmain.c557 sec += strcspn(sec, "123456789");
/freebsd-current/lib/libjail/
H A Djail.c340 fw = nval == 1 ? strlen(avalue) : strcspn(avalue, ",");
/freebsd-current/libexec/ftpd/
H A Dftpcmd.y1729 if (*(*pp + strcspn(*pp, "\r\n")) == '\0') {
/freebsd-current/contrib/bmake/
H A Dmain.c183 size_t prognameLen = strcspn(progname, "[");
H A Dvar.c2886 (int)strcspn(*pp + 1, ":{}()"), *pp + 1);
3587 * XXX: This ad-hoc call to strcspn deviates from the usual
3592 size_t argLen = strcspn(arg, ":)}");
4081 (int)strcspn(mod, ":)}"), mod, expr->name);
/freebsd-current/lib/libradius/
H A Dradlib.c1357 p += strcspn(p, ws);
/freebsd-current/contrib/tnftp/src/
H A Dcmds.c1884 cmdpos = strcspn(line, " \t");
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c256 buf[strcspn(buf, "\r\n")] = '\0';
/freebsd-current/crypto/heimdal/kdc/
H A Dpkinit.c1922 buf[strcspn(buf, "\n")] = '\0';
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dsoftp11.c718 buf[strcspn(buf, "\n")] = '\0';

Completed in 254 milliseconds

1234567