Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_unlink.c86 posix_errno=ENAMETOOLONG; in sem_unlink()
87 posix_set_pthread_errno(ENAMETOOLONG); in sem_unlink()
Dpx_mq_unlink.c81 posix_errno = ENAMETOOLONG; in mq_unlink()
82 posix_set_pthread_errno(ENAMETOOLONG); in mq_unlink()
Dpx_mq_open.c90 posix_errno = ENAMETOOLONG; in mq_open()
91 posix_set_pthread_errno(ENAMETOOLONG); in mq_open()
Dpx_sem_open.c106 posix_errno = ENAMETOOLONG; in sem_open()
107 posix_set_pthread_errno(ENAMETOOLONG); in sem_open()
Derrno.h133 #define ENAMETOOLONG 26 macro