Home | History | Annotate | Download | only in jpeg

Lines Matching full:getenv

34 #ifndef HAVE_STDLIB_H		/* <stdlib.h> should declare getenv() */
35 extern char * getenv JPP((const char * name));
1100 * If your system doesn't support getenv(), define NO_GETENV to disable
1106 if ((memenv = getenv("JPEGMEM")) != NULL) {