Squashed commit of the following:
libs/libxx: Fix some confusing in naming. If the directory is called libxx, then the library must be libxx.a (unless perhaps LIBCXX is selected).
libs/: Fix paths in moved library directories.
libs: Brute force move of libc, libnx, and libxx to libs. Cannot yet build it in that configuration.
19 KiB
19 KiB
| 1 | _inet_ntoa | arpa/inet.h | defined(CONFIG_NET_IPv4) && !defined(CONFIG_CAN_PASS_STRUCTS) | FAR char | in_addr_t |
|---|---|---|---|---|---|
| 2 | abs | stdlib.h | int | int | |
| 3 | aio_error | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * |
| 4 | aio_return | aio.h | defined(CONFIG_FS_AIO) | ssize_t | FAR struct aiocb * |
| 5 | b16cos | fixedmath.h | b16_t | b16_t | |
| 6 | b16sin | fixedmath.h | b16_t | b16_t | |
| 7 | b16sqr | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | b16_t | b16_t |
| 8 | basename | libgen.h | FAR char | FAR char * | |
| 9 | cfgetspeed | termios.h | CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_SERIAL_TERMIOS) | speed_t | FAR const struct termios * |
| 10 | chdir | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char * |
| 11 | dirname | libgen.h | FAR char | FAR char * | |
| 12 | dq_remfirst | queue.h | FAR dq_entry_t | dq_queue_t * | |
| 13 | dq_remlast | queue.h | FAR dq_entry_t | dq_queue_t * | |
| 14 | ether_ntoa | netinet/ether.h | FAR char | FAR const struct ether_addr * | |
| 15 | fclose | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
| 16 | fflush | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
| 17 | ffs | strings.h | int | int | |
| 18 | fgetc | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR FILE * |
| 19 | fileno | stdio.h | int | FAR FILE * | |
| 20 | ftell | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | long | FAR FILE * |
| 21 | gets | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | FAR char | FAR char * |
| 22 | gmtime | time.h | struct tm | FAR const time_t * | |
| 23 | htonl | arpa/inet.h | uint32_t | uint32_t | |
| 24 | htons | arpa/inet.h | uint16_t | uint16_t | |
| 25 | imaxabs | inttypes.h | intmax_t | intmax_t | |
| 26 | inet_addr | arpa/inet.h | in_addr_t | FAR const char | |
| 27 | inet_ntoa | arpa/inet.h | defined(CONFIG_NET_IPv4) && defined(CONFIG_CAN_PASS_STRUCTS) | FAR char | struct in_addr |
| 28 | iswalnum | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 29 | iswalpha | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 30 | iswblank | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 31 | iswcntrl | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 32 | iswdigit | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 33 | iswgraph | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 34 | iswlower | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 35 | iswprint | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 36 | iswpunct | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 37 | iswspace | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 38 | iswupper | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 39 | iswxdigit | wctype.h | defined(CONFIG_LIBC_WCHAR) | int | wint_t |
| 40 | labs | stdlib.h | long int | long int | |
| 41 | llabs | stdlib.h | defined(CONFIG_HAVE_LONG_LONG) | long long int | long long int |
| 42 | mktime | time.h | time_t | FAR const struct tm * | |
| 43 | ntohl | arpa/inet.h | uint32_t | uint32_t | |
| 44 | ntohs | arpa/inet.h | uint16_t | uint16_t | |
| 45 | perror | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | void | FAR const char * |
| 46 | pipe | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 | int | int [2]|int* |
| 47 | pthread_attr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * |
| 48 | pthread_attr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_attr_t * |
| 49 | pthread_barrierattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * |
| 50 | pthread_barrierattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrierattr_t * |
| 51 | pthread_barrier_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrier_t* |
| 52 | pthread_barrier_wait | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrier_t* |
| 53 | pthread_condattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * |
| 54 | pthread_condattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_condattr_t * |
| 55 | pthread_cond_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t* |
| 56 | pthread_mutexattr_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * |
| 57 | pthread_mutexattr_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutexattr_t * |
| 58 | puts | stdio.h | CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0 | int | FAR const char * |
| 59 | sched_get_priority_max | sched.h | int | int | |
| 60 | sched_get_priority_min | sched.h | int | int | |
| 61 | setlogmask | syslog.h | int | int | |
| 62 | sigemptyset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * |
| 63 | sigfillset | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * |
| 64 | sleep | unistd.h | !defined(CONFIG_DISABLE_SIGNALS) | unsigned int | unsigned int |
| 65 | sq_remfirst | queue.h | FAR sq_entry_t | sq_queue_t * | |
| 66 | sq_remlast | queue.h | FAR sq_entry_t | sq_queue_t * | |
| 67 | srand | stdlib.h | void | unsigned int | |
| 68 | strdup | string.h | FAR char | FAR const char * | |
| 69 | strerror | string.h | FAR const char | int | |
| 70 | strlen | string.h | size_t | FAR const char * | |
| 71 | telldir | dirent.h | CONFIG_NFILE_DESCRIPTORS > 0 | off_t | FAR DIR * |
| 72 | time | time.h | time_t | time_t * | |
| 73 | towlower | wchar.h | defined(CONFIG_LIBC_WCHAR) | wint_t | wint_t |
| 74 | towupper | wchar.h | defined(CONFIG_LIBC_WCHAR) | wint_t | wint_t |
| 75 | ub16sqr | fixedmath.h | !defined(CONFIG_HAVE_LONG_LONG) | ub16_t | ub16_t |
| 76 | wcslen | wchar.h | defined(CONFIG_LIBC_WCHAR) | size_t | FAR const wchar_t * |
| 77 | wctob | wchar.h | defined(CONFIG_LIBC_WCHAR) | int | wchar_t |
| 78 | wctype | wctype.h | defined(CONFIG_LIBC_WCHAR) | wctype_t | FAR const char * |