HomeSort by: relevance | last modified time | path
    Searched defs:environ_path (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gmake/dist/
variable.c 1502 static char *environ_path = NULL;
1511 if (environ_path)
1512 free (environ_path);
1518 environ_path = concat ("PATH", "=", path);
1519 putenv (environ_path);
1488 static char *environ_path = NULL; local

Completed in 18 milliseconds