Searched defs:_whence (Results 1 - 1 of 1) sorted by last modified time

/external/strace/
H A Dfile.c600 int _whence; local
606 _whence = tcp->u_arg[2];
607 if (_whence == SEEK_SET)
611 printxval(whence, _whence, "SEEK_???");
620 int _whence; local
626 _whence = tcp->u_arg[2];
627 if (_whence == SEEK_SET)
631 printxval(whence, _whence, "SEEK_???");

Completed in 43 milliseconds