OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeflags
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/crunch/crunchgen/
crunchgen.c
119
static char *
makeflags
;
variable
146
if ((
makeflags
= getenv("
MAKEFLAGS
")) == NULL)
147
makeflags
= strdup("");
703
makebin, tempfname,
makeflags
);
/src/usr.bin/make/
main.c
79
* .MFLAGS and .
MAKEFLAGS
.
151
* For compatibility with the POSIX version of
MAKEFLAGS
that includes
396
Global_Append(
MAKEFLAGS
, "-J");
397
Global_Append(
MAKEFLAGS
, argvalue);
437
Global_Append(
MAKEFLAGS
, "-j");
438
Global_Append(
MAKEFLAGS
, v);
455
Global_Append(
MAKEFLAGS
, "-m");
456
Global_Append(
MAKEFLAGS
, argvalue);
466
Global_Append(
MAKEFLAGS
, "-B");
476
Global_Append(
MAKEFLAGS
, "-D")
1429
char *
makeflags
= explode(getenv("MAKEFLAGS"));
local
1510
FStr
makeflags
= Var_Value(SCOPE_GLOBAL, MAKEFLAGS);
local
[
all
...]
Completed in 18 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026