Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 48) sorted by relevance

12

/busybox-1.35.0/scripts/kconfig/
Dkxgettext.c81 const char *msg; member
89 static struct message *message__new(const char *msg, char *option, char *file, int lineno) in message__new()
116 static struct message *mesage__find(const char *msg) in mesage__find()
144 static int message__add(const char *msg, char *option, char *file, int lineno) in message__add()
/busybox-1.35.0/examples/var_service/dhcp_if_pinger/
Drun15 msg() { function
/busybox-1.35.0/networking/udhcp/
Dd6_packet.c64 const char *msg; in d6_send_raw_packet_from_client_data_ifindex() local
138 const char *msg; in d6_send_kernel_packet_from_client_data_ifindex() local
Dcommon.h304 # define log2s(msg) do { if (dhcp_verbose >= 2) bb_simple_info_msg(msg); } while (0) argument
308 # define log2s(msg) ((void)0) argument
312 # define log3s(msg) do { if (dhcp_verbose >= 3) bb_simple_info_msg(msg); } while (0) argument
315 # define log3s(msg) ((void)0) argument
321 # define log1s(msg) ((void)0) argument
323 # define log2s(msg) ((void)0) argument
325 # define log3s(msg) ((void)0) argument
Dpacket.c116 const char *msg; in udhcp_send_raw_packet() local
200 const char *msg; in udhcp_send_kernel_packet() local
Darpping.c50 const char *msg; in arpping() local
/busybox-1.35.0/util-linux/
Dwall.c35 char *msg; in wall_main() local
Dmdev.c255 # define dbg1s(msg) do { if (G.verbose) bb_simple_error_msg(msg); } while(0) argument
258 # define dbg1s(msg) ((void)0) argument
262 # define dbg2s(msg) do { if (G.verbose >= 2) bb_simple_error_msg(msg); } while(0) argument
265 # define dbg2s(msg) ((void)0) argument
269 # define dbg3s(msg) do { if (G.verbose >= 3) bb_simple_error_msg(msg); } while(0) argument
272 # define dbg3s(msg) ((void)0) argument
Dmountpoint.c43 const char *msg; in mountpoint_main() local
Dumount.c201 const char *msg = "%s busy - remounted read-only"; in umount_main() local
/busybox-1.35.0/sysklogd/
Dsyslogd.c607 static void log_to_shmem(const char *msg) in log_to_shmem()
674 static void log_to_kmsg(int pri, const char *msg) in log_to_kmsg()
691 static void log_locally(time_t now, char *msg, logFile_t *log_file) in log_locally()
824 static void timestamp_and_log(int pri, char *msg, int len) in timestamp_and_log()
903 static void timestamp_and_log_internal(const char *msg) in timestamp_and_log_internal()
/busybox-1.35.0/networking/libiproute/
Dlibnetlink.c96 struct msghdr msg; in rtnl_dump_request() member
137 struct msghdr msg = { in rtnl_dump_filter() local
247 struct msghdr msg = { in rtnl_talk() local
/busybox-1.35.0/archival/libarchive/bz/
Dbzlib_private.h43 #define AssertH(cond, msg) do { } while (0) argument
47 #define AssertD(cond, msg) \ argument
53 #define AssertD(cond, msg) do { } while (0) argument
/busybox-1.35.0/networking/
Dtc.c331 struct tcmsg *msg = NLMSG_DATA(hdr); in print_qdisc() local
391 struct tcmsg *msg = NLMSG_DATA(hdr); in print_class() local
504 struct tcmsg msg; in tc_main() local
Dtls.h93 #define psTraceCrypto(msg) bb_simple_error_msg_and_die(msg) argument
Dnc_bloaty.c204 #define holler_error(msg) do { if (o_verbose) bb_simple_error_msg(msg); } while (0) argument
205 #define holler_perror(msg) do { if (o_verbose) bb_simple_perror_msg(msg); } while (0) argument
Dftpgetput.c85 static void ftp_die(const char *msg) in ftp_die()
/busybox-1.35.0/miscutils/
Ddevfsd.c345 #define simple_info_logger(p, msg) bb_simple_info_msg(msg) argument
347 #define simple_msg_logger(p, msg) bb_simple_error_msg(msg) argument
349 #define simple_msg_logger_and_die(p, msg) bb_simple_error_msg_and_die(msg) argument
354 #define simple_info_logger(p, msg) argument
356 #define simple_msg_logger(p, msg) argument
358 #define simple_msg_logger_and_die(p, msg) exit(EXIT_FAILURE) argument
567 const char *msg = ""; in process_config_line() local
1149 const char *msg; in get_uid_gid() local
Dcrond.c175 static void crondlog(unsigned level, const char *msg, va_list va) in crondlog()
188 static void log5(const char *msg, ...) in log5()
196 static void log7(const char *msg, ...) in log7()
204 static void log8(const char *msg, ...) in log8()
/busybox-1.35.0/libbb/
Dobscure.c176 const char *msg; in obscure() local
Dverror_msg.c22 char *msg, *msg1; in bb_verror_msg() local
/busybox-1.35.0/mailutils/
Dmail.c94 char *msg; in send_mail_command() local
Dpopmaildir.c70 char *msg = send_mail_command(fmt, param); in pop3_checkr() local
Dsendmail.c108 char *msg = send_mail_command(fmt, param); in smtp_checkp() local
/busybox-1.35.0/networking/ssl_helper-wolfssl/
Dssl_helper.c107 static void err_sys(const char *msg) in err_sys()

12