Searched refs:bb_perror_msg (Results 1 - 25 of 276) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dperror_nomsg.c15 extern void bb_perror_msg(const char *s, ...) FAST_FUNC;
21 bb_perror_msg(0);
H A Dcopy_file.c33 bb_perror_msg("can't create '%s'", dest);
64 bb_perror_msg("can't create '%s'", dest);
93 bb_perror_msg("can't stat '%s'", source);
99 bb_perror_msg("can't stat '%s'", dest);
117 bb_perror_msg("can't set setfscreatecon %s", con);
124 bb_perror_msg("can't lgetfilecon %s", source);
169 bb_perror_msg("can't create directory '%s'", dest);
175 bb_perror_msg("can't stat '%s'", dest);
207 bb_perror_msg("can't preserve %s of '%s'", "permissions", dest);
225 bb_perror_msg("ca
[all...]
H A Dremove_file.c20 bb_perror_msg("can't stat '%s'", path);
24 bb_perror_msg("can't remove '%s'", path);
66 bb_perror_msg("can't close '%s'", path);
77 bb_perror_msg("can't remove '%s'", path);
97 bb_perror_msg("can't remove '%s'", path);
H A Dperror_msg.c11 void FAST_FUNC bb_perror_msg(const char *s, ...) function
34 bb_perror_msg("%s", s);
H A Dkernel_version.c27 bb_perror_msg("can't get system information");
H A Dsafe_poll.c31 bb_perror_msg("poll");
H A Dxgetcwd.c37 bb_perror_msg("getcwd");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dperror_nomsg.c15 extern void bb_perror_msg(const char *s, ...) FAST_FUNC;
21 bb_perror_msg(0);
H A Dcopy_file.c33 bb_perror_msg("can't create '%s'", dest);
64 bb_perror_msg("can't create '%s'", dest);
93 bb_perror_msg("can't stat '%s'", source);
99 bb_perror_msg("can't stat '%s'", dest);
117 bb_perror_msg("can't set setfscreatecon %s", con);
124 bb_perror_msg("can't lgetfilecon %s", source);
169 bb_perror_msg("can't create directory '%s'", dest);
175 bb_perror_msg("can't stat '%s'", dest);
207 bb_perror_msg("can't preserve %s of '%s'", "permissions", dest);
225 bb_perror_msg("ca
[all...]
H A Dremove_file.c20 bb_perror_msg("can't stat '%s'", path);
24 bb_perror_msg("can't remove '%s'", path);
66 bb_perror_msg("can't close '%s'", path);
77 bb_perror_msg("can't remove '%s'", path);
97 bb_perror_msg("can't remove '%s'", path);
H A Dperror_msg.c11 void FAST_FUNC bb_perror_msg(const char *s, ...) function
34 bb_perror_msg("%s", s);
H A Dkernel_version.c27 bb_perror_msg("can't get system information");
H A Dsafe_poll.c31 bb_perror_msg("poll");
H A Dxgetcwd.c37 bb_perror_msg("getcwd");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dperror_nomsg.c15 extern void bb_perror_msg(const char *s, ...) FAST_FUNC;
21 bb_perror_msg(0);
H A Dcopy_file.c33 bb_perror_msg("can't create '%s'", dest);
64 bb_perror_msg("can't create '%s'", dest);
93 bb_perror_msg("can't stat '%s'", source);
99 bb_perror_msg("can't stat '%s'", dest);
117 bb_perror_msg("can't set setfscreatecon %s", con);
124 bb_perror_msg("can't lgetfilecon %s", source);
169 bb_perror_msg("can't create directory '%s'", dest);
175 bb_perror_msg("can't stat '%s'", dest);
207 bb_perror_msg("can't preserve %s of '%s'", "permissions", dest);
225 bb_perror_msg("ca
[all...]
H A Dremove_file.c20 bb_perror_msg("can't stat '%s'", path);
24 bb_perror_msg("can't remove '%s'", path);
66 bb_perror_msg("can't close '%s'", path);
77 bb_perror_msg("can't remove '%s'", path);
97 bb_perror_msg("can't remove '%s'", path);
H A Dperror_msg.c11 void FAST_FUNC bb_perror_msg(const char *s, ...) function
34 bb_perror_msg("%s", s);
H A Dkernel_version.c27 bb_perror_msg("can't get system information");
H A Dsafe_poll.c31 bb_perror_msg("poll");
H A Dxgetcwd.c37 bb_perror_msg("getcwd");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/libcoreutils/
H A Dcp_mv_stat.c36 bb_perror_msg("can't stat '%s'", fn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/libcoreutils/
H A Dcp_mv_stat.c36 bb_perror_msg("can't stat '%s'", fn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/libcoreutils/
H A Dcp_mv_stat.c36 bb_perror_msg("can't stat '%s'", fn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/
H A Dlsattr.c57 bb_perror_msg("reading %s", name);
70 bb_perror_msg("stat %s", path);
91 bb_perror_msg("stat %s", name);

Completed in 190 milliseconds

1234567891011>>