/busybox-1.35.0/scripts/kconfig/ |
D | kxgettext.c | 81 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/ |
D | run | 15 msg() { function
|
/busybox-1.35.0/networking/udhcp/ |
D | d6_packet.c | 64 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
|
D | common.h | 304 # 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
|
D | packet.c | 116 const char *msg; in udhcp_send_raw_packet() local 200 const char *msg; in udhcp_send_kernel_packet() local
|
D | arpping.c | 50 const char *msg; in arpping() local
|
/busybox-1.35.0/util-linux/ |
D | wall.c | 35 char *msg; in wall_main() local
|
D | mdev.c | 255 # 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
|
D | mountpoint.c | 43 const char *msg; in mountpoint_main() local
|
D | umount.c | 201 const char *msg = "%s busy - remounted read-only"; in umount_main() local
|
/busybox-1.35.0/sysklogd/ |
D | syslogd.c | 607 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/ |
D | libnetlink.c | 96 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/ |
D | bzlib_private.h | 43 #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/ |
D | tc.c | 331 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
|
D | tls.h | 93 #define psTraceCrypto(msg) bb_simple_error_msg_and_die(msg) argument
|
D | nc_bloaty.c | 204 #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
|
D | ftpgetput.c | 85 static void ftp_die(const char *msg) in ftp_die()
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 345 #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
|
D | crond.c | 175 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/ |
D | obscure.c | 176 const char *msg; in obscure() local
|
D | verror_msg.c | 22 char *msg, *msg1; in bb_verror_msg() local
|
/busybox-1.35.0/mailutils/ |
D | mail.c | 94 char *msg; in send_mail_command() local
|
D | popmaildir.c | 70 char *msg = send_mail_command(fmt, param); in pop3_checkr() local
|
D | sendmail.c | 108 char *msg = send_mail_command(fmt, param); in smtp_checkp() local
|
/busybox-1.35.0/networking/ssl_helper-wolfssl/ |
D | ssl_helper.c | 107 static void err_sys(const char *msg) in err_sys()
|