Searched refs:bb_perror_msg_and_die (Results 1 - 25 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dperror_nomsg_and_die.c14 extern void bb_perror_msg_and_die(const char *s, ...);
20 bb_perror_msg_and_die(0);
H A Dfflush_stdout_and_exit.c19 bb_perror_msg_and_die(bb_msg_standard_output);
H A Dperror_msg_and_die.c12 void bb_perror_msg_and_die(const char *s, ...) function
H A Dchange_identity.c50 bb_perror_msg_and_die("%s", err_msg);
H A Dcreate_icmp6_socket.c29 bb_perror_msg_and_die(bb_msg_can_not_create_raw_socket);
H A Dcreate_icmp_socket.c28 bb_perror_msg_and_die(bb_msg_can_not_create_raw_socket);
H A Dxfuncs.c109 bb_perror_msg_and_die("can't open '%s'", path);
120 bb_perror_msg_and_die("can't open '%s'", pathname);
152 bb_perror_msg_and_die("can't create pipe");
158 bb_perror_msg_and_die("can't remove file '%s'", pathname);
175 bb_perror_msg_and_die("can't duplicate file descriptor");
203 bb_perror_msg_and_die("lseek(%"OFF_FMT"u)", offset);
204 bb_perror_msg_and_die("lseek");
228 bb_perror_msg_and_die(bb_msg_standard_output);
392 if (setgid(gid)) bb_perror_msg_and_die("setgid");
398 if (setuid(uid)) bb_perror_msg_and_die("setui
[all...]
H A Dselinux_common.c37 bb_perror_msg_and_die("cannot set default "
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dload_policy.c20 bb_perror_msg_and_die("can't fstat");
24 bb_perror_msg_and_die("can't mmap");
27 bb_perror_msg_and_die("can't load policy");
H A Dsetenforce.c37 bb_perror_msg_and_die("setenforce() failed");
H A Dmatchpathcon.c49 bb_perror_msg_and_die("error while processing %s", fcontext);
53 bb_perror_msg_and_die("error while processing %s", prefix);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dchroot.c23 bb_perror_msg_and_die("cannot change root directory to %s", *argv);
38 bb_perror_msg_and_die("cannot execute %s", *argv);
H A Dlogname.c42 bb_perror_msg_and_die("getlogin");
H A Dnice.c46 bb_perror_msg_and_die("setpriority(%d)", prio);
54 bb_perror_msg_and_die("%s", *argv);
H A Denv.c75 bb_perror_msg_and_die("putenv");
84 bb_perror_msg_and_die("%s", *argv);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dseek_by_jump.c17 bb_perror_msg_and_die("seek failure");
H A Dopen_transformer.c29 bb_perror_msg_and_die("fork failed");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dsetsid.c32 bb_perror_msg_and_die("%s", argv[1]);
H A Dtaskset.c79 bb_perror_msg_and_die("failed to %cet pid %d's affinity", 'g', pid);
87 bb_perror_msg_and_die("failed to %cet pid %d's affinity", 's', pid);
95 bb_perror_msg_and_die("%s", *argv);
H A Dchrt.c97 bb_perror_msg_and_die("failed to %cet pid %d's policy", 'g', pid);
101 bb_perror_msg_and_die("failed to get pid %d's attributes", pid);
110 bb_perror_msg_and_die("failed to %cet pid %d's policy", 's', pid);
118 bb_perror_msg_and_die("%s", *argv);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Ddmesg.c23 bb_perror_msg_and_die("klogctl");
31 bb_perror_msg_and_die("klogctl");
H A Dsetarch.c47 bb_perror_msg_and_die("%s", argv[0]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dchpst.c66 bb_perror_msg_and_die("setgroups");
93 bb_perror_msg_and_die("opendir %s", directory_name);
99 bb_perror_msg_and_die("readdir %s",
112 bb_perror_msg_and_die("open %s/%s",
122 bb_perror_msg_and_die("read %s/%s",
142 if (fchdir(wdir) == -1) bb_perror_msg_and_die("fchdir");
150 if (getrlimit(what, &r) == -1) bb_perror_msg_and_die("getrlimit");
155 if (setrlimit(what, &r) == -1) bb_perror_msg_and_die("setrlimit");
300 bb_perror_msg_and_die("chroot");
306 bb_perror_msg_and_die("nic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dmesg.c43 bb_perror_msg_and_die("%s", tty);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Drmmod.c65 bb_perror_msg_and_die("rmmod");
73 bb_perror_msg_and_die("QM_MODULES");

Completed in 143 milliseconds

12345