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 - 4
of
4
) 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
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
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 115 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026