Searched refs:ERRNOSTR (Results 1 – 1 of 1) sorted by relevance
76 #define ERRNOSTR(_e) case _e: return # _e in strerror() macro79 ERRNOSTR(ENOMEM); in strerror()80 ERRNOSTR(ENODEV); in strerror()81 ERRNOSTR(ENXIO); in strerror()82 ERRNOSTR(EINVAL); in strerror()83 ERRNOSTR(EAGAIN); in strerror()84 ERRNOSTR(EFBIG); in strerror()85 ERRNOSTR(EPIPE); in strerror()86 ERRNOSTR(EMSGSIZE); in strerror()87 ERRNOSTR(ENOSPC); in strerror()[all …]