Searched refs:bb_perror_msg_and_die (Results 76 - 100 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dscript.c226 bb_perror_msg_and_die("script %s failed", client_config.script);
H A Ddhcpc.c331 bb_perror_msg_and_die("select");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Drunsvdir.c59 bb_perror_msg_and_die("%s: fatal: cannot %s%s", svdir, m1, m2);
H A Dsvlogd.c210 bb_perror_msg_and_die(FATAL"cannot %s processor %s", "open state for", ld->name);
224 bb_perror_msg_and_die(FATAL"cannot %s processor %s", "run", ld->name);
H A Drunsv.c100 bb_perror_msg_and_die("%s: fatal: cannot %s%s", dir, m1, m2);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Ddump.c300 bb_perror_msg_and_die("%s", fname);
312 bb_perror_msg_and_die("%s", fname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.c40 bb_perror_msg_and_die("cannot getsockname");
H A Diproute.c668 bb_perror_msg_and_die("cannot send dump request");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dfuser.c364 bb_perror_msg_and_die("cannot open '%s'", argv[fni[i]]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtelnetd.c298 bb_perror_msg_and_die("execv %s", loginpath);
H A Dhttpd.c438 bb_perror_msg_and_die("%s", cf);
2046 bb_perror_msg_and_die("setgroups");
H A Difupdown.c777 bb_perror_msg_and_die("interface declared auto twice \"%s\"", buf);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dipcs.c558 bb_perror_msg_and_die("semctl");
H A Dmount.c1619 if (rc) bb_perror_msg_and_die("%s", argv[0]);
1631 bb_perror_msg_and_die("cannot read %s", fstabname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c629 bb_perror_msg_and_die("%s", argv[0]);
1210 bb_perror_msg_and_die("cannot open /proc/partitions "
H A Dmke2fs.c249 bb_perror_msg_and_die("cannot run '%s'", buf);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dgetty.c506 bb_perror_msg_and_die("%s: read", op->tty);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c287 #define error_logger_and_die(p, fmt, args...) bb_perror_msg_and_die(fmt, ## args)
376 bb_perror_msg_and_die("FD_CLOEXEC");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c1440 bb_perror_msg_and_die(bb_msg_standard_input);
H A Dstty.c450 bb_perror_msg_and_die(fmt, device_name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c1319 bb_perror_msg_and_die("cannot create temp file %s", G.outname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h661 extern void bb_perror_msg_and_die(const char *s, ...) __attribute__ ((noreturn, format (printf, 1, 2)));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c1162 /* Do not use bb_perror_msg_and_die() here, since we must not
1389 bb_perror_msg_and_die("waitpid(%d)", job_list.fg->progs[i].pid);
H A Dhush.c3099 bb_perror_msg_and_die("fork");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c2905 bb_perror_msg_and_die("corrupt module %s?",m_name);
4080 bb_perror_msg_and_die("cannot load the module");
4274 bb_perror_msg_and_die("cannot insert '%s': %s (%li)",

Completed in 274 milliseconds

12345