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

  /external/strace/
defs.h 299 int pfd_as; member in struct:tcb
strace.c 820 if ((tcp->pfd_as = open(proc, O_RDONLY|O_EXCL)) < 0) {
824 if ((arg = fcntl(tcp->pfd_as, F_GETFD)) < 0) {
828 if (fcntl(tcp->pfd_as, F_SETFD, arg|FD_CLOEXEC) < 0) {
    [all...]

Completed in 24 milliseconds