Searched refs:checkend (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/uudecode/
H A Duudecode.c315 checkend(const char *ptr, const char *end, const char *msg) function
406 return (checkend(buf, "end", "no \"end\" line"));
453 return (checkend(inbuf, "====", "error decoding base64 input stream"));
/freebsd-10.1-release/crypto/openssl/apps/
H A Dx509.c131 " -checkend arg - check whether the cert expires in the next arg seconds\n",
209 int checkend = 0, checkoffset = 0; local
422 else if (strcmp(*argv, "-checkend") == 0) {
426 checkend = 1;
927 if (checkend) {
/freebsd-10.1-release/bin/sh/
H A Dparser.c1272 #define CHECKEND() {goto checkend; checkend_return:;}
1492 checkend: {

Completed in 118 milliseconds