Lines Matching refs:FAST_FUNC
28 void FAST_FUNC bb_die_memory_exhausted(void) in bb_die_memory_exhausted()
39 void* FAST_FUNC malloc_or_warn(size_t size) in malloc_or_warn()
48 void* FAST_FUNC xmalloc(size_t size) in xmalloc()
59 void* FAST_FUNC xrealloc(void *ptr, size_t size) in xrealloc()
69 void* FAST_FUNC xzalloc(size_t size) in xzalloc()
77 char* FAST_FUNC xstrdup(const char *s) in xstrdup()
94 char* FAST_FUNC xstrndup(const char *s, int n) in xstrndup()
109 void* FAST_FUNC xmemdup(const void *s, int n) in xmemdup()
114 void* FAST_FUNC mmap_read(int fd, size_t size) in mmap_read()
119 void* FAST_FUNC mmap_anon(size_t size) in mmap_anon()
127 void* FAST_FUNC xmmap_anon(size_t size) in xmmap_anon()
137 FILE* FAST_FUNC xfopen(const char *path, const char *mode) in xfopen()
146 int FAST_FUNC xopen3(const char *pathname, int flags, int mode) in xopen3()
158 int FAST_FUNC xopen(const char *pathname, int flags) in xopen()
164 int FAST_FUNC open3_or_warn(const char *pathname, int flags, int mode) in open3_or_warn()
176 int FAST_FUNC open_or_warn(const char *pathname, int flags) in open_or_warn()
185 int FAST_FUNC xopen_nonblocking(const char *pathname) in xopen_nonblocking()
190 int FAST_FUNC xopen_as_uid_gid(const char *pathname, int flags, uid_t u, gid_t g) in xopen_as_uid_gid()
207 void FAST_FUNC xunlink(const char *pathname) in xunlink()
213 void FAST_FUNC xrename(const char *oldpath, const char *newpath) in xrename()
219 int FAST_FUNC rename_or_warn(const char *oldpath, const char *newpath) in rename_or_warn()
227 void FAST_FUNC xpipe(int *filedes) in xpipe()
233 void FAST_FUNC xdup2(int from, int to) in xdup2()
241 void FAST_FUNC xmove_fd(int from, int to) in xmove_fd()
250 void FAST_FUNC xwrite(int fd, const void *buf, size_t count) in xwrite()
266 void FAST_FUNC xwrite_str(int fd, const char *str) in xwrite_str()
271 void FAST_FUNC xclose(int fd) in xclose()
278 off_t FAST_FUNC xlseek(int fd, off_t offset, int whence) in xlseek()
287 int FAST_FUNC xmkstemp(char *template) in xmkstemp()
296 void FAST_FUNC die_if_ferror(FILE *fp, const char *fn) in die_if_ferror()
305 void FAST_FUNC die_if_ferror_stdout(void) in die_if_ferror_stdout()
310 int FAST_FUNC fflush_all(void) in fflush_all()
316 int FAST_FUNC bb_putchar(int ch) in bb_putchar()
321 int FAST_FUNC fputs_stdout(const char *s) in fputs_stdout()
328 void FAST_FUNC xprint_and_close_file(FILE *file) in xprint_and_close_file()
340 char* FAST_FUNC xasprintf(const char *format, ...) in xasprintf()
355 void FAST_FUNC xsetenv(const char *key, const char *value) in xsetenv()
364 void FAST_FUNC bb_unsetenv(const char *var) in bb_unsetenv()
391 void FAST_FUNC bb_unsetenv_and_free(char *var) in bb_unsetenv_and_free()
400 void FAST_FUNC xsetgid(gid_t gid) in xsetgid()
406 void FAST_FUNC xsetuid(uid_t uid) in xsetuid()
411 void FAST_FUNC xsetegid(gid_t egid) in xsetegid()
416 void FAST_FUNC xseteuid(uid_t euid) in xseteuid()
422 void FAST_FUNC xchdir(const char *path) in xchdir()
428 void FAST_FUNC xfchdir(int fd) in xfchdir()
434 void FAST_FUNC xchroot(const char *path) in xchroot()
442 DIR* FAST_FUNC warn_opendir(const char *path) in warn_opendir()
453 DIR* FAST_FUNC xopendir(const char *path) in xopendir()
464 int FAST_FUNC xsocket(int domain, int type, int protocol) in xsocket()
489 void FAST_FUNC xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen) in xbind()
495 void FAST_FUNC xlisten(int s, int backlog) in xlisten()
502 ssize_t FAST_FUNC xsendto(int s, const void *buf, size_t len, const struct sockaddr *to, in xsendto()
515 void FAST_FUNC xstat(const char *name, struct stat *stat_buf) in xstat()
521 void FAST_FUNC xfstat(int fd, struct stat *stat_buf, const char *errmsg) in xfstat()
533 void FAST_FUNC selinux_or_die(void) in selinux_or_die()
546 int FAST_FUNC ioctl_or_perror_and_die(int fd, unsigned request, void *argp, const char *fmt,...) in ioctl_or_perror_and_die()
562 int FAST_FUNC ioctl_or_perror(int fd, unsigned request, void *argp, const char *fmt,...) in ioctl_or_perror()
576 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp, const char *ioctl_name) in bb_ioctl_or_warn()
585 int FAST_FUNC bb_xioctl(int fd, unsigned request, void *argp, const char *ioctl_name) in bb_xioctl()
595 int FAST_FUNC bb_ioctl_or_warn(int fd, unsigned request, void *argp) in bb_ioctl_or_warn()
604 int FAST_FUNC bb_xioctl(int fd, unsigned request, void *argp) in bb_xioctl()
615 char* FAST_FUNC xmalloc_ttyname(int fd) in xmalloc_ttyname()
624 void FAST_FUNC generate_uuid(uint8_t *buf) in generate_uuid()
685 pid_t FAST_FUNC xfork(void) in xfork()
695 void FAST_FUNC xvfork_parent_waits_and_exits(void) in xvfork_parent_waits_and_exits()
713 int FAST_FUNC wait_for_exitstatus(pid_t pid) in wait_for_exitstatus()
723 void FAST_FUNC xsettimeofday(const struct timeval *tv) in xsettimeofday()
729 void FAST_FUNC xgettimeofday(struct timeval *tv) in xgettimeofday()