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

  /external/strace/xlat/
whence_codes.h 1 /* Generated by ./xlat/gen.sh from ./xlat/whence_codes.in; do not edit. */
5 const struct xlat whence_codes[] = { variable in typeref:struct:xlat
  /external/strace/
lseek.c 38 #include "xlat/whence_codes.h"
66 printxval(whence_codes, whence, "SEEK_???");
83 printxval(whence_codes, whence, "SEEK_???");
117 printxval(whence_codes, tcp->u_arg[4], "SEEK_???");
fcntl.c 48 printxval(whence_codes, fl->l_whence, "SEEK_???");
defs.h 376 extern const struct xlat whence_codes[];

Completed in 81 milliseconds