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

/libcore/ojluni/src/main/native/
H A DProcessEnvironment_md.c68 const char * varEnd = strchr(environ[i], '='); local
70 if (varEnd != NULL) {
72 const char * valBeg = varEnd + 1;
73 jsize varLength = varEnd - environ[i];

Completed in 3 milliseconds