OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__findenv
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/stdlib/
getenv.c
34
char *
__findenv
(const char *name, int *offset);
37
*
__findenv
--
46
__findenv
(const char *name, int *offset)
function
79
return (
__findenv
(name, &offset));
/external/openssh/openbsd-compat/
setenv.c
41
/* OpenSSH Portable:
__findenv
is from getenv.c rev 1.8, made static */
43
*
__findenv
--
50
__findenv
(const char *name, size_t *offset)
function
90
if ((C =
__findenv
(name, &offset))) { /* find if already exists */
138
while (
__findenv
(name, &offset)) /* if set multiple times */
Completed in 25 milliseconds