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

/bionic/libc/stdlib/
H A Dgetenv.c50 const char *np; local
55 for (np = name; *np && *np != '='; ++np)
57 len = np - name;
59 for (np = name, i = len; i && *cp; i--)
60 if (*cp++ != *np++)
/bionic/libc/regex/
H A Dregcomp.c1169 void *np; local
1172 np = realloc(cs->multis, cs->smultis);
1173 if (np == NULL) {
1180 cs->multis = np;

Completed in 260 milliseconds