Lines Matching refs:FAST_FUNC
26 int FAST_FUNC ndelay_on(int fd) in ndelay_on()
35 int FAST_FUNC ndelay_off(int fd) in ndelay_off()
44 void FAST_FUNC close_on_exec_on(int fd) in close_on_exec_on()
49 char* FAST_FUNC strncpy_IFNAMSIZ(char *dst, const char *src) in strncpy_IFNAMSIZ()
62 char* FAST_FUNC utoa_to_buf(unsigned n, char *buf, unsigned buflen) in utoa_to_buf()
94 char* FAST_FUNC itoa_to_buf(int n, char *buf, unsigned buflen) in itoa_to_buf()
116 char* FAST_FUNC utoa(unsigned n) in utoa()
124 char* FAST_FUNC itoa(int n) in itoa()
132 char* FAST_FUNC bin2hex(char *p, const char *cp, int count) in bin2hex()
145 char* FAST_FUNC hex2bin(char *dst, const char *str, int count) in hex2bin()
181 off_t FAST_FUNC fdlength(int fd) in fdlength()
220 int FAST_FUNC bb_putchar_stderr(char ch) in bb_putchar_stderr()
225 ssize_t FAST_FUNC full_write1_str(const char *str) in full_write1_str()
230 ssize_t FAST_FUNC full_write2_str(const char *str) in full_write2_str()
265 int FAST_FUNC get_terminal_width_height(int fd, unsigned *width, unsigned *height) in get_terminal_width_height()
299 int FAST_FUNC get_terminal_width(int fd) in get_terminal_width()
306 int FAST_FUNC is_TERM_dumb(void) in is_TERM_dumb()
312 int FAST_FUNC tcsetattr_stdin_TCSANOW(const struct termios *tp) in tcsetattr_stdin_TCSANOW()
317 int FAST_FUNC get_termios_and_make_raw(int fd, struct termios *newterm, struct termios *oldterm, in… in get_termios_and_make_raw()
385 int FAST_FUNC set_termios_to_raw(int fd, struct termios *oldterm, int flags) in set_termios_to_raw()
393 pid_t FAST_FUNC safe_waitpid(pid_t pid, int *wstat, int options) in safe_waitpid()
403 pid_t FAST_FUNC wait_any_nohang(int *wstat) in wait_any_nohang()
409 int FAST_FUNC wait4pid(pid_t pid) in wait4pid()