Home
last modified time | relevance | path

Searched refs:ENAMETOOLONG (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_sem_unlink.c87 posix_errno=ENAMETOOLONG; in sem_unlink()
88 posix_set_pthread_errno(ENAMETOOLONG); in sem_unlink()
Dpx_mq_unlink.c82 posix_errno = ENAMETOOLONG; in mq_unlink()
83 posix_set_pthread_errno(ENAMETOOLONG); in mq_unlink()
Dpx_mq_open.c91 posix_errno = ENAMETOOLONG; in mq_open()
92 posix_set_pthread_errno(ENAMETOOLONG); in mq_open()
Dpx_sem_open.c107 posix_errno = ENAMETOOLONG; in sem_open()
108 posix_set_pthread_errno(ENAMETOOLONG); in sem_open()
Derrno.h134 #define ENAMETOOLONG 26 macro