OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:beginstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_lib.c
736
static const char
beginstr
[] = "-----BEGIN ";
variable
739
#define BEGINLEN ((int)(sizeof(
beginstr
) - 1))
772
} while (strncmp(linebuf,
beginstr
, BEGINLEN) != 0
/src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_lib.c
719
static const char
beginstr
[] = "-----BEGIN ";
variable
722
#define BEGINLEN ((int)(sizeof(
beginstr
) - 1))
753
} while (strncmp(linebuf,
beginstr
, BEGINLEN) != 0
Completed in 24 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026