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

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
system.c 47 int pstat; local
71 pid = waitpid(cpid, &pstat, 0);
76 return (pid == -1 ? -1 : pstat);
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 194 int pstat; local
221 pid = waitpid(cur->pid, &pstat, 0);
226 return (pid == -1 ? -1 : pstat);
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 8445 pstatus_t pstat; local
8455 pstatus32_t pstat; local
9445 pstatus32_t pstat; local
9456 pstatus_t pstat; local
    [all...]

Completed in 452 milliseconds