| /third_party/uapp/mkfs-msdosfs/ |
| A D | newfs_msdos.c | 43 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg) argument 44 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) argument 45 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg) argument 46 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg) argument 167 static unsigned int argtou(const char* arg, unsigned int lo, unsigned int hi, const char* msg) { in argtou() 181 static off_t argtooff(const char* arg, const char* msg) { in argtooff()
|
| /third_party/uapp/dash/src/ |
| A D | error.c | 114 exvwarning2(const char *msg, va_list ap) in exvwarning2() 143 exverror(int cond, const char *msg, va_list ap) in exverror() 166 sh_error(const char *msg, ...) in sh_error() 180 exerror(int cond, const char *msg, ...) in exerror()
|
| A D | parser.c | 1475 char msg[64]; in synexpect() local 1489 synerror(const char *msg) in synerror()
|
| A D | mknodes.c | 519 error(const char *msg, ...) in error()
|
| A D | mkinit.c | 472 error(char *msg) in error()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | mq.c | 15 mq_msg_t msg; in mq_gen() local 40 mq_msg_t *msg = mq_get(mq); in thd_receiver_start() local 54 mq_msg_t *msg; in thd_sender_start() local
|
| /third_party/ulib/musl/src/locale/ |
| A D | __lctrans.c | 5 const char* __lctrans_cur(const char* msg) { in __lctrans_cur()
|
| A D | locale_map.c | 6 const char* __lctrans(const char* msg, const struct __locale_map* lm) { in __lctrans()
|
| /third_party/ulib/musl/src/network/ |
| A D | herror.c | 5 void herror(const char* msg) { in herror()
|
| A D | res_send.c | 6 int __res_send(const unsigned char* msg, int msglen, unsigned char* answer, int anslen) { in __res_send()
|
| A D | ns_parse.c | 31 int ns_initparse(const unsigned char* msg, int msglen, ns_msg* handle) { in ns_initparse() 157 int ns_name_uncompress(const unsigned char* msg, const unsigned char* eom, const unsigned char* src, in ns_name_uncompress()
|
| /third_party/ulib/musl/src/internal/ |
| A D | locale_impl.h | 28 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) argument 29 #define LCTRANS_CUR(msg) __lctrans_cur(msg) argument
|
| /third_party/dev/ethernet/e1000/ |
| A D | e1000_mbx.c | 55 u32 E1000_UNUSEDARG *msg, in e1000_null_mbx_transact() 73 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_mbx() 99 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_mbx() 247 s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_posted_mbx() 276 s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_posted_mbx() 458 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_write_mbx_vf() 499 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_read_mbx_vf() 680 static s32 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_write_mbx_pf() 723 static s32 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_read_mbx_pf()
|
| A D | e1000_vf.c | 382 u32 *msg, u16 size) in e1000_write_msg_read_ack()
|
| /third_party/ulib/musl/src/signal/ |
| A D | psiginfo.c | 5 void psiginfo(const siginfo_t* si, const char* msg) { in psiginfo()
|
| A D | psignal.c | 5 void psignal(int sig, const char* msg) { in psignal()
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | type_check.h | 68 #define OPENSSL_COMPILE_ASSERT(cond, msg) _Static_assert(cond, #msg) argument
|
| /third_party/ulib/musl/src/stdio/ |
| A D | perror.c | 6 void perror(const char* msg) { in perror()
|
| /third_party/ulib/musl/src/string/ |
| A D | strerror_r.c | 6 char* msg = strerror(err); in strerror_r() local
|
| /third_party/lib/acpica/source/common/ |
| A D | getopt.c | 59 #define ACPI_OPTION_ERROR(msg, badchar) \ argument
|
| /third_party/ulib/musl/src/passwd/ |
| A D | nscd_query.c | 20 struct msghdr msg = { in __nscd_query() local
|
| /third_party/ulib/backtrace/ |
| A D | print.c | 69 error_callback (void *data, const char *msg, int errnum) in error_callback()
|
| A D | btest.c | 203 error_callback_one (void *vdata, const char *msg, int errnum) in error_callback_one() 237 error_callback_two (void *vdata, const char *msg, int errnum) in error_callback_two() 271 error_callback_three (void *vdata, const char *msg, int errnum) in error_callback_three() 696 error_callback_create (void *data ATTRIBUTE_UNUSED, const char *msg, in error_callback_create()
|
| /third_party/ulib/musl/stubs/ |
| A D | socketstubs.c | 77 static ssize_t stub_sendmsg(int fd, const struct msghdr* msg, int flags) { in stub_sendmsg() 83 static ssize_t stub_recvmsg(int fd, struct msghdr* msg, int flags) { in stub_recvmsg()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | test.c | 243 syntax(const char *op, const char *msg) in syntax()
|