Lines Matching full:getenv
522 INTERCEPTOR(char *, getenv, char *name) {524 char *res = REAL(getenv)(name);1226 INTERCEPT_FUNCTION(getenv);