Searched refs:ENAMETOOLONG (Results 1 – 5 of 5) sorted by relevance
87 posix_errno=ENAMETOOLONG; in sem_unlink()88 posix_set_pthread_errno(ENAMETOOLONG); in sem_unlink()
82 posix_errno = ENAMETOOLONG; in mq_unlink()83 posix_set_pthread_errno(ENAMETOOLONG); in mq_unlink()
91 posix_errno = ENAMETOOLONG; in mq_open()92 posix_set_pthread_errno(ENAMETOOLONG); in mq_open()
107 posix_errno = ENAMETOOLONG; in sem_open()108 posix_set_pthread_errno(ENAMETOOLONG); in sem_open()
134 #define ENAMETOOLONG 26 macro