Searched defs:errnoent (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A Ddefs.h652 extern const char *const *errnoent;
657 # define errnoent errnoent0 macro
H A Dsyscall.c122 #include "errnoent.h"
197 const char *const *errnoent = errnoent0; variable
270 errnoent = errnoent0;
279 errnoent = errnoent1;
289 errnoent = errnoent2;
988 && errnoent[u_error])
989 tprintf("= -1 %s (%s)", errnoent[u_error],

Completed in 169 milliseconds