/busybox-1.35.0/libbb/ |
D | perror_msg.c | 21 void FAST_FUNC bb_perror_msg_and_die(const char *s, ...) in bb_perror_msg_and_die() function 39 bb_perror_msg_and_die("%s", s); in bb_simple_perror_msg_and_die()
|
D | xfuncs_printf.c | 141 bb_perror_msg_and_die("can't open '%s'", path); in xfopen() 152 bb_perror_msg_and_die("can't open '%s'", pathname); in xopen3() 210 bb_perror_msg_and_die("can't remove file '%s'", pathname); in xunlink() 216 bb_perror_msg_and_die("can't move '%s' to '%s'", oldpath, newpath); in xrename() 282 bb_perror_msg_and_die("lseek(%"OFF_FMT"u, %d)", offset, whence); in xlseek() 291 bb_perror_msg_and_die("can't create temp file '%s'", template); in xmkstemp() 425 bb_perror_msg_and_die("can't change directory to '%s'", path); in xchdir() 437 bb_perror_msg_and_die("can't change root directory to '%s'", path); in xchroot() 459 bb_perror_msg_and_die("can't open '%s'", path); in xopendir() 479 bb_perror_msg_and_die("socket(AF_%s,%d,%d)", s, type, protocol); in xsocket() [all …]
|
D | selinux_common.c | 39 bb_perror_msg_and_die("can't set default " in setfscreatecon_or_die()
|
D | run_shell.c | 84 bb_perror_msg_and_die("can't execute '%s'", shell); in exec_shell()
|
D | executable.c | 92 bb_perror_msg_and_die("can't execute '%s'", argv[0]); in BB_EXECVP_or_die()
|
/busybox-1.35.0/util-linux/ |
D | ionice.c | 99 bb_perror_msg_and_die("ioprio_%cet", 'g'); in ionice_main() 111 bb_perror_msg_and_die("ioprio_%cet", 's'); in ionice_main()
|
D | switch_root.c | 121 bb_perror_msg_and_die("prctl: %s", "PR_CAPBSET_READ"); in drop_bounding_set() 126 bb_perror_msg_and_die("prctl: %s", "PR_CAPBSET_DROP"); in drop_bounding_set() 144 bb_perror_msg_and_die("can't parse file '%s'", filename); in drop_usermodehelper() 286 bb_perror_msg_and_die("can't execute '%s'", argv[0]); in switch_root_main()
|
D | chrt.c | 157 bb_perror_msg_and_die("can't %cet pid %u's policy", 'g', (int)pid); in chrt_main() 178 bb_perror_msg_and_die("can't get pid %u's attributes", (int)pid); in chrt_main() 202 bb_perror_msg_and_die("can't %cet pid %u's policy", 's', (int)pid); in chrt_main()
|
D | setpriv.c | 212 bb_perror_msg_and_die("prctl: %s", "GET_NO_NEW_PRIVS"); in dump() 254 bb_perror_msg_and_die("prctl: %s", "CAP_AMBIENT_IS_SET"); in dump() 270 bb_perror_msg_and_die("prctl: %s", "CAPBSET_READ"); in dump() 322 bb_perror_msg_and_die("prctl: %s", "SET_NO_NEW_PRIVS"); in setpriv_main()
|
D | fallocate.c | 97 bb_perror_msg_and_die("fallocate '%s'", *argv); in fallocate_main()
|
D | setarch.c | 94 bb_perror_msg_and_die("personality(0x%lx)", pers); in setarch_main()
|
D | flock.c | 57 bb_perror_msg_and_die("can't open '%s'", argv[0]); in flock_main()
|
D | unshare.c | 78 bb_perror_msg_and_die("can't mount %s on %s (flags:0x%lx)", in mount_or_die() 306 bb_perror_msg_and_die("unshare(0x%x)", unsflags); in unshare_main()
|
/busybox-1.35.0/coreutils/ |
D | link.c | 34 bb_perror_msg_and_die("can't create %slink '%s' to '%s'", in link_main()
|
D | nice.c | 63 bb_perror_msg_and_die("setpriority(%d)", prio); in nice_main()
|
/busybox-1.35.0/selinux/ |
D | matchpathcon.c | 75 bb_perror_msg_and_die("error while processing %s", fcontext); in matchpathcon_main() 79 bb_perror_msg_and_die("error while processing %s", prefix); in matchpathcon_main()
|
/busybox-1.35.0/sysklogd/ |
D | logread.c | 87 bb_perror_msg_and_die(str); 121 bb_perror_msg_and_die("can't %s syslogd buffer", "find"); in logread_main() 126 bb_perror_msg_and_die("can't %s syslogd buffer", "access"); in logread_main()
|
/busybox-1.35.0/archival/libarchive/ |
D | unsafe_symlink_target.c | 21 bb_perror_msg_and_die("can't create %slink '%s' to '%s'", in create_or_remember_link()
|
D | data_extract_all.c | 96 bb_perror_msg_and_die("can't remove old file %s", in data_extract_all() 118 bb_perror_msg_and_die("can't remove old file %s", in data_extract_all()
|
/busybox-1.35.0/modutils/ |
D | rmmod.c | 73 bb_perror_msg_and_die("can't unload module '%s'", in rmmod_main()
|
/busybox-1.35.0/miscutils/ |
D | flashcp.c | 114 bb_perror_msg_and_die("erase error at 0x%llx on %s", in flashcp_main() 151 bb_perror_msg_and_die("write error at 0x%"OFF_FMT"x on %s, " in flashcp_main()
|
/busybox-1.35.0/networking/ |
D | ifenslave.c | 306 bb_perror_msg_and_die( in change_active() 475 bb_perror_msg_and_die("%s: SIOCETHTOOL error", master_ifname); in get_drv_info() 539 bb_perror_msg_and_die("%s: can't get settings", master_ifname); in ifenslave_main() 569 bb_perror_msg_and_die( in ifenslave_main()
|
/busybox-1.35.0/runit/ |
D | chpst.c | 220 bb_perror_msg_and_die("readdir %s", in edir() 234 bb_perror_msg_and_die("open %s/%s", in edir() 240 bb_perror_msg_and_die("read %s/%s", in edir()
|
/busybox-1.35.0/loginutils/ |
D | add-remove-shell.c | 122 bb_perror_msg_and_die("%s: write error", new_fn); in add_remove_shell_main()
|
/busybox-1.35.0/init/ |
D | bootchartd.c | 203 bb_perror_msg_and_die("can't %smount tmpfs", ""); in make_tempdir() 208 bb_perror_msg_and_die("can't %smount tmpfs", "un"); in make_tempdir() 455 bb_perror_msg_and_die("can't execute '%s'", "/sbin/init"); in bootchartd_main()
|