/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?");
|
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?");
|
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
|
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
|
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
|
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
|
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;
|
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;
|
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) {
|
graphics.c | 332 int warning = 0; local in function:planewin 349 warning++; 357 warning++; 362 if (warning) {
|
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"
|
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"
|
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...] |
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...] |
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
|
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++;
|
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++;
|