OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:envval
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/atf/dist/tools/
config.cpp
78
const std::string
envval
= tools::env::get(v->name);
local
79
if (
envval
.empty() && !v->can_be_empty)
82
m_variables[varname] =
envval
;
/src/crypto/external/bsd/openssh/dist/
gss-serv-krb5.c
170
client->store.
envval
= xmalloc(len);
171
snprintf(client->store.
envval
, len, "FILE:%s", client->store.filename);
175
do_pam_putenv(client->store.envvar, client->store.
envval
);
ssh-gss.h
48
char *
envval
;
member in struct:__anon1136
gss-serv.c
359
gssapi_client.store.
envval
!= NULL) {
361
gssapi_client.store.
envval
);
363
gssapi_client.store.
envval
);
/src/external/gpl2/gettext/dist/gettext-tools/src/
po-charset.c
502
const char *
envval
;
local
516
envval
= getenv ("OLD_PO_FILE_INPUT");
517
if (
envval
!= NULL && *
envval
!= '\0')
write-po.c
387
const char *
envval
;
local
401
envval
= getenv ("OLD_PO_FILE_OUTPUT");
402
if (
envval
!= NULL && *
envval
!= '\0')
/src/external/lgpl3/gmp/dist/tests/
tests.h
413
char *
envval
, *end; \
428
envval
= getenv ("GMP_CHECK_REPFACTOR"); \
429
if (
envval
!= NULL) \
431
repfactor = strtod (
envval
, &end); \
Completed in 117 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026