Home
last modified time | relevance | path

Searched refs:findenv (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/bsd/
H A Dsetenv.c53 static char *findenv(const char *name, int *offset);
69 if ((c = findenv(name, &offset))) { /*%< find if already exists */ in setenv()
116 while (findenv(name, &offset)) /*%< if set multiple times */ in unsetenv()
132 findenv(const char *name, int *offset) { in findenv() function
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetenv.c159 findenv(const char **e, const char *string, int name_only, char **value) in findenv() function
229 if ((p = findenv(my_environ, string, 0, &value)) != NULL) { in addtoenv()
425 if ((p = findenv(my_environ, name, 1, &value)) != NULL) { in unsetenv()
478 if (findenv(_environ, name, 1, &value) != NULL) in getenv()