OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nonnull_getenv
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/libverify/
libverify.c
2185
nonnull_getenv
(const char *key)
function
2347
return read_binary_file(pgp, "pubring", "%s/%s",
nonnull_getenv
("HOME"), ".gnupg/pubring.gpg");
libverify.c
2185
nonnull_getenv
(const char *key)
function
2347
return read_binary_file(pgp, "pubring", "%s/%s",
nonnull_getenv
("HOME"), ".gnupg/pubring.gpg");
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
libverify.c
3001
nonnull_getenv
(const char *key)
function
3256
return read_binary_file(pgp, "pubring", "%s/%s",
nonnull_getenv
("HOME"), ".gnupg/pubring.gpg");
3273
} else if (!read_ssh_file(pgp, &primary, "%s/%s",
nonnull_getenv
("HOME"), ".ssh/id_rsa.pub")) {
libverify.c
3001
nonnull_getenv
(const char *key)
function
3256
return read_binary_file(pgp, "pubring", "%s/%s",
nonnull_getenv
("HOME"), ".gnupg/pubring.gpg");
3273
} else if (!read_ssh_file(pgp, &primary, "%s/%s",
nonnull_getenv
("HOME"), ".ssh/id_rsa.pub")) {
Completed in 65 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026