Searched refs:bb_perror_msg_and_die (Results 26 - 50 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_extract_all.c28 bb_perror_msg_and_die("cannot remove old file %s",
37 bb_perror_msg_and_die("cannot stat old file");
49 bb_perror_msg_and_die("cannot remove old file %s",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dlogread.c37 bb_perror_msg_and_die(str);
66 bb_perror_msg_and_die("can't find syslogd buffer");
71 bb_perror_msg_and_die("can't access syslogd buffer");
H A Dsyslogd.c206 bb_perror_msg_and_die("shmget");
211 bb_perror_msg_and_die("shmat");
226 bb_perror_msg_and_die("semget");
236 bb_perror_msg_and_die("SMwdn");
264 bb_perror_msg_and_die("SMwup");
519 bb_perror_msg_and_die("cannot set permission on /dev/log");
537 bb_perror_msg_and_die("select");
544 bb_perror_msg_and_die("UNIX socket error");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dmknod.c47 bb_perror_msg_and_die("%s", name);
H A Dnohup.c59 bb_perror_msg_and_die("%s", argv[1]);
H A Duuencode.c48 bb_perror_msg_and_die(bb_msg_read_error);
H A Dsplit.c107 bb_perror_msg_and_die("%s", argv[0]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Drun_shell.c93 bb_perror_msg_and_die("cannot run %s", shell);
H A Dvfork_daemon_rexec.c65 bb_perror_msg_and_die("%s", *argv);
212 bb_perror_msg_and_die("exec %s", bb_busybox_exec_path);
224 bb_perror_msg_and_die("vfork");
238 bb_perror_msg_and_die("fork");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Drdate.c64 bb_perror_msg_and_die("cannot set time of day");
H A Dswaponoff.c49 bb_perror_msg_and_die("/etc/fstab");
H A Dswitch_root.c123 bb_perror_msg_and_die("bad init %s", argv[0]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dsocket.c100 bb_perror_msg_and_die("SO_BROADCAST");
104 bb_perror_msg_and_die("SO_BINDTODEVICE");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrontab.c49 bb_perror_msg_and_die("getpwuid");
121 bb_perror_msg_and_die("getpwuid");
305 bb_perror_msg_and_die("exec");
311 bb_perror_msg_and_die("fork");
326 bb_perror_msg_and_die("failed to get uid for %s", user);
H A Dlast.c45 bb_perror_msg_and_die("short read");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dlsmod.c87 if (errno != ENOSPC) bb_perror_msg_and_die("QM_MODULES");
102 bb_perror_msg_and_die("module %s: QM_INFO", mn);
109 bb_perror_msg_and_die("module %s: QM_REFS", mn);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dunzip.c279 bb_perror_msg_and_die("cannot stat '%s'",dst_fn);
299 bb_perror_msg_and_die("cannot stat '%s'",dst_fn);
311 bb_perror_msg_and_die("cannot read input");
352 bb_perror_msg_and_die("cannot read input");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c117 bb_perror_msg_and_die("open pidfile %s", pidfile);
305 bb_perror_msg_and_die("vfork");
338 bb_perror_msg_and_die("setpriority(%d)", prio);
343 bb_perror_msg_and_die("cannot start %s", startas);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhostname.c28 bb_perror_msg_and_die("sethostname");
H A Dnc.c115 bb_perror_msg_and_die("accept");
170 bb_perror_msg_and_die("select");
H A Dnc_bloaty.c226 bb_perror_msg_and_die("exec");
276 bb_perror_msg_and_die("getsockname after bind");
315 bb_perror_msg_and_die("recvfrom");
335 bb_perror_msg_and_die("accept");
357 bb_perror_msg_and_die("getsockname after accept");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dgetsebool.c27 bb_perror_msg_and_die("cannot get boolean names");
H A Druncon.c135 bb_perror_msg_and_die("cannot execute '%s'", argv[0]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dcttyhack.c72 bb_perror_msg_and_die("cannot exec '%s'", argv[0]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dpatch.c37 bb_perror_msg_and_die("error writing to new file");
152 bb_perror_msg_and_die("cannot create file %s",

Completed in 138 milliseconds

12345