OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unixroot
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/gmake/dist/
job.c
3001
static const char *
unixroot
= NULL;
3006
unixroot
= getenv ("
UNIXROOT
");
3007
/*
unixroot
must be NULL or not empty */
3008
if (
unixroot
&&
unixroot
[0] == '\0')
unixroot
= NULL;
3012
/* if we have an
unixroot
drive and if shell is not default_shell
3016
"$
UNIXROOT
/bin/sh" instead. */
3017
if (
unixroot
&& shell && strcmp (shell, last_shell) !=
2991
static const char *
unixroot
= NULL;
local
[
all
...]
Completed in 26 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026