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 - 3
of
3
) 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/external/gpl3/gcc.old/dist/gcc/
opts-common.cc
2022
const char *envval = getenv ("
MAKEFLAGS
");
2025
string
makeflags
= envval;
local
2026
size_t n =
makeflags
.rfind (js_needle);
2029
string ending =
makeflags
.substr (n + js_needle.size ());
2036
else if (sscanf (
makeflags
.c_str () + n + js_needle.size (),
2045
string dup =
makeflags
.substr (0, n);
2046
size_t pos =
makeflags
.find (' ', n);
2048
dup +=
makeflags
.substr (pos);
2049
skipped_makeflags = "
MAKEFLAGS
=" + dup;
2054
error_msg = "%<" + js_needle + "%> is not present in %<
MAKEFLAGS
%>"
[
all
...]
/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 35 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026