HomeSort by: relevance | last modified time | path
    Searched defs:taillen (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_lib.c 772 #define TAILLEN ((int)(sizeof(TAILSTR) - 1))
802 || len < TAILLEN
803 || !HAS_PREFIX(linebuf + len - TAILLEN, TAILSTR));
804 linebuf[len - TAILLEN] = '\0';
805 len = len - BEGINLEN - TAILLEN + 1;
949 int len, taillen, headerlen, ret = 0; local
992 &taillen)
997 len += taillen;
  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_lib.c 741 #define TAILLEN ((int)(sizeof(tailstr) - 1))
773 || len < TAILLEN
774 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0);
775 linebuf[len - TAILLEN] = '\0';
776 len = len - BEGINLEN - TAILLEN + 1;
874 strncmp(p + namelen, tailstr, TAILLEN) != 0) {
925 int len, taillen, headerlen, ret = 0; local
967 &taillen) < 0) {
971 len += taillen;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_lib.c 724 #define TAILLEN ((int)(sizeof(tailstr) - 1))
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) {
906 int len, taillen, headerlen, ret = 0; local
948 &taillen) < 0) {
952 len += taillen;
    [all...]
  /src/lib/libc/time/
zic.c 1704 size_t i, taillen, dir_len = 0, dotdots = 0; local
1728 taillen = strlen(f + dir_len);
1729 dotdotetcsize = size_sum(size_product(dotdots, 3), taillen + 1);
1737 memmove(cp, f + dir_len, taillen + 1);

Completed in 71 milliseconds