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

  /external/strace/
defs.h 379 int pfd_as; member in struct:tcb
util.c 836 int fd = tcp->pfd_as;
857 int fd = tcp->pfd_as;
    [all...]
strace.c 1175 if ((tcp->pfd_as = open(proc, O_RDONLY|O_EXCL)) < 0) {
1179 if (set_cloexec_flag(tcp->pfd_as) < 0) {
    [all...]

Completed in 69 milliseconds