Searched refs:xwrite_str (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/libbb/ |
D | write.c | 16 xwrite_str(fd, str); in xopen_xwrite_close()
|
D | xfuncs_printf.c | 266 void FAST_FUNC xwrite_str(int fd, const char *str) in xwrite_str() function
|
/busybox-1.35.0/klibc-utils/ |
D | resume.c | 112 xwrite_str(fd, s); in resume_main() 118 xwrite_str(fd, s); in resume_main()
|
/busybox-1.35.0/procps/ |
D | sysctl.c | 194 xwrite_str(fd, value); in sysctl_act_on_setting()
|
/busybox-1.35.0/miscutils/ |
D | chat.c | 516 xwrite_str(STDOUT_FILENO, "\r"); in chat_main()
|
/busybox-1.35.0/util-linux/ |
D | mdev.c | 1024 xwrite_str(seq_fd, utoa(expected_seq)); in wait_for_seqfile() 1131 xwrite_str(seq_fd, utoa(seqnum + 1)); in process_action()
|
/busybox-1.35.0/networking/ |
D | ftpd.c | 292 xwrite_str(STDOUT_FILENO, p_text); in cmdio_write_raw()
|
/busybox-1.35.0/include/ |
D | libbb.h | 1023 extern void xwrite_str(int fd, const char *str) FAST_FUNC;
|
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 3550 xwrite_str(fd, buf); in set_tainted()
|