OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:env_find
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/telnet/
commands.c
1625
env_find
(const char *var)
1657
if ((ep =
env_find
("DISPLAY"))
1675
if ((
env_find
("USER") == NULL) && (ep =
env_find
("LOGNAME"))) {
1688
if ((ep =
env_find
(var)) != NULL) {
1713
if ((ep =
env_find
(var)) != NULL) {
1731
if ((ep =
env_find
(var)) != NULL)
1741
if ((ep =
env_find
(var)) != NULL)
1758
ep =
env_find
(var);
1806
if ((ep =
env_find
(var)) != NULL && (exported || ep->export)
1617
env_find
(const char *var)
function
[
all
...]
Completed in 68 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026