Home
last modified time | relevance | path

Searched refs:bb_perror_msg (Results 1 – 25 of 101) sorted by relevance

12345

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dcopy_file.c33 bb_perror_msg("can't create '%s'", dest); in ask_and_unlink()
64 bb_perror_msg("can't create '%s'", dest); in ask_and_unlink()
98 bb_perror_msg("can't stat '%s'", source); in copy_file()
104 bb_perror_msg("can't stat '%s'", dest); in copy_file()
129 bb_perror_msg("can't lgetfilecon %s", source); in copy_file()
180 bb_perror_msg("can't stat '%s'", dest); in copy_file()
246 bb_perror_msg("can't create link '%s'", dest); in copy_file()
330 bb_perror_msg("getfscreatecon"); in copy_file()
335 bb_perror_msg("setfilecon:%s,%s", dest, con); in copy_file()
347 bb_perror_msg("error writing to '%s'", dest); in copy_file()
[all …]
H A Dremove_file.c20 bb_perror_msg("can't stat '%s'", path); in remove_file()
24 bb_perror_msg("can't remove '%s'", path); in remove_file()
66 bb_perror_msg("can't close '%s'", path); in remove_file()
77 bb_perror_msg("can't remove '%s'", path); in remove_file()
101 bb_perror_msg("can't remove '%s'", path); in remove_file()
H A Dperror_nomsg.c15 extern void bb_perror_msg(const char *s, ...) FAST_FUNC;
21 bb_perror_msg(0); in bb_perror_nomsg()
H A Dperror_msg.c11 void FAST_FUNC bb_perror_msg(const char *s, ...) in bb_perror_msg() function
34 bb_perror_msg("%s", s); in bb_simple_perror_msg()
H A Dmtab.c25 bb_perror_msg(bb_path_mtab_file); in erase_mtab()
53 bb_perror_msg(bb_path_mtab_file); in erase_mtab()
H A Dupdate_passwd.c144 bb_perror_msg("can't create '%s'", fnamesfx); in update_passwd()
161 bb_perror_msg("warning: can't create backup copy '%s'", in update_passwd()
171 bb_perror_msg("warning: can't lock '%s'", filename); in update_passwd()
H A Dcopyfd.c91 bb_perror_msg(bb_msg_read_error); in bb_full_fd_action()
104 bb_perror_msg(bb_msg_write_error); in bb_full_fd_action()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dmakedevs.c163 bb_perror_msg("can't create '%s'", nodname); in makedevs_main()
241 bb_perror_msg("line %d: can't chown %s", linenum, full_name); in makedevs_main()
247 bb_perror_msg("line %d: can't chmod %s", linenum, full_name); in makedevs_main()
254 bb_perror_msg("line %d: regular file '%s' does not exist", linenum, full_name); in makedevs_main()
288 bb_perror_msg("line %d: can't create node %s", linenum, full_name_inc); in makedevs_main()
291 bb_perror_msg("line %d: can't chown %s", linenum, full_name_inc); in makedevs_main()
294 bb_perror_msg("line %d: can't chmod %s", linenum, full_name_inc); in makedevs_main()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Difenslave.c234 bb_perror_msg("%s: can't up", ifname); in set_if_up()
242 bb_perror_msg("%s: can't down", ifname); in set_if_down()
336 bb_perror_msg("%s: can't set address", slave_ifname); in enslave()
342 bb_perror_msg("%s: can't clear address", slave_ifname); in enslave()
350 bb_perror_msg("%s: can't set MTU", slave_ifname); in enslave()
365 bb_perror_msg("%s: can't set hw address", in enslave()
590 bb_perror_msg( in ifenslave_main()
598 bb_perror_msg("can't release %s from %s", in ifenslave_main()
608 bb_perror_msg( in ifenslave_main()
616 bb_perror_msg("can't enslave %s to %s", in ifenslave_main()
H A Dinetd.c485 bb_perror_msg("getsockname"); in register_rpc()
492 bb_perror_msg("%s %s: pmap_set(%u,%u,%u,%u)", in register_rpc()
504 bb_perror_msg("pmap_unset(%u,%u)", sep->se_rpcprog, n); in unregister_rpc()
525 bb_perror_msg("setrlimit"); in bump_nofile()
580 bb_perror_msg("socket"); in prepare_socket_fd()
620 bb_perror_msg("%s/%s: bind", in prepare_socket_fd()
1285 bb_perror_msg("select"); in inetd_main()
1307 bb_perror_msg("accept (for %s)", sep->se_service); in inetd_main()
1386 bb_perror_msg("vfork"+1); in inetd_main()
1483 bb_perror_msg("setrlimit"); in inetd_main()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/e2fsprogs/
H A Dchattr.c108 bb_perror_msg("stat %s", name); in change_attributes()
123 bb_perror_msg("setting version on %s", name); in change_attributes()
129 bb_perror_msg("reading flags on %s", name); in change_attributes()
141 bb_perror_msg("setting flags on %s", name); in change_attributes()
H A Dlsattr.c69 bb_perror_msg("reading %s", name); in list_attributes()
82 bb_perror_msg("stat %s", path); in lsattr_dir_proc()
103 bb_perror_msg("stat %s", name); in lsattr_args()
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dinstall.c91 bb_perror_msg("warning: can't change context" in setdefaultfilecon()
232 bb_perror_msg("strip"); in install_main()
241 bb_perror_msg("can't change %s of %s", "permissions", dest); in install_main()
252 bb_perror_msg("can't change %s of %s", "ownership", dest); in install_main()
H A Dtruncate.c70 bb_perror_msg("%s: open", *argv); in truncate_main()
78 bb_perror_msg("%s: truncate", *argv); in truncate_main()
H A Dmv.c130 bb_perror_msg("can't rename '%s'", *argv); in mv_main()
148 bb_perror_msg("can't remove '%s'", dest); in mv_main()
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/
H A Ddata_extract_all.c130 bb_perror_msg("can't create %slink " in data_extract_all()
174 bb_perror_msg("can't make dir %s", dst_name); in data_extract_all()
184 bb_perror_msg("can't create %slink " in data_extract_all()
198 bb_perror_msg("can't create node %s", dst_name); in data_extract_all()
H A Dopen_transformer.c39 bb_perror_msg("buffer %u too small", (unsigned)xstate->mem_output_size_max); in transformer_write()
50 bb_perror_msg("write"); in transformer_write()
341 bb_perror_msg("read error from '%s'", fname); in xmalloc_open_zipped_read_close()
356 bb_perror_msg("read error from '%s'", fname); in xmalloc_open_zipped_read_close()
/dports/sysutils/busybox/busybox-1.26.2/runit/
H A Dsv.c212 bb_perror_msg("fatal: can't %s", m1); in fatal_cannot()
296 bb_perror_msg(WARN"can't stat %s/down", *service); in svstatus_print()
355 bb_perror_msg(WARN"can't stat %s/check", *service); in checkscript()
363 bb_perror_msg(WARN"can't %s child %s/check", "run", *service); in checkscript()
367 bb_perror_msg(WARN"can't %s child %s/check", "wait for", *service); in checkscript()
/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Dkill.c277 bb_perror_msg("can't kill pid %d", (int)*pl); in kill_main()
305 bb_perror_msg("can't kill pid %d", (int)pid); in kill_main()
316 bb_perror_msg("can't kill pid %d", (int)pid); in kill_main()
H A Drenice.c126 bb_perror_msg(Xetpriority_msg, 'g'); in renice_main()
139 bb_perror_msg(Xetpriority_msg, 's'); in renice_main()
/dports/sysutils/busybox/busybox-1.26.2/networking/libiproute/
H A Dlibnetlink.c129 bb_perror_msg("OVERRUN"); in rtnl_dump_filter()
167 bb_perror_msg("RTNETLINK answers"); in rtnl_dump_filter()
246 bb_perror_msg("can't talk to rtnetlink"); in rtnl_talk()
260 bb_perror_msg("OVERRUN"); in rtnl_talk()
309 bb_perror_msg("RTNETLINK answers"); in rtnl_talk()
/dports/sysutils/busybox/busybox-1.26.2/selinux/
H A Dsetfiles.c276 bb_perror_msg("realpath(%s) failed", name); in match()
292 bb_perror_msg("realpath(%s)", name); in match()
390 bb_perror_msg("lgetfilecon_raw on %s", my_file); in restore()
446 bb_perror_msg("lsetfileconon(%s,%s)", my_file, newcon); in restore()
527 bb_perror_msg("stat(%s)", name); in process_one()
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dbzip2.c116 bb_perror_msg(n2 >= 0 ? "short write" : bb_msg_write_error); in IF_DESKTOP()
146 bb_perror_msg(bb_msg_read_error); in IF_DESKTOP()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/See-file/
H A Dbzip2.c91 bb_perror_msg(n2 >= 0 ? "short write" : bb_msg_write_error); in IF_DESKTOP()
121 bb_perror_msg(bb_msg_read_error); in IF_DESKTOP()
/dports/sysutils/busybox/busybox-1.26.2/networking/udhcp/
H A Darpping.c56 bb_perror_msg(bb_msg_can_not_create_raw_socket); in arpping()
61 bb_perror_msg("can't enable bcast on raw socket"); in arpping()

12345