/l4re-core-master/uclibc/lib/contrib/uclibc/libc/signal/ |
A D | sigwait.c | 33 static int __NC(sigwait)(const sigset_t *set, int *sig) in __NC() function 62 static int __NC(sigwait)(const sigset_t *set, int *sig) in __NC() function
|
A D | sigpause.c | 59 static int __NC(sigpause)(int sig) in __NC() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | sigsuspend.c | 16 int __NC(sigsuspend)(const sigset_t *set) in __NC() function
|
A D | wait.c | 10 static pid_t __NC(wait)(__WAIT_STATUS_DEFN stat_loc) in __NC() function
|
A D | waitid.c | 19 static int __NC(waitid)(idtype_t idtype, id_t id, siginfo_t *infop, int options) in __NC() function
|
A D | waitpid.c | 12 pid_t __NC(waitpid)(pid_t pid, int *wait_stat, int options) in __NC() function
|
A D | sync_file_range.c | 23 static int __NC(sync_file_range)(int fd, off64_t offset, off64_t nbytes, unsigned int flags) in __NC() function
|
A D | readv.c | 17 static ssize_t __NC(readv)(int fd, const struct iovec *vector, int count) in __NC() function
|
A D | writev.c | 16 static ssize_t __NC(writev)(int fd, const struct iovec *vector, int count) in __NC() function
|
A D | llseek.c | 23 off64_t __NC(lseek64)(int fd, off64_t offset, int whence) in __NC() function
|
A D | ppoll.c | 30 __NC(ppoll)(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in __NC() function
|
A D | select.c | 24 int __NC(select)(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in __NC() function
|
A D | __rt_sigtimedwait.c | 25 int __NC(sigtimedwait)(const sigset_t *set, siginfo_t *info, in __NC() function
|
A D | pselect.c | 29 static int __NC(pselect)(int nfds, fd_set *readfds, fd_set *writefds, in __NC() function
|
A D | pread_write.c | 82 static ssize_t __NC(pwrite)(int fd, const void *buf, size_t count, off_t offset) in __NC() function 91 static ssize_t __NC(pread64)(int fd, void *buf, size_t count, off64_t offset) in __NC() function 98 static ssize_t __NC(pwrite64)(int fd, const void *buf, size_t count, off64_t offset) in __NC() function
|
A D | __syscall_fcntl.c | 17 int __NC(fcntl)(int fd, int cmd, long arg) in __NC() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | cancel.h | 42 #define __NC(name) _NC(name) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | socketcalls.c | 35 static int __NC(accept)(int sockfd, struct sockaddr *addr, socklen_t *addrlen) in __NC() function
|