Home
last modified time | relevance | path

Searched refs:atstart (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/release/picobsd/tinyware/msh/
Dsh2.c612 int atstart; local
622 atstart = startl;
714 if (atstart && (c = rlookup(line))!=0) {
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_utl.c744 int atstart = (state & LABEL_START); in valid_star() local
755 && (!atstart || !atend)) in valid_star()
758 if (!atstart && !atend) in valid_star()
/freebsd-12-stable/libexec/ftpd/
Dftpd.c2361 int atstart; in statfilecmd() local
2374 atstart = 1; in statfilecmd()
2396 if (atstart && isdigit(c)) in statfilecmd()
2399 atstart = (c == '\n'); in statfilecmd()