Searched refs:STRERROR_ERRNO (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/selinux/ |
D | matchpathcon.c | 107 printf("actual context unknown: "STRERROR_FMT", should be " STRERROR_ERRNO); in matchpathcon_main()
|
/busybox-1.35.0/init/ |
D | init.c | 402 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/ |
D | sv.c | 237 printf(": "STRERROR_FMT STRERROR_ERRNO); in out()
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpd.c | 1038 log1("read error: "STRERROR_FMT", reopening socket" STRERROR_ERRNO); in udhcpd_main()
|
D | d6_dhcpc.c | 1576 bb_error_msg("read error: "STRERROR_FMT", reopening socket" STRERROR_ERRNO); in udhcpc6_main()
|
D | dhcpc.c | 1630 bb_error_msg("read error: "STRERROR_FMT", reopening socket" STRERROR_ERRNO); in udhcpc_main()
|
/busybox-1.35.0/editors/ |
D | vi.c | 1371 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/ |
D | libbb.h | 176 # define STRERROR_ERRNO /*nothing*/ macro 179 # define STRERROR_ERRNO ,strerror(errno) macro
|
/busybox-1.35.0/shell/ |
D | ash.c | 1448 …_raise_perror(fmt, ...) ash_msg_and_raise_error(fmt ": "STRERROR_FMT, ##__VA_ARGS__ STRERROR_ERRNO)
|