Searched refs:checkend (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/usr.bin/uudecode/ |
| HD | uudecode.c | 316 checkend(const char *ptr, const char *end, const char *msg) in checkend() function 407 return (checkend(buf, "end", "no \"end\" line")); in uu_decode() 454 return (checkend(inbuf, "====", "error decoding base64 input stream")); in base64_decode()
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | x509.c | 174 int fingerprint = 0, reqfile = 0, checkend = 0; in x509_main() local 431 checkend = 1; in x509_main() 855 if (checkend) { in x509_main()
|
| /freebsd-13-stable/bin/sh/ |
| HD | parser.c | 991 checkend(int c, const char *eofmark, int striptabs) in checkend() function 1430 c = checkend(c, eofmark, striptabs); in readtoken1()
|
| /freebsd-13-stable/crypto/openssl/doc/man1/ |
| HD | x509.pod | 33 [B<-checkend num>] 255 =item B<-checkend arg>
|