Searched refs:atstart (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c707 int atstart = (state & LABEL_START); local
718 && (!atstart || !atend))
721 if (!atstart && !atend)
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c2375 int atstart;
2388 atstart = 1;
2410 if (atstart && isdigit(c))
2413 atstart = (c == '\n');

Completed in 110 milliseconds