OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tailstr
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_lib.c
738
static const char
tailstr
[] = "-----\n";
variable
741
#define TAILLEN ((int)(sizeof(
tailstr
) - 1))
774
|| strncmp(linebuf + len - TAILLEN,
tailstr
, TAILLEN) != 0);
874
strncmp(p + namelen,
tailstr
, TAILLEN) != 0) {
pem_lib.c
738
static const char
tailstr
[] = "-----\n";
variable
741
#define TAILLEN ((int)(sizeof(
tailstr
) - 1))
774
|| strncmp(linebuf + len - TAILLEN,
tailstr
, TAILLEN) != 0);
874
strncmp(p + namelen,
tailstr
, TAILLEN) != 0) {
/src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_lib.c
721
static const char
tailstr
[] = "-----\n";
variable
724
#define TAILLEN ((int)(sizeof(
tailstr
) - 1))
755
|| strncmp(linebuf + len - TAILLEN,
tailstr
, TAILLEN) != 0);
855
strncmp(p + namelen,
tailstr
, TAILLEN) != 0) {
pem_lib.c
721
static const char
tailstr
[] = "-----\n";
variable
724
#define TAILLEN ((int)(sizeof(
tailstr
) - 1))
755
|| strncmp(linebuf + len - TAILLEN,
tailstr
, TAILLEN) != 0);
855
strncmp(p + namelen,
tailstr
, TAILLEN) != 0) {
Completed in 86 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026