Home
last modified time | relevance | path

Searched refs:STRERROR_ERRNO (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/selinux/
Dmatchpathcon.c107 printf("actual context unknown: "STRERROR_FMT", should be " STRERROR_ERRNO); in matchpathcon_main()
/busybox-1.35.0/init/
Dinit.c402 STRERROR_ERRNO in open_stdio_to_tty()
474 message(L_LOG | L_CONSOLE, "can't run '%s': "STRERROR_FMT, command STRERROR_ERRNO); in init_exec()
/busybox-1.35.0/runit/
Dsv.c237 printf(": "STRERROR_FMT STRERROR_ERRNO); in out()
/busybox-1.35.0/networking/udhcp/
Ddhcpd.c1038 log1("read error: "STRERROR_FMT", reopening socket" STRERROR_ERRNO); in udhcpd_main()
Dd6_dhcpc.c1576 bb_error_msg("read error: "STRERROR_FMT", reopening socket" STRERROR_ERRNO); in udhcpc6_main()
Ddhcpc.c1630 bb_error_msg("read error: "STRERROR_FMT", reopening socket" STRERROR_ERRNO); in udhcpc_main()
/busybox-1.35.0/editors/
Dvi.c1371 status_line_bold("'%s' "STRERROR_FMT, fn STRERROR_ERRNO); in status_line_bold_errno()
2796 status_line_bold("Write error: "STRERROR_FMT STRERROR_ERRNO); in colon()
4307 status_line_bold("Write error: "STRERROR_FMT STRERROR_ERRNO);
/busybox-1.35.0/include/
Dlibbb.h176 # define STRERROR_ERRNO /*nothing*/ macro
179 # define STRERROR_ERRNO ,strerror(errno) macro
/busybox-1.35.0/shell/
Dash.c1448 …_raise_perror(fmt, ...) ash_msg_and_raise_error(fmt ": "STRERROR_FMT, ##__VA_ARGS__ STRERROR_ERRNO)