Searched refs:errnoent (Results 1 - 3 of 3) sorted by relevance

/external/strace/
H A Dprintsiginfo.c141 && errnoent[sip->si_errno])
142 tprints(errnoent[sip->si_errno]);
H A Dsyscall.c128 #include "errnoent.h"
215 const char *const *errnoent = errnoent0; variable
290 errnoent = errnoent0;
300 errnoent = errnoent1;
311 errnoent = errnoent2;
1038 && errnoent[u_error])
1039 tprintf("= -1 %s (%s)", errnoent[u_error],
H A Ddefs.h726 extern const char *const *errnoent;
731 # define errnoent errnoent0 macro

Completed in 134 milliseconds