| /src/usr.bin/error/ |
| input.c | 56 static Errorclass make(void); 98 || (( errorclass = make() ) != C_UNKNOWN) 173 * c) Noise from make ("Stop.") 564 make(void) function
|
| input.c | 56 static Errorclass make(void); 98 || (( errorclass = make() ) != C_UNKNOWN) 173 * c) Noise from make ("Stop.") 564 make(void) function
|
| /src/usr.bin/make/unit-tests/ |
| Makefile | 3 # Unit tests for make(1) 17 # The make program to be tested. 27 # To do that, run "make sync-mi" in this directory. 32 # we use these below but we might be an older make 33 .MAKE.OS?= ${uname -s:L:sh} 34 .MAKE.UID?= ${id -u:L:sh} 42 TMPDIR:= ${TMPDIR}/uid${.MAKE.UID} 44 TMPDIR:= /tmp/uid${.MAKE.UID} 46 # make sure it exists 59 # src/tests/usr.bin/make/t_make.sh as well [all...] |
| Makefile | 3 # Unit tests for make(1) 17 # The make program to be tested. 27 # To do that, run "make sync-mi" in this directory. 32 # we use these below but we might be an older make 33 .MAKE.OS?= ${uname -s:L:sh} 34 .MAKE.UID?= ${id -u:L:sh} 42 TMPDIR:= ${TMPDIR}/uid${.MAKE.UID} 44 TMPDIR:= /tmp/uid${.MAKE.UID} 46 # make sure it exists 59 # src/tests/usr.bin/make/t_make.sh as well [all...] |
| /src/sys/dev/ |
| ccd.c | 253 ccdget(int unit, int make) { 269 if (!make) 1087 int part, pmask, make, hook; local 1100 make = 1; 1107 make = 1; 1109 make = 0; 1113 if ((cs = ccdget(unit, make)) == NULL)
|
| ccd.c | 253 ccdget(int unit, int make) { 269 if (!make) 1087 int part, pmask, make, hook; local 1100 make = 1; 1107 make = 1; 1109 make = 0; 1113 if ((cs = ccdget(unit, make)) == NULL)
|
| /src/usr.bin/make/ |
| job.c | 76 * Job_Init Initialize this module and make the .BEGIN target. 92 * Job_MakeDotEnd Make the .END target. Must only be called when the 117 #include "make.h" 133 * emulation but it is sufficient for make's purposes. 329 static enum { /* Why is the make aborting? */ 822 /* Ignore whitespace for compatibility with GNU make */ 962 * See if the command possibly calls a sub-make by checking 968 static char *make; local 972 if (make == NULL) { 973 make = bmake_strdup(progname) [all...] |
| main.c | 104 #include "make.h" 122 time_t now; /* Time at start of make */ 439 Global_Set(".MAKE.JOBS", v); 467 Global_Set(".MAKE.MODE", "compat"); 701 FStr argv0 = Var_Value(SCOPE_GLOBAL, ".MAKE"); 815 char *mode = Var_Subst("${.MAKE.MODE:tl}", SCOPE_GLOBAL, VARE_EVAL); 889 expandVars = GetBooleanExpr("${.MAKE.EXPAND_VARIABLES}", 924 * If none specified, make the variable empty for now, the parser will fill 1091 opts.noRecursiveExecute = false; /* Execute all .MAKE targets */ 1106 * Initialize MAKE and .MAKE to the path of the executable, so that it can b 1115 const char *make = argv0; local [all...] |
| job.c | 76 * Job_Init Initialize this module and make the .BEGIN target. 92 * Job_MakeDotEnd Make the .END target. Must only be called when the 117 #include "make.h" 133 * emulation but it is sufficient for make's purposes. 329 static enum { /* Why is the make aborting? */ 822 /* Ignore whitespace for compatibility with GNU make */ 962 * See if the command possibly calls a sub-make by checking 968 static char *make; local 972 if (make == NULL) { 973 make = bmake_strdup(progname) [all...] |
| main.c | 104 #include "make.h" 122 time_t now; /* Time at start of make */ 439 Global_Set(".MAKE.JOBS", v); 467 Global_Set(".MAKE.MODE", "compat"); 701 FStr argv0 = Var_Value(SCOPE_GLOBAL, ".MAKE"); 815 char *mode = Var_Subst("${.MAKE.MODE:tl}", SCOPE_GLOBAL, VARE_EVAL); 889 expandVars = GetBooleanExpr("${.MAKE.EXPAND_VARIABLES}", 924 * If none specified, make the variable empty for now, the parser will fill 1091 opts.noRecursiveExecute = false; /* Execute all .MAKE targets */ 1106 * Initialize MAKE and .MAKE to the path of the executable, so that it can b 1115 const char *make = argv0; local [all...] |