Searched defs:np (Results 1 - 2 of 2) sorted by path

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dgetenv.c51 const char *np; local
57 for (np = name, i = len; i && *cp; i--)
58 if (*cp++ != *np++)
76 const char *np; local
78 for (np = name; *np && *np != '='; ++np)
80 return (__findenv(name, (int)(np - name), &offset));
H A Dsetenv.c93 const char *np; local
100 for (np = name; *np && *np != '='; ++np)
102 if (*np) {
108 if ((C = __findenv(name, (int)(np - name), &offset)) != NULL) {
120 while (__findenv(name, (int)(np - name), &tmpoff)) {
141 malloc((size_t)((int)(np - name) + l_value + 2))))
159 const char *np; local
[all...]

Completed in 109 milliseconds