HomeSort by relevance Sort by last modified time
    Searched refs:__findenv (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
getenv.c 34 char *__findenv(const char *name, int len, int *offset);
37 * __findenv --
47 __findenv(const char *name, int len, int *offset) function
80 return (__findenv(name, (int)(np - name), &offset));
setenv.c 57 if (__findenv(str, (int)(cp - str), &offset) != NULL) {
60 while (__findenv(str, (int)(cp - str), &offset)) {
108 if ((C = __findenv(name, (int)(np - name), &offset)) != NULL) {
120 while (__findenv(name, (int)(np - name), &tmpoff)) {
174 while (__findenv(name, (int)(np - name), &offset)) {
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 93 __LIBC_HIDDEN__ extern char* __findenv(const char*, int, int*);

Completed in 79 milliseconds