HomeSort by relevance Sort by last modified time
    Searched refs:errnoent (Results 1 - 3 of 3) sorted by null

  /external/strace/
printsiginfo.c 95 && errnoent[sip->si_errno])
96 tprints(errnoent[sip->si_errno]);
syscall.c 122 #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],
defs.h 652 extern const char *const *errnoent;
657 # define errnoent errnoent0 macro

Completed in 41 milliseconds