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

/freebsd-9.3-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-9.3-release/crypto/openssl/apps/
H A Dx509.c125 " -checkend arg - check whether the cert expires in the next arg seconds\n",
198 int checkend = 0, checkoffset = 0; local
396 else if (strcmp(*argv, "-checkend") == 0) {
400 checkend = 1;
903 if (checkend) {
/freebsd-9.3-release/bin/sh/
H A Dparser.c1299 #define CHECKEND() {goto checkend; checkend_return:;}
1518 checkend: {

Completed in 108 milliseconds