/busybox-1.35.0/scripts/kconfig/ |
D | kxgettext.c | 80 struct message { struct 83 struct message *next; argument 87 static struct message *message__list; argument 89 static struct message *message__new(const char *msg, char *option, char *file, int lineno) in message__new() 91 struct message *self = malloc(sizeof(*self)); in message__new() 116 static struct message *mesage__find(const char *msg) in mesage__find() 118 struct message *m = message__list; in mesage__find() 129 static int message__add_file_line(struct message *self, char *file, int lineno) in message__add_file_line() 149 struct message *m = mesage__find(escaped); in message__add() 183 static void message__print_file_lineno(struct message *self) in message__print_file_lineno() [all …]
|
D | gconf.c | 500 static void text_insert_msg(const char *title, const char *message) in text_insert_msg() argument 504 const char *msg = message; in text_insert_msg()
|
/busybox-1.35.0/sysklogd/ |
D | logger.c | 129 char *message = NULL; in logger_main() local 134 message = xrealloc(message, len + 1); in logger_main() 135 sprintf(message + pos, " %s", *argv), in logger_main() 138 syslog(i, "%s", message + 1); /* skip leading " " */ in logger_main()
|
/busybox-1.35.0/examples/udhcp/ |
D | sample.nak | 4 echo Received a NAK: $message
|
/busybox-1.35.0/init/ |
D | init.c | 231 #define dbg_message(...) do { if (DEBUG_INIT) message(__VA_ARGS__); } while (0) 232 static void message(int where, const char *fmt, ...) 234 static void message(int where, const char *fmt, ...) in message() function 400 message(L_LOG | L_CONSOLE, "can't open %s: "STRERROR_FMT, in open_stdio_to_tty() 474 message(L_LOG | L_CONSOLE, "can't run '%s': "STRERROR_FMT, command STRERROR_ERRNO); in init_exec() 489 message(L_LOG | L_CONSOLE, "can't fork"); in run() 546 message(L_LOG, "starting pid %u, tty '%s': '%s'", in run() 726 message(L_LOG | L_CONSOLE, "Bad inittab entry at line %d", in parse_inittab() 765 message(L_CONSOLE | L_LOG, "The system is going down NOW!"); in run_shutdown_and_kill_processes() 769 message(L_CONSOLE, "Sent SIG%s to all processes", "TERM"); in run_shutdown_and_kill_processes() [all …]
|
/busybox-1.35.0/mailutils/ |
D | Config.src | 8 Default charset of the message.
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_silent.tests | 7 # unset and a diagnostic message shall be written to standard error."
|
D | getopt_simple.tests | 68 # ORTERR=0 suppresses error message?
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_silent.tests | 7 # unset and a diagnostic message shall be written to standard error."
|
D | getopt_simple.tests | 70 # ORTERR=0 suppresses error message?
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpc.c | 1211 uint8_t *message; in udhcpc_main() local 1655 message = udhcp_get_option(&packet, DHCP_MESSAGE_TYPE); in udhcpc_main() 1656 if (message == NULL) { in udhcpc_main() 1664 if (*message == DHCPOFFER) { in udhcpc_main() 1714 if (*message == DHCPACK) { in udhcpc_main() 1809 if (*message == DHCPNAK) { in udhcpc_main()
|
/busybox-1.35.0/examples/ |
D | inittab | 44 # an error message, and then go along with its business.
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 291 # get Usenet/e-mail message header 294 # get Usenet/e-mail message body 307 # add a leading angle bracket and space to each line (quote a message) 310 # delete leading angle bracket & space from each line (unquote a message)
|
D | awk.c | 669 static void syntax_error(const char *message) NORETURN; 670 static void syntax_error(const char *message) in syntax_error() argument 672 bb_error_msg_and_die("%s:%i: %s", g_progname, g_lineno, message); in syntax_error()
|
/busybox-1.35.0/examples/bootfloppy/ |
D | bootfloppy.txt | 153 message:
|
/busybox-1.35.0/coreutils/ |
D | stty.c | 834 static void wrapf(const char *message, ...) in wrapf() argument 840 va_start(args, message); in wrapf() 841 buflen = vsnprintf(buf, sizeof(buf), message, args); in wrapf()
|
/busybox-1.35.0/ |
D | Config.in | 75 If you do not want to show any (helpful) usage message when 171 The busybox applet provides general help message and allows 175 just a cryptic error message: 279 bool "Suppress warning message if /etc/busybox.conf is not readable"
|
D | TODO | 39 into some kind of message table not only makes translation easier, but
|
/busybox-1.35.0/shell/ |
D | Config.src | 112 bool "Hide message on interactive shell startup"
|
/busybox-1.35.0/docs/ |
D | contributing.txt | 40 you're the first to discover a problem, post a message and let the rest of us 64 Before plunging ahead, it's a good idea to send a message to the mailing list
|
/busybox-1.35.0/configs/ |
D | android_defconfig | 76 # -fmessage-length=0 (only affects error message format)
|