Lines Matching full:putenv
551 INTERCEPTOR(int, putenv, char *string) {553 int res = REAL(putenv)(string);1228 INTERCEPT_FUNCTION(putenv);