Searched refs:checkend (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.bin/bintrans/ |
| H A D | uudecode.c | 324 checkend(const char *ptr, const char *end, const char *msg) in checkend() function 426 return (checkout(checkend(buf, "end", "no \"end\" line"))); in uu_decode() 473 return (checkout(checkend(inbuf, "====", "error decoding base64 input stream"))); in base64_decode()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | x509.c | 349 int fingerprint = 0, reqfile = 0, checkend = 0; in x509_main() local 643 checkend = 1; in x509_main() 1129 if (checkend) { in x509_main()
|
| /freebsd/bin/sh/ |
| H A D | parser.c | 990 checkend(int c, const char *eofmark, int striptabs) in checkend() function 1429 c = checkend(c, eofmark, striptabs); in readtoken1()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-x509.pod.in | 51 [B<-checkend> I<num>] 347 =item B<-checkend> I<arg>
|