Searched refs:ENAMETOOLONG (Results 1 – 5 of 5) sorted by relevance
86 posix_errno=ENAMETOOLONG; in sem_unlink()87 posix_set_pthread_errno(ENAMETOOLONG); in sem_unlink()
81 posix_errno = ENAMETOOLONG; in mq_unlink()82 posix_set_pthread_errno(ENAMETOOLONG); in mq_unlink()
90 posix_errno = ENAMETOOLONG; in mq_open()91 posix_set_pthread_errno(ENAMETOOLONG); in mq_open()
106 posix_errno = ENAMETOOLONG; in sem_open()107 posix_set_pthread_errno(ENAMETOOLONG); in sem_open()
133 #define ENAMETOOLONG 26 macro