/src/distrib/notes/common/ |
extract-contrib-string.pl | 88 sub warning { subroutine 127 warning($fn, "clause 3 start not caught"); 177 warning($fn,"loooong copyright?"); 311 warning($fn, "bad clause 3?");
|
/src/usr.bin/make/unit-tests/ |
varmod-match-escape.mk | 17 . warning unexpected 42 # expect+1: warning: XXX: Oops 43 . warning XXX: Oops target 113 . warning ${pattern}: ${WORDS:M${pattern}} != ${EXP.${pattern}} target
|
opt-jobs.mk | 22 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}} target 49 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}} target
|
/src/usr.bin/rpcgen/ |
rpc_tblout.c | 97 int warning; local in function:write_table 100 warning = 0; 118 "/*\n * WARNING: table out of order\n */\n\n"); 119 if (warning == 0) { 121 "WARNING %s table is out of order\n", 123 warning = 1;
|
/src/games/atc/ |
graphics.c | 332 int warning = 0; local in function:planewin 349 warning++; 357 warning++; 362 if (warning) {
|
/src/ |
build.sh | 378 warning() function 380 statusmsg "Warning: $*" 1626 warning "Will install as an unprivileged user" 1644 warning "PATH contains non-absolute components" 2103 statusmsg "WARNING: Building to /, in expert mode." 2132 warning "A previous build.sh run specified -U"
|
/src/usr.bin/gencat/ |
gencat.c | 122 static void warning(const char *, const char *); 224 warning(const char *cptr, const char *msg) function in typeref:typename:void 244 warning(NULL, msg); 323 warning(cptr, "expected a space"); 335 warning(cptr, "wasn't expecting a space"); 373 warning(cptr, "unexpected quote character, ignoring"); 386 warning(tmp, "unexpected extra characters, ignoring"); 442 warning(cptr, "octal number greater than 7?!"); 448 warning(cptr, "unrecognized escape sequence"); 459 warning(cptr, "unterminated quoted message, ignoring") [all...] |
/src/usr.bin/unzip/ |
unzip.c | 148 warning(const char *fmt, ...) function in typeref:typename:__printflike (1,2)void 553 * guess wrong, we print a warning message later. 649 warning("Cannot set mode for '%s'", *path); 651 warning("utimes('%s')", *path); 696 * warning about insecure paths even for files or directories which
|
/src/usr.sbin/pwd_mkdb/ |
pwd_mkdb.c | 165 static int warning; variable in typeref:typename:int 228 if (warning && db->rversion == 0 && db->wversion == 0) { 277 warning = 0; 319 warning++;
|
/src/sbin/init/ |
init.c | 96 #define STALL_TIMEOUT 30 /* wait N secs after warning */ 115 static void warning(const char *, ...) __sysloglike(1, 2); 290 warning("unrecognized flag `%c'", c); 295 warning("ignoring excess arguments"); 441 warning(const char *message, ...) function in typeref:typename:void 567 warning("kernel security level changed from %d to %d", 709 warning("single-user login failed"); 780 warning("wait for single-user shell failed: %m; " 785 warning("shell stopped, restarting"); 806 warning("single user shell terminated (%x), restarting" [all...] |
/src/usr.bin/make/ |
parse.c | 91 * Parse_Error Report a parse error, a warning or an informational 583 (void)fprintf(f, "warning: "); 650 * Handle an .info, .warning or .error directive. For an .error directive, 1144 bool warning = false; local in function:SkipExtraTargets 1151 warning = true; 1154 if (warning) { 2835 else if (Substring_Equals(dir, "warning")) 2836 HandleMessage(PARSE_WARNING, "warning", arg);
|
/src/usr.bin/xlint/lint1/ |
lint1.h | 620 # define warning(msgid, args...) wrap_check_printf(warning, \ macro
|