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. */
3 const struct xlat whence_codes[] = { variable in typeref:struct:xlat
  /external/strace/
desc.c 80 printxval(whence_codes, fl.l_whence, "SEEK_???");
136 printxval(whence_codes, fl.l_whence, "SEEK_???");
file.c 390 #include "xlat/whence_codes.h"
414 printxval(whence_codes, whence, "SEEK_???");
433 printxval(whence_codes, whence, "SEEK_???");
472 printxval(whence_codes, tcp->u_arg[4], "SEEK_???");
    [all...]
defs.h 521 extern const struct xlat whence_codes[];

Completed in 343 milliseconds