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

  /external/strace/
defs.h 498 extern int proc_open P((struct tcb *tcp, int attaching));
strace.c 412 if (proc_open(tcp, 1) < 0) {
563 /* Kludge for SGI, see proc_open for details. */
638 if (proc_open(tcp, 0) < 0) {
775 proc_open(tcp, attaching) function
    [all...]
process.c 490 if (proc_open(tcpchild, 2) < 0)
    [all...]

Completed in 458 milliseconds