Lines Matching full:common
7 common implementation of abort().
12 common implementation of asctime().
18 common implementation of asctime_r().
24 common implementation of ctime().
30 common implementation of ctime_r().
35 common implementation of gmtime_r().
48 common implementation of time().
51 bool "Common C library malloc implementation"
54 Common implementation of malloc family that uses the kernel heap
58 int "Size of the common C library malloc arena"
67 common C library malloc() implementation.
85 bool "Common C library calloc"
90 Enable the common C library trivial implementation of calloc,
94 bool "Common C library reallocarray"
99 Enable the common C library trivial implementation of
105 common implementation of strnlen().
110 # Note: the POSIX_API dependency is only necessary until common elements
111 # of C11 threads and POSIX API can be abstracted out to a common library.
115 Common implementation of C11 <threads.h> API.
118 bool "Common C library remove"
122 Common implementation of remove().