Home
last modified time | relevance | path

Searched refs:pids (Results 1 – 16 of 16) sorted by relevance

/mirbsd/src/usr.sbin/cron/
Dpopen.c58 static PID_T *pids; variable
72 if (!pids) { in cron_popen()
75 if (!(pids = (PID_T *)malloc((size_t)(fds * sizeof(PID_T))))) in cron_popen()
77 bzero(pids, fds * sizeof(PID_T)); in cron_popen()
148 pids[fileno(iop)] = pid; in cron_popen()
164 if (pids == 0 || pids[fdes = fileno(iop)] == 0) in cron_pclose()
172 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR) in cron_pclose()
175 pids[fdes] = 0; in cron_pclose()
/mirbsd/src/libexec/ftpd/
Dpopen.c66 static pid_t *pids; variable
84 if (!pids) { in ftpd_popen()
87 if ((pids = (pid_t *)malloc((u_int)(fds * sizeof(pid_t)))) == NULL) in ftpd_popen()
89 memset(pids, 0, fds * sizeof(pid_t)); in ftpd_popen()
170 pids[fileno(iop)] = pid; in ftpd_popen()
189 if (pids == 0 || pids[fdes = fileno(iop)] == 0) in ftpd_pclose()
197 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR) in ftpd_pclose()
200 pids[fdes] = 0; in ftpd_pclose()
/mirbsd/src/usr.bin/less/
Dlsystem.c410 static int pids[_NFILE] = { 0, 0, 0, 0, 0, 0, 0, 0, variable
469 pids[fd2] = pid;
491 if (pids[fd] == 0)
496 if (pid == pids[fd])
500 if (pids[i] == pid)
502 pids[i] = 0;
507 pids[fd] = 0;
/mirbsd/src/bin/systrace/
Dintercept.c74 static SPLAY_HEAD(pidtree, intercept_pid) pids;
123 SPLAY_INIT(&pids); in intercept_init()
376 return (SPLAY_ROOT(&pids) != NULL); in intercept_existpids()
385 pid = SPLAY_FIND(pidtree, &pids, &tmp2); in intercept_freepid()
391 SPLAY_REMOVE(pidtree, &pids, pid); in intercept_freepid()
405 tmp = SPLAY_FIND(pidtree, &pids, &tmp2); in intercept_findpid()
416 tmp = SPLAY_FIND(pidtree, &pids, &tmp2); in intercept_getpid()
427 SPLAY_INSERT(pidtree, &pids, tmp); in intercept_getpid()
919 ipid = SPLAY_FIND(pidtree, &pids, &tmp); in intercept_child_info()
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32.h361 DWORD pids[MAXIMUM_WAIT_OBJECTS]; member
395 #define w32_child_pids (w32_children->pids)
400 #define w32_pseudo_child_pids (w32_pseudo_children->pids)
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32.h394 DWORD pids[MAXIMUM_WAIT_OBJECTS]; member
433 #define w32_child_pids (w32_children->pids)
438 #define w32_pseudo_child_pids (w32_pseudo_children->pids)
/mirbsd/src/bin/pax/
Doptions.c350 pids = 1; in pax_options()
365 pids = 1; in pax_options()
779 pids = 1; in tar_options()
1197 pids = 1; in cpio_options()
Dfile_subs.c161 if (pids) in file_close()
556 if (pids) in node_creat()
736 if (pids) in chk_path()
Dpax.c93 int pids; /* preserve file uid/gid */ variable
Dextern.h256 extern int pids;
/mirbsd/src/gnu/usr.bin/perl/lib/
Dperl5db.pl1341 $pids = "[$ENV{PERLDB_PIDS}]";
1351 $pids = "{pid=$$}";
6115 qq[3>&1 xterm -title "Daughter Perl debugger $pids $name" -e sh -c 'tty 1>&3;\
6158 $rl, fileno $in1, fileno $out2, "Daughter Perl debugger $pids $name"
6290 if ($pids) {
6291 $pids =~ s/\]/$systemed->$$]/;
6296 $pids = "[$term_pid->$$]";
6300 $pidprompt = $pids;
/mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/
DChanges78 - Adjust syn_forking IPC pipe for fatter Win32 pids.
/mirbsd/src/gnu/usr.bin/perl/
DConfigure19195 : see what type pids are declared as in the kernel
DChanges7331 For perls where pids and ppids are cached, when the ppid of
DChanges5.8.11599 Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
/mirbsd/src/gnu/usr.sbin/sendmail/
DRELEASE_NOTES6879 pids; this previously caused the vector to grow indefinitely