2023-04-10 21:19:12 +08:00
|
|
|
"_assert","assert.h","","void","FAR const char *","int","FAR const char *","FAR void *"
|
2023-03-21 14:36:42 +08:00
|
|
|
"_exit","unistd.h","","noreturn","int"
|
2022-11-18 18:16:19 +08:00
|
|
|
"accept4","sys/socket.h","defined(CONFIG_NET)","int","int","FAR struct sockaddr *","FAR socklen_t *","int"
|
2016-07-11 20:54:02 +08:00
|
|
|
"adjtime","sys/time.h","defined(CONFIG_CLOCK_TIMEKEEPING)","int","FAR const struct timeval *","FAR struct timeval *"
|
2014-10-06 05:59:02 +08:00
|
|
|
"aio_cancel","aio.h","defined(CONFIG_FS_AIO)","int","int","FAR struct aiocb *"
|
|
|
|
"aio_fsync","aio.h","defined(CONFIG_FS_AIO)","int","int","FAR struct aiocb *"
|
|
|
|
"aio_read","aio.h","defined(CONFIG_FS_AIO)","int","FAR struct aiocb *"
|
|
|
|
"aio_write","aio.h","defined(CONFIG_FS_AIO)","int","FAR struct aiocb *"
|
2020-12-12 14:33:10 +08:00
|
|
|
"arc4random_buf","stdlib.h","defined(CONFIG_CRYPTO_RANDOM_POOL)","void","FAR void *","size_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"bind","sys/socket.h","defined(CONFIG_NET)","int","int","FAR const struct sockaddr *","socklen_t"
|
2021-08-01 15:00:54 +08:00
|
|
|
"boardctl","sys/boardctl.h","defined(CONFIG_BOARDCTL)","int","unsigned int","uintptr_t"
|
2021-07-09 13:43:26 +08:00
|
|
|
"chmod","sys/stat.h","","int","FAR const char *","mode_t"
|
|
|
|
"chown","unistd.h","","int","FAR const char *","uid_t","gid_t"
|
2011-04-02 07:07:51 +08:00
|
|
|
"clearenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","int"
|
2018-06-17 02:50:28 +08:00
|
|
|
"clock","time.h","","clock_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"clock_gettime","time.h","","int","clockid_t","FAR struct timespec *"
|
|
|
|
"clock_nanosleep","time.h","","int","clockid_t","int","FAR const struct timespec *", "FAR struct timespec *"
|
2014-08-08 02:35:24 +08:00
|
|
|
"clock_settime","time.h","","int","clockid_t","const struct timespec*"
|
2019-02-12 02:09:26 +08:00
|
|
|
"close","unistd.h","","int","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"connect","sys/socket.h","defined(CONFIG_NET)","int","int","FAR const struct sockaddr *","socklen_t"
|
2019-02-12 02:09:26 +08:00
|
|
|
"dup","unistd.h","","int","int"
|
|
|
|
"dup2","unistd.h","","int","int","int"
|
2023-03-21 14:36:42 +08:00
|
|
|
"epoll_create1","sys/epoll.h","","int","int"
|
|
|
|
"epoll_ctl","sys/epoll.h","","int","int","int","int","FAR struct epoll_event *"
|
|
|
|
"epoll_wait","sys/epoll.h","","int","int","FAR struct epoll_event *","int","int"
|
2020-09-29 12:24:28 +08:00
|
|
|
"eventfd","sys/eventfd.h","defined(CONFIG_EVENT_FD)","int","unsigned int","int"
|
2022-04-22 18:05:38 +08:00
|
|
|
"exec","nuttx/binfmt/binfmt.h","!defined(CONFIG_BINFMT_DISABLE) && !defined(CONFIG_BUILD_KERNEL)","int","FAR const char *","FAR char * const *","FAR char * const *","FAR const struct symtab_s *","int"
|
2022-04-20 20:53:05 +08:00
|
|
|
"execve","unistd.h","!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS)","int","FAR const char *","FAR char * const []|FAR char * const *","FAR char * const []|FAR char * const *"
|
2021-07-09 13:43:26 +08:00
|
|
|
"fchmod","sys/stat.h","","int","int","mode_t"
|
|
|
|
"fchown","unistd.h","","int","int","uid_t","gid_t"
|
2020-05-06 23:36:16 +08:00
|
|
|
"fcntl","fcntl.h","","int","int","int","...","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"fstat","sys/stat.h","","int","int","FAR struct stat *"
|
|
|
|
"fstatfs","sys/statfs.h","","int","int","FAR struct statfs *"
|
2023-02-10 14:54:23 +08:00
|
|
|
"fsync","unistd.h","","int","int"
|
2023-02-10 15:20:43 +08:00
|
|
|
"ftruncate","unistd.h","","int","int","off_t"
|
2021-07-09 13:43:26 +08:00
|
|
|
"futimens","sys/stat.h","","int","int","const struct timespec [2]|FAR const struct timespec *"
|
2022-04-20 18:41:26 +08:00
|
|
|
"get_environ_ptr","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","FAR char **"
|
2023-04-15 14:47:19 +08:00
|
|
|
"getegid","unistd.h","defined(CONFIG_SCHED_USER_IDENTITY)","gid_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"getenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","FAR char *","FAR const char *"
|
2023-04-15 14:47:19 +08:00
|
|
|
"geteuid","unistd.h","defined(CONFIG_SCHED_USER_IDENTITY)","uid_t"
|
2019-08-07 04:13:43 +08:00
|
|
|
"getgid","unistd.h","defined(CONFIG_SCHED_USER_IDENTITY)","gid_t"
|
2020-07-28 17:52:17 +08:00
|
|
|
"gethostname","unistd.h","","int","FAR char *","size_t"
|
2019-11-15 05:10:04 +08:00
|
|
|
"getitimer","sys/time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","int","FAR struct itimerval *"
|
2019-02-12 05:47:25 +08:00
|
|
|
"getpeername","sys/socket.h","defined(CONFIG_NET)","int","int","FAR struct sockaddr *","FAR socklen_t *"
|
2011-04-02 09:23:08 +08:00
|
|
|
"getpid","unistd.h","","pid_t"
|
2020-12-14 20:07:42 +08:00
|
|
|
"getppid","unistd.h","defined(CONFIG_SCHED_HAVE_PARENT)","pid_t"
|
2023-03-21 14:36:42 +08:00
|
|
|
"getrandom","sys/random.h","","ssize_t","FAR void *","size_t","unsigned int"
|
2019-02-12 05:47:25 +08:00
|
|
|
"getsockname","sys/socket.h","defined(CONFIG_NET)","int","int","FAR struct sockaddr *","FAR socklen_t *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"getsockopt","sys/socket.h","defined(CONFIG_NET)","int","int","int","int","FAR void *","FAR socklen_t *"
|
2020-12-07 19:42:58 +08:00
|
|
|
"gettid","unistd.h","","pid_t"
|
2023-03-21 14:36:42 +08:00
|
|
|
"gettimeofday","sys/time.h","","int","FAR struct timeval *","FAR struct timezone *"
|
2019-08-07 04:13:43 +08:00
|
|
|
"getuid","unistd.h","defined(CONFIG_SCHED_USER_IDENTITY)","uid_t"
|
2017-01-23 04:26:22 +08:00
|
|
|
"insmod","nuttx/module.h","defined(CONFIG_MODULE)","FAR void *","FAR const char *","FAR const char *"
|
2020-05-06 21:35:13 +08:00
|
|
|
"ioctl","sys/ioctl.h","","int","int","int","...","unsigned long"
|
2019-04-30 04:52:05 +08:00
|
|
|
"kill","signal.h","","int","pid_t","int"
|
2021-07-09 13:43:26 +08:00
|
|
|
"lchmod","sys/stat.h","","int","FAR const char *","mode_t"
|
|
|
|
"lchown","unistd.h","","int","FAR const char *","uid_t","gid_t"
|
2023-01-23 06:14:48 +08:00
|
|
|
"link","unistd.h","defined(CONFIG_PSEUDOFS_SOFTLINKS)","int","FAR const char *","FAR const char *"
|
2019-02-12 05:47:25 +08:00
|
|
|
"listen","sys/socket.h","defined(CONFIG_NET)","int","int","int"
|
2019-02-12 02:09:26 +08:00
|
|
|
"lseek","unistd.h","","off_t","int","off_t","int"
|
2020-06-22 16:44:32 +08:00
|
|
|
"lstat","sys/stat.h","","int","FAR const char *","FAR struct stat *"
|
2021-08-09 16:08:20 +08:00
|
|
|
"lutimens","sys/stat.h","","int","FAR const char *","const struct timespec [2]|FAR const struct timespec *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"mkdir","sys/stat.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char *","mode_t"
|
|
|
|
"mmap","sys/mman.h","","FAR void *","FAR void *","size_t","int","int","int","off_t"
|
2017-01-23 04:26:22 +08:00
|
|
|
"modhandle","nuttx/module.h","defined(CONFIG_MODULE)","FAR void *","FAR const char *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"mount","sys/mount.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char *","FAR const char *","FAR const char *","unsigned long","FAR const void *"
|
2011-04-02 07:07:51 +08:00
|
|
|
"mq_close","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"mq_getattr","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t","FAR struct mq_attr *"
|
|
|
|
"mq_notify","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t","FAR const struct sigevent *"
|
|
|
|
"mq_open","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","mqd_t","FAR const char *","int","...","mode_t","FAR struct mq_attr *"
|
|
|
|
"mq_receive","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","ssize_t","mqd_t","FAR char *","size_t","FAR unsigned int *"
|
|
|
|
"mq_send","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t","FAR const char *","size_t","unsigned int"
|
|
|
|
"mq_setattr","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t","FAR const struct mq_attr *","FAR struct mq_attr *"
|
|
|
|
"mq_timedreceive","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","ssize_t","mqd_t","FAR char *","size_t","FAR unsigned int *","FAR const struct timespec *"
|
|
|
|
"mq_timedsend","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","mqd_t","FAR const char *","size_t","unsigned int","FAR const struct timespec *"
|
|
|
|
"mq_unlink","mqueue.h","!defined(CONFIG_DISABLE_MQUEUE)","int","FAR const char *"
|
2023-01-10 18:39:38 +08:00
|
|
|
"munmap","sys/mman.h","","int","FAR void *","size_t"
|
2023-03-21 14:36:42 +08:00
|
|
|
"nanosleep","time.h","","int","FAR const struct timespec *","FAR struct timespec *"
|
2021-01-02 05:34:21 +08:00
|
|
|
"nx_mkfifo","nuttx/fs/fs.h","defined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0","int","FAR const char *","mode_t","size_t"
|
2022-01-25 17:22:17 +08:00
|
|
|
"nx_pthread_create","nuttx/pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_trampoline_t","FAR pthread_t *","FAR const pthread_attr_t *","pthread_startroutine_t","pthread_addr_t"
|
2021-06-01 06:20:35 +08:00
|
|
|
"nx_pthread_exit","nuttx/pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","noreturn","pthread_addr_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"nx_vsyslog","nuttx/syslog/syslog.h","","int","int","FAR const IPTR char *","FAR va_list *"
|
2020-12-12 14:33:10 +08:00
|
|
|
"nxsched_get_stackinfo","nuttx/sched.h","","int","pid_t","FAR struct stackinfo_s *"
|
2023-11-16 22:27:06 +08:00
|
|
|
"nxsem_clockwait","nuttx/semaphore.h","","int","FAR sem_t *","clockid_t","FAR const struct timespec *"
|
2023-11-17 20:06:48 +08:00
|
|
|
"nxsem_close","nuttx/semaphore.h","defined(CONFIG_FS_NAMED_SEMAPHORES)","int","FAR sem_t *"
|
2023-11-16 22:27:06 +08:00
|
|
|
"nxsem_destroy","nuttx/semaphore.h","","int","FAR sem_t *"
|
2023-11-17 20:06:48 +08:00
|
|
|
"nxsem_open","nuttx/semaphore.h","defined(CONFIG_FS_NAMED_SEMAPHORES)","FAR sem_t *","FAR const char *","int","...","mode_t","unsigned int"
|
2023-11-16 22:27:06 +08:00
|
|
|
"nxsem_post","nuttx/semaphore.h","","int","FAR sem_t *"
|
|
|
|
"nxsem_set_protocol","nuttx/semaphore.h","defined(CONFIG_PRIORITY_INHERITANCE)","int","FAR sem_t *","int"
|
|
|
|
"nxsem_timedwait","nuttx/semaphore.h","","int","FAR sem_t *","FAR const struct timespec *"
|
|
|
|
"nxsem_trywait","nuttx/semaphore.h","","int","FAR sem_t *"
|
2023-11-17 20:06:48 +08:00
|
|
|
"nxsem_unlink","nuttx/semaphore.h","defined(CONFIG_FS_NAMED_SEMAPHORES)","int","FAR const char *"
|
2023-07-06 22:15:18 +08:00
|
|
|
"nxsem_wait","nuttx/semaphore.h","","int","FAR sem_t *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"open","fcntl.h","","int","FAR const char *","int","...","mode_t"
|
2014-09-17 05:37:05 +08:00
|
|
|
"pgalloc", "nuttx/arch.h", "defined(CONFIG_BUILD_KERNEL)", "uintptr_t", "uintptr_t", "unsigned int"
|
2022-10-27 02:02:09 +08:00
|
|
|
"pipe2","unistd.h","defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0","int","int [2]|FAR int *","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"poll","poll.h","","int","FAR struct pollfd *","nfds_t","int"
|
2022-02-09 03:31:02 +08:00
|
|
|
"posix_spawn","spawn.h","!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS)","int","FAR pid_t *","FAR const char *","FAR const posix_spawn_file_actions_t *","FAR const posix_spawnattr_t *","FAR char * const []|FAR char * const *","FAR char * const []|FAR char * const *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"ppoll","poll.h","","int","FAR struct pollfd *","nfds_t","FAR const struct timespec *","FAR const sigset_t *"
|
2022-11-08 22:57:28 +08:00
|
|
|
"prctl","sys/prctl.h","","int","int","...","uintptr_t","uintptr_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"pread","unistd.h","","ssize_t","int","FAR void *","size_t","off_t"
|
|
|
|
"pselect","sys/select.h","","int","int","FAR fd_set *","FAR fd_set *","FAR fd_set *","FAR const struct timespec *","FAR const sigset_t *"
|
2023-04-23 14:45:14 +08:00
|
|
|
"pthread_barrier_wait","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_barrier_t *"
|
2011-04-02 07:07:51 +08:00
|
|
|
"pthread_cancel","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"pthread_cond_broadcast","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_cond_t *"
|
2020-07-27 13:46:03 +08:00
|
|
|
"pthread_cond_clockwait","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_cond_t *","FAR pthread_mutex_t *","clockid_t","FAR const struct timespec *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"pthread_cond_signal","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_cond_t *"
|
|
|
|
"pthread_cond_wait","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_cond_t *","FAR pthread_mutex_t *"
|
2011-04-02 07:07:51 +08:00
|
|
|
"pthread_detach","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_t"
|
2016-02-20 08:13:06 +08:00
|
|
|
"pthread_getaffinity_np","pthread.h","!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP)","int","pthread_t","size_t","FAR cpu_set_t*"
|
2020-05-06 17:24:42 +08:00
|
|
|
"pthread_getschedparam","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_t","FAR int *","FAR struct sched_param *"
|
|
|
|
"pthread_join","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_t","FAR pthread_addr_t *"
|
|
|
|
"pthread_mutex_consistent","pthread.h","!defined(CONFIG_DISABLE_PTHREAD) && !defined(CONFIG_PTHREAD_MUTEX_UNSAFE)","int","FAR pthread_mutex_t *"
|
|
|
|
"pthread_mutex_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutex_t *"
|
|
|
|
"pthread_mutex_init","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutex_t *","FAR const pthread_mutexattr_t *"
|
|
|
|
"pthread_mutex_timedlock","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutex_t *","FAR const struct timespec *"
|
|
|
|
"pthread_mutex_trylock","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutex_t *"
|
|
|
|
"pthread_mutex_unlock","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutex_t *"
|
|
|
|
"pthread_setaffinity_np","pthread.h","!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP)","int","pthread_t","size_t","FAR const cpu_set_t *"
|
|
|
|
"pthread_setschedparam","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_t","int","FAR const struct sched_param *"
|
2011-04-02 07:07:51 +08:00
|
|
|
"pthread_setschedprio","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_t","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"pthread_sigmask","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","int","FAR const sigset_t *","FAR sigset_t *"
|
|
|
|
"putenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","int","FAR const char *"
|
|
|
|
"pwrite","unistd.h","","ssize_t","int","FAR const void *","size_t","off_t"
|
|
|
|
"read","unistd.h","","ssize_t","int","FAR void *","size_t"
|
2017-02-04 03:57:12 +08:00
|
|
|
"readlink","unistd.h","defined(CONFIG_PSEUDOFS_SOFTLINKS)","ssize_t","FAR const char *","FAR char *","size_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"recv","sys/socket.h","defined(CONFIG_NET)","ssize_t","int","FAR void *","size_t","int"
|
2019-02-12 05:47:25 +08:00
|
|
|
"recvfrom","sys/socket.h","defined(CONFIG_NET)","ssize_t","int","FAR void*","size_t","int","FAR struct sockaddr*","FAR socklen_t*"
|
2021-03-11 16:01:56 +08:00
|
|
|
"recvmsg","sys/socket.h","defined(CONFIG_NET)","ssize_t","int","FAR struct msghdr *","int"
|
2023-02-10 15:27:38 +08:00
|
|
|
"rename","stdio.h","","int","FAR const char *","FAR const char *"
|
2019-02-12 02:09:26 +08:00
|
|
|
"rmdir","unistd.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char*"
|
2017-01-23 04:26:22 +08:00
|
|
|
"rmmod","nuttx/module.h","defined(CONFIG_MODULE)","int","FAR void *"
|
2023-03-21 14:36:42 +08:00
|
|
|
"sched_backtrace","sched.h","defined(CONFIG_SCHED_BACKTRACE)","int","pid_t","FAR void **","int","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"sched_getaffinity","sched.h","defined(CONFIG_SMP)","int","pid_t","size_t","FAR cpu_set_t *"
|
2020-02-01 04:25:15 +08:00
|
|
|
"sched_getcpu","sched.h","defined(CONFIG_SMP)","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"sched_getparam","sched.h","","int","pid_t","FAR struct sched_param *"
|
2011-04-02 07:07:51 +08:00
|
|
|
"sched_getscheduler","sched.h","","int","pid_t"
|
|
|
|
"sched_lock","sched.h","","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"sched_lockcount","sched.h","","int"
|
|
|
|
"sched_rr_get_interval","sched.h","","int","pid_t","struct timespec *"
|
2020-02-09 15:38:50 +08:00
|
|
|
"sched_setaffinity","sched.h","defined(CONFIG_SMP)","int","pid_t","size_t","FAR const cpu_set_t*"
|
2020-05-06 17:24:42 +08:00
|
|
|
"sched_setparam","sched.h","","int","pid_t","const struct sched_param *"
|
|
|
|
"sched_setscheduler","sched.h","","int","pid_t","int","const struct sched_param *"
|
2011-04-02 07:07:51 +08:00
|
|
|
"sched_unlock","sched.h","","int"
|
|
|
|
"sched_yield","sched.h","","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"select","sys/select.h","","int","int","FAR fd_set *","FAR fd_set *","FAR fd_set *","FAR struct timeval *"
|
|
|
|
"send","sys/socket.h","defined(CONFIG_NET)","ssize_t","int","FAR const void *","size_t","int"
|
2021-07-10 23:52:17 +08:00
|
|
|
"sendfile","sys/sendfile.h","","ssize_t","int","int","FAR off_t *","size_t"
|
2021-03-11 16:01:56 +08:00
|
|
|
"sendmsg","sys/socket.h","defined(CONFIG_NET)","ssize_t","int","FAR struct msghdr *","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"sendto","sys/socket.h","defined(CONFIG_NET)","ssize_t","int","FAR const void *","size_t","int","FAR const struct sockaddr *","socklen_t"
|
2023-04-15 14:47:19 +08:00
|
|
|
"setegid","unistd.h","defined(CONFIG_SCHED_USER_IDENTITY)","int","gid_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"setenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","int","FAR const char *","FAR const char *","int"
|
2023-04-15 14:47:19 +08:00
|
|
|
"seteuid","unistd.h","defined(CONFIG_SCHED_USER_IDENTITY)","int","uid_t"
|
2019-08-07 04:13:43 +08:00
|
|
|
"setgid","unistd.h","defined(CONFIG_SCHED_USER_IDENTITY)","int","gid_t"
|
2020-05-06 17:24:42 +08:00
|
|
|
"sethostname","unistd.h","","int","FAR const char *","size_t"
|
|
|
|
"setitimer","sys/time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","int","FAR const struct itimerval *","FAR struct itimerval *"
|
|
|
|
"setsockopt","sys/socket.h","defined(CONFIG_NET)","int","int","int","int","FAR const void *","socklen_t"
|
2023-03-21 14:36:42 +08:00
|
|
|
"settimeofday","sys/time.h","","int","FAR const struct timeval *","FAR const struct timezone *"
|
2019-08-07 04:13:43 +08:00
|
|
|
"setuid","unistd.h","defined(CONFIG_SCHED_USER_IDENTITY)","int","uid_t"
|
2022-04-05 15:42:08 +08:00
|
|
|
"shm_open","sys/mman.h","defined(CONFIG_FS_SHMFS)","int","FAR const char *","int","mode_t"
|
|
|
|
"shm_unlink","sys/mman.h","defined(CONFIG_FS_SHMFS)","int","FAR const char *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"shmat","sys/shm.h","defined(CONFIG_MM_SHM)","FAR void *","int","FAR const void *","int"
|
|
|
|
"shmctl","sys/shm.h","defined(CONFIG_MM_SHM)","int","int","int","FAR struct shmid_ds *"
|
|
|
|
"shmdt","sys/shm.h","defined(CONFIG_MM_SHM)","int","FAR const void *"
|
|
|
|
"shmget","sys/shm.h","defined(CONFIG_MM_SHM)","int","key_t","size_t","int"
|
2023-01-18 18:28:32 +08:00
|
|
|
"shutdown","sys/socket.h","defined(CONFIG_NET)","int","int","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"sigaction","signal.h","","int","int","FAR const struct sigaction *","FAR struct sigaction *"
|
2023-03-21 14:36:42 +08:00
|
|
|
"signal","signal.h","","_sa_handler_t","int","_sa_handler_t"
|
|
|
|
"signalfd","sys/signalfd.h","defined(CONFIG_SIGNAL_FD)","int","int","FAR const sigset_t *","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"sigpending","signal.h","","int","FAR sigset_t *"
|
|
|
|
"sigprocmask","signal.h","","int","int","FAR const sigset_t *","FAR sigset_t *"
|
2019-04-30 04:52:05 +08:00
|
|
|
"sigqueue","signal.h","","int","int","int","union sigval|FAR void *|sival_ptr"
|
2020-05-06 17:24:42 +08:00
|
|
|
"sigsuspend","signal.h","","int","FAR const sigset_t *"
|
|
|
|
"sigtimedwait","signal.h","","int","FAR const sigset_t *","FAR struct siginfo *","FAR const struct timespec *"
|
|
|
|
"sigwaitinfo","signal.h","","int","FAR const sigset_t *","FAR struct siginfo *"
|
2019-02-12 05:47:25 +08:00
|
|
|
"socket","sys/socket.h","defined(CONFIG_NET)","int","int","int","int"
|
2022-10-23 09:52:11 +08:00
|
|
|
"socketpair","sys/socket.h","defined(CONFIG_NET)","int","int","int","int","int [2]|FAR int *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"stat","sys/stat.h","","int","FAR const char *","FAR struct stat *"
|
|
|
|
"statfs","sys/statfs.h","","int","FAR const char *","FAR struct statfs *"
|
2020-12-12 14:33:10 +08:00
|
|
|
"symlink","unistd.h","defined(CONFIG_PSEUDOFS_SOFTLINKS)","int","FAR const char *","FAR const char *"
|
2023-02-10 14:54:23 +08:00
|
|
|
"sync","unistd.h","","void"
|
2022-02-05 20:05:29 +08:00
|
|
|
"sysinfo","sys/sysinfo.h","","int","FAR struct sysinfo *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"task_create","sched.h","!defined(CONFIG_BUILD_KERNEL)", "int","FAR const char *","int","int","main_t","FAR char * const []|FAR char * const *"
|
2022-05-11 14:03:04 +08:00
|
|
|
"task_delete","sched.h","!defined(CONFIG_BUILD_KERNEL)","int","pid_t"
|
2022-05-12 14:49:44 +08:00
|
|
|
"task_restart","sched.h","!defined(CONFIG_BUILD_KERNEL)","int","pid_t"
|
2021-05-12 11:34:50 +08:00
|
|
|
"task_spawn","nuttx/spawn.h","!defined(CONFIG_BUILD_KERNEL)","int","FAR const char *","main_t","FAR const posix_spawn_file_actions_t *","FAR const posix_spawnattr_t *","FAR char * const []|FAR char * const *","FAR char * const []|FAR char * const *"
|
2023-01-24 06:52:51 +08:00
|
|
|
"tgkill","signal.h","","int","pid_t","pid_t","int"
|
2023-03-21 14:36:42 +08:00
|
|
|
"time","time.h","","time_t","FAR time_t *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"timer_create","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","clockid_t","FAR struct sigevent *","FAR timer_t *"
|
2011-04-02 07:07:51 +08:00
|
|
|
"timer_delete","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","timer_t"
|
|
|
|
"timer_getoverrun","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","timer_t"
|
2019-11-15 05:10:04 +08:00
|
|
|
"timer_gettime","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","timer_t","FAR struct itimerspec *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"timer_settime","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","timer_t","int","FAR const struct itimerspec *","FAR struct itimerspec *"
|
2021-12-17 08:20:26 +08:00
|
|
|
"timerfd_create","sys/timerfd.h","defined(CONFIG_TIMER_FD)","int","int","int"
|
|
|
|
"timerfd_gettime","sys/timerfd.h","defined(CONFIG_TIMER_FD)","int","int","FAR struct itimerspec *"
|
2023-03-21 14:36:42 +08:00
|
|
|
"timerfd_settime","sys/timerfd.h","defined(CONFIG_TIMER_FD)","int","int","int","FAR const struct itimerspec *","FAR struct itimerspec *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"umount2","sys/mount.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char *","unsigned int"
|
|
|
|
"unlink","unistd.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char *"
|
|
|
|
"unsetenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","int","FAR const char *"
|
2023-07-16 11:34:17 +08:00
|
|
|
"up_fork","nuttx/arch.h","defined(CONFIG_ARCH_HAVE_FORK)","pid_t"
|
2021-08-09 16:08:20 +08:00
|
|
|
"utimens","sys/stat.h","","int","FAR const char *","const struct timespec [2]|FAR const struct timespec *"
|
2020-05-06 17:24:42 +08:00
|
|
|
"wait","sys/wait.h","defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)","pid_t","FAR int *"
|
2013-03-07 03:56:32 +08:00
|
|
|
"waitid","sys/wait.h","defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)","int","idtype_t","id_t"," FAR siginfo_t *","int"
|
2020-05-06 17:24:42 +08:00
|
|
|
"waitpid","sys/wait.h","defined(CONFIG_SCHED_WAITPID)","pid_t","pid_t","FAR int *","int"
|
|
|
|
"write","unistd.h","","ssize_t","int","FAR const void *","size_t"
|