Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 1859) sorted by relevance

12345678910>>...75

/netbsd-src/bin/cp/
H A Dutils.c75 warn("lutimens: %s", file); in set_utimes()
111 warn("%s", to.p_path); in copy_file()
118 warn("%s", entp->fts_path); in copy_file()
152 warn("stat: %s", to.p_path); in copy_file()
174 warn("%s", to.p_path); in copy_file()
223 warn("%s", to.p_path); in copy_file()
234 warn("%s", entp->fts_path); in copy_file()
244 warn("%s", to.p_path); in copy_file()
253 warn("%s", entp->fts_path); in copy_file()
259 warn("%s: error copying extended attributes", to.p_path); in copy_file()
[all …]
/netbsd-src/usr.bin/make/
H A Dtest-variants.mk173 TESTS+= gcc-warn
174 CFLAGS.gcc-warn= -Wmisleading-indentation
175 CFLAGS.gcc-warn+= -Wmissing-attributes
176 CFLAGS.gcc-warn+= -Wmissing-braces
177 CFLAGS.gcc-warn+= -Wextra
178 CFLAGS.gcc-warn+= -Wnonnull
179 CFLAGS.gcc-warn+= -Wnonnull-compare
180 CFLAGS.gcc-warn+= -Wnull-dereference
181 CFLAGS.gcc-warn+= -Wimplicit
182 CFLAGS.gcc-warn+= -Wimplicit-fallthrough=4
[all …]
/netbsd-src/sys/arch/prep/stand/installboot/
H A Dinstallboot.c64 warn("%s: devread: lseek", msg); in devread()
68 warn("%s: devread: read", msg); in devread()
86 warn("open: %s", boot); in load_boot()
91 warn("fstat: %s", boot); in load_boot()
99 warn("read: eh: %s", boot); in load_boot()
108 warn("not PowerPC binary."); in load_boot()
115 warn("read: ph: %s", boot); in load_boot()
137 warn("no PReP bootable image."); in load_boot()
142 warn("bootable image lseek sector 1"); in load_boot()
146 warn("read: start/size"); in load_boot()
[all …]
/netbsd-src/bin/mv/
H A Dmv.c191 warn("rename %s", from); in do_move()
197 warn("rename %s", from); in do_move()
238 warn("rename %s to %s", from, to); in do_move()
250 warn("can't remove %s", to); in do_move()
260 warn("%s", from); in do_move()
283 warn("%s", from); in fastcopy()
288 warn("%s", to); in fastcopy()
293 warn(NULL); in fastcopy()
301 warn("%s", to); in fastcopy()
315 warn("%s", from); in fastcopy()
[all …]
/netbsd-src/usr.sbin/sa/
H A Dpdb.c79 warn("retrieving process accounting summary"); in pacct_init()
85 warn("retrieving process accounting summary"); in pacct_init()
92 warn("initializing process accounting stats"); in pacct_init()
110 warn("retrieving process accounting summary"); in pacct_init()
117 warn("closing process accounting summary"); in pacct_init()
131 warn("destroying process accounting stats"); in pacct_destroy()
148 warn("get key %s from process accounting stats", ci->ci_comm); in pacct_add()
165 warn("add key %s to process accounting stats", ci->ci_comm); in pacct_add()
186 warn("creating process accounting summary"); in pacct_update()
194 warn("retrieving process accounting stats"); in pacct_update()
[all …]
H A Dusrdb.c82 warn("retrieving user accounting summary"); in usracct_init()
88 warn("retrieving user accounting summary"); in usracct_init()
95 warn("initializing user accounting stats"); in usracct_init()
113 warn("retrieving user accounting summary"); in usracct_init()
121 warn("closing user accounting summary"); in usracct_init()
136 warn("destroying user accounting stats"); in usracct_destroy()
153 warn("get key %d from user accounting stats", uid); in usracct_add()
179 warn("add key %d to user accounting stats", uid); in usracct_add()
203 warn("creating user accounting summary"); in usracct_update()
211 warn("retrieving user accounting stats"); in usracct_update()
[all …]
/netbsd-src/tests/usr.bin/indent/
H A Dt_options.lua86 local function warn(ln, msg) function
115 warn(lineno, ("expecting %d empty %s, got %d")
122 warn(unused_input_lineno, "input is not used")
151 warn(lineno - curr_empty_lines - 1,
162 warn(lineno, "input section needs 2 empty lines "
179 warn(lineno, "unfinished section '" .. section .. "'")
183 warn(lineno, "run section needs 1 empty line above, "
207 warn(lineno,
218 warn(lineno, "duplicate input; remove this section")
229 warn(output_linen
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dcheck-internal-format-escaping.py40 def warn(msg: polib.POEntry, function
92 warn(msg,
109 warn(msg,
114 warn(msg,
121 warn(msg, 'apostrophe', 'apostrophe without leading %')
132 warn(msg,
148 warn(msg,
161 warn(msg,
167 warn(msg,
173 warn(msg,
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcheck-internal-format-escaping.py40 def warn(msg: polib.POEntry, function
92 warn(msg,
109 warn(msg,
114 warn(msg,
121 warn(msg, 'apostrophe', 'apostrophe without leading %')
132 warn(msg,
148 warn(msg,
161 warn(msg,
167 warn(msg,
173 warn(msg,
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst62 f(p); // warn
78 int x = p[0]; // warn
84 *p = 0; // warn
95 int k = pc->x; // warn
107 obj->x = 1; // warn
122 p = str; // warn
126 return __builtin_alloca(12); // warn
132 x = &y; // warn
146 int y = x + 1; // warn: left operand is garbage
161 int vla1[x]; // warn: garbage as size
[all …]
/netbsd-src/external/bsd/libfido2/dist/examples/
H A Dutil.c58 warn("open %s", path); in write_blob()
63 warn("write"); in write_blob()
91 warn("open %s", path); in read_blob()
95 warn("stat %s", path); in read_blob()
104 warn("malloc"); in read_blob()
108 warn("read"); in read_blob()
138 warn("fopen"); in read_ec_pubkey()
182 warn("open %s", path); in write_es256_pubkey()
187 warn("fdopen"); in write_es256_pubkey()
239 warn("open %s", path); in write_es384_pubkey()
[all …]
/netbsd-src/usr.bin/shlock/
H A Dshlock.c146 warn(E_unlk, tempname); in xtmpfile()
151 warn(E_open, tempname); in xtmpfile()
165 warn("write(%s,%jd)", tempname, (intmax_t)pid); in xtmpfile()
168 warn(E_unlk, tempname); in xtmpfile()
231 warn(E_open, file); in cklock()
236 warn(E_stat, file); in cklock()
275 warn(E_stat, tmp); in mklock()
284 warn(E_unlk, tmp2); in mklock()
300 warn(E_link, file, tmp2); in mklock()
304 warn(E_sta in mklock()
[all...]
/netbsd-src/usr.bin/mail/
H A Dquit.c83 warn("%s", mailname); in writeback()
92 warn("%s", mailname); in writeback()
102 warn("%s", mailname); in writeback()
116 warn("%s", mailname); in writeback()
180 warn("%s", tempname); in edstop()
187 warn("%s", mailname); in edstop()
198 warn("%s", tempname); in edstop()
208 warn("%s", tempname); in edstop()
218 warn("%s", mailname); in edstop()
229 warn("%s", mailname); in edstop()
[all …]
H A Dedit.c71 warn("%s", tempname); in run_editor()
76 warn("%s", tempname); in run_editor()
82 warn("%s", tempname); in run_editor()
95 warn("%s", tempname); in run_editor()
105 warn("%s", tempname); in run_editor()
127 warn("%s", tempname); in run_editor()
138 warn("%s", tempname); in run_editor()
216 warn("/tmp"); in edit1()
/netbsd-src/tests/crypto/opencrypto/
H A Dh_ioctl.c72 warn("failed: poll"); in wait_for_read()
117 warn("failed: CIOCNGSESSION"); in test_ngsession()
140 warn("failed: CIOCNFSESSION"); in test_nfsession()
172 warn("failed: CIOCNCRYPTM"); in test_ncryptm()
199 warn("failed: CIOCGSESSION"); in test_ncryptretm()
220 warn("failed: CIOCNCRYPTM"); in test_ncryptretm()
237 warn("failed: CIOCNCRYPTRETM"); in test_ncryptretm()
249 warn("failed: CIOCNCRYPTRET"); in test_ncryptretm()
272 warn("failed: CIOCNCRYPTRET unexpected success when no entry"); in test_ncryptret_noent()
300 warn("failed: CIOCGSESSION"); in test_ncryptret_ent()
[all …]
/netbsd-src/usr.sbin/timed/timedc/
H A Dcmds.c138 warn("connect"); in daydiff()
153 warn("send(sock)"); in daydiff()
167 warn("poll(date read)"); in daydiff()
176 warn("recv(date read)"); in daydiff()
341 warn("connect"); in msite()
350 warn("send"); in msite()
360 warn("recv"); in msite()
427 warn("send"); in testing()
457 warn("connect"); in tracing()
473 warn("send"); in tracing()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checknames/ns1/
H A Droot.db13 @ SOA ns1. hostmaster.warn.example. (
20 warn.example. NS ns1.warn.example.
21 ns1.warn.example. A 10.53.0.1
27 warn.update. NS ns1.warn.update.
28 ns1.warn.update. A 10.53.0.1
/netbsd-src/bin/date/
H A Dnetdate.c103 warn("timed"); in netsettime()
113 warn("setsockopt"); in netsettime()
122 warn("gethostname"); in netsettime()
130 warn("connect"); in netsettime()
135 warn("send"); in netsettime()
152 warn("getsockopt"); in netsettime()
158 warn("send (delayed error)"); in netsettime()
169 warn("recv"); in netsettime()
/netbsd-src/usr.bin/sdiff/
H A Dedit.c45 warn("could not execute editor: %s", editor); in edit()
48 warn("could not fork"); in edit()
55 warn("waitpid"); in edit()
61 warn("%s terminated abnormally", editor); in edit()
136 warn("error writing to temp file"); in eparse()
150 warn("could not open edited file: %s", filename); in eparse()
181 warn("could not delete: %s", filename); in eparse()
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dvar.c114 warn("var_get: can't open '%s' for reading", fname); in var_get()
208 warn("var_set: can't open '%s' for reading", fname); in var_set()
220 warn("var_set: can't open temp file for '%s' for writing", in var_set()
229 warn("var_set: can't set permissions for temp file for '%s'", in var_set()
239 warn("var_set: can't open temp file for '%s' for writing", in var_set()
265 warn("var_set: write error for '%s'", fname); in var_set()
271 warn("var_set: cannot stat tempfile for '%s'", fname); in var_set()
278 warn("var_set: cannot remove tempfile for '%s'", in var_set()
284 warn("var_set: cannot remove '%s'", fname); in var_set()
292 warn("var_set: cannot move tempfile to '%s'", fname); in var_set()
/netbsd-src/usr.sbin/installboot/arch/
H A Dhp300.c108 warn("Failed to allocate memory for disklabel"); in hp300_setboot()
120 warn("Target filesystem `%s' is unexpected", in hp300_setboot()
126 warn("Synchronising file system `%s'", in hp300_setboot()
139 warn("Allocating %lu bytes for block list", in hp300_setboot()
186 warn("reading disklabel"); in hp300_setboot()
219 warn("BOOT partition too small (%llu < %llu)", in hp300_setboot()
233 warn("mmapping `%s'", params->filesystem); in hp300_setboot()
244 warn("mmapping `%s'", params->stage1); in hp300_setboot()
275 warn("Writing `%s'", params->filesystem); in hp300_setboot()
298 warn("Writing boot filesystem of `%s'", in hp300_setboot()
/netbsd-src/bin/ln/
H A Dln.c242 warn("%s", source); in linkit()
248 warn("%s", source); in linkit()
265 warn("%s", source); in linkit()
279 warn("warning: %s inaccessible", source); in linkit()
292 warn("warning: %s", source); in linkit()
315 warn("%s", target); in linkit()
319 warn("%s", target); in linkit()
336 warn("%s", target); in linkit()
340 warn("%s", target); in linkit()
349 warn("%s", target); in linkit()
/netbsd-src/usr.sbin/kvm_mkdb/
H A Dnlist_aout.c120 warn("%s", kfile); in create_knlist_aout()
158 warn("malloc"); in create_knlist_aout()
166 warn("%s", name); in create_knlist_aout()
170 warn("%s", name); in create_knlist_aout()
185 warn("%s", name); in create_knlist_aout()
194 warn("record enter"); in create_knlist_aout()
228 warn("record enter"); in create_knlist_aout()
248 warn("%s", kfile); in badread()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c187 warn (_("Encoded value extends past end of section\n")); in get_encoded_value()
195 warn (_("Encoded size of %d is too large to read\n"), size); in get_encoded_value()
203 warn (_("Encoded size of 0 is too small to read\n")); in get_encoded_value()
430 warn (_("Badly formed extended line op encountered!\n")); in process_extended_line_op()
449 warn (_("Length (%zu) of DW_LNE_set_address op is too long\n"), in process_extended_line_op()
484 warn (_("DW_LNE_define_file: Bad opcode length\n")); in process_extended_line_op()
597 warn (_("DW_FORM_strp offset too big: %#" PRIx64 "\n"), offset); in fetch_indirect_string()
624 warn (_("DW_FORM_line_strp offset too big: %#" PRIx64 "\n"), offset); in fetch_indirect_line_string()
671 warn (_("string index of %" PRIu64 " converts to an offset of %#" PRIx64 in fetch_indexed_string()
683 warn (_("indirect offset too big: %#" PRIx64 "\n"), str_offset); in fetch_indexed_string()
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/options/
H A Dwarn-undefined-variables3 $description = "Test the --warn-undefined-variables option.";
7 # Without --warn-undefined-variables, nothing should happen
19 # With --warn-undefined-variables, it should warn me
20 run_make_test(undef, '--warn-undefined-variables',

12345678910>>...75