zephyr/lib/posix
Andrei Emeltchenko 6f831d542a posix: getopt: Set variable only if used
Only assign dash_prefix when PRINT_ERROR true.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2022-08-19 12:07:45 +02:00
..
getopt posix: getopt: Set variable only if used 2022-08-19 12:07:45 +02:00
CMakeLists.txt lib: posix: add perror() implementation 2022-07-04 22:53:36 +02:00
Kconfig lib: posix: semaphore: use consistent timebase in sem_timedwait 2022-06-24 20:12:05 +02:00
clock.c
eventfd.c
fs.c
mqueue.c
nanosleep.c
perror.c lib: posix: add perror() implementation 2022-07-04 22:53:36 +02:00
pthread.c posix: pthread: consider PTHREAD_EXITED state in pthread_create 2022-07-12 10:16:02 +02:00
pthread_barrier.c
pthread_common.c
pthread_cond.c
pthread_key.c
pthread_mutex.c
pthread_rwlock.c
pthread_sched.c
semaphore.c lib: posix: semaphore: use consistent timebase in sem_timedwait 2022-06-24 20:12:05 +02:00
sleep.c
timer.c