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

/freebsd-13-stable/usr.bin/pr/
H A Dpr.h63 #define TAILLEN 5 macro
H A Dpr.c1536 cnt += TAILLEN;
1840 if (lines <= HEADLEN + TAILLEN)
1843 lines -= HEADLEN + TAILLEN;
/freebsd-13-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c724 #define TAILLEN ((int)(sizeof(tailstr) - 1)) macro
754 || len < TAILLEN
755 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0);
756 linebuf[len - TAILLEN] = '\0';
757 len = len - BEGINLEN - TAILLEN + 1;
855 strncmp(p + namelen, tailstr, TAILLEN) != 0) {

Completed in 70 milliseconds