/bionic/libc/unistd/ |
system.c | 46 int pstat; local 69 pid = waitpid(pid, (int *)&pstat, 0); 73 return (pid == -1 ? -1 : pstat);
|
/bionic/libc/upstream-netbsd/libc/gen/ |
popen.c | 194 int pstat; local 221 pid = waitpid(cur->pid, &pstat, 0); 226 return (pid == -1 ? -1 : pstat);
|
/external/openssh/openbsd-compat/ |
setproctitle.c | 42 #include <sys/pstat.h> 49 #define SPT_PSTAT 1 /* use pstat(PSTAT_SETCMD, ...) */ 152 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11image.c | 156 FILE *pstat = fopen("/proc/stat", "r"); local 157 if ( pstat ) { 158 while ( fgets(line, sizeof(line), pstat) ) { 163 fclose(pstat);
|
/external/netperf/ |
netcpu_pstat.c | 23 #include <sys/pstat.h> 26 # error Sorry, pstat() CPU utilization on 10.0 and later only 210 fprintf(where,"pstat failure; errno %d\n",errno);
|
netcpu_pstatnew.c | 30 #include <sys/pstat.h> 38 # error Sorry, pstat() CPU utilization on 10.0 and later only 236 old "pstat" mechanism, we can presume that the accounting for
|
netlib.c | 192 /* this is now obsolete - in favor of either pstat(), times, or a */ 651 /* on HP-UX, even when we use the looper procs we need the pstat */ 657 #include <sys/pstat.h> [all...] |
/ndk/sources/host-tools/make-3.81/ |
getloadavg.c | 379 # include <sys/pstat.h>
|
/external/openssh/ |
configure | [all...] |