Home
last modified time | relevance | path

Searched refs:message (Results 1 – 21 of 21) sorted by relevance

/busybox-1.35.0/scripts/kconfig/
Dkxgettext.c80 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 …]
Dgconf.c500 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/
Dlogger.c129 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/
Dsample.nak4 echo Received a NAK: $message
/busybox-1.35.0/init/
Dinit.c231 #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/
DConfig.src8 Default charset of the message.
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_silent.tests7 # unset and a diagnostic message shall be written to standard error."
Dgetopt_simple.tests68 # ORTERR=0 suppresses error message?
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_silent.tests7 # unset and a diagnostic message shall be written to standard error."
Dgetopt_simple.tests70 # ORTERR=0 suppresses error message?
/busybox-1.35.0/networking/udhcp/
Ddhcpc.c1211 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/
Dinittab44 # an error message, and then go along with its business.
/busybox-1.35.0/editors/
Dsed1line.txt291 # 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)
Dawk.c669 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/
Dbootfloppy.txt153 message:
/busybox-1.35.0/coreutils/
Dstty.c834 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/
DConfig.in75 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"
DTODO39 into some kind of message table not only makes translation easier, but
/busybox-1.35.0/shell/
DConfig.src112 bool "Hide message on interactive shell startup"
/busybox-1.35.0/docs/
Dcontributing.txt40 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/
Dandroid_defconfig76 # -fmessage-length=0 (only affects error message format)