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

  /external/strace/
defs.h 652 extern const char *const *errnoent;
657 # define errnoent errnoent0 macro
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],

Completed in 133 milliseconds