pid 75 lib/lock.c pid_t pid; pid 143 lib/lock.c static char pid[PID_BUF_SIZE], who[BUF_SIZE]; pid 163 lib/lock.c pid[i++] = *p; pid 166 lib/lock.c pid[i] = '\0'; pid 168 lib/lock.c lock.pid = (pid_t) atol (pid); pid 238 lib/lock.c if (lockinfo->pid == 0 || !(kill (lockinfo->pid, 0) == -1 && errno == ESRCH)) pid 244 lib/lock.c lockinfo->who, (int) lockinfo->pid); pid 306 lib/lock.c if (lock_extract_info (lock)->pid != getpid ()) pid 154 lib/utilunix.c pid_t pid; pid 156 lib/utilunix.c pid = fork (); pid 158 lib/utilunix.c if (pid < 0) pid 164 lib/utilunix.c if (pid == 0) pid 171 lib/utilunix.c if (waitpid (pid, &status, 0) > 0) pid 87 src/background.c register_task_running (file_op_context_t * ctx, pid_t pid, int fd, int to_child, char *info) pid 92 src/background.c new->pid = pid; pid 106 src/background.c destroy_task (pid_t pid) pid 113 src/background.c if (p->pid == pid) pid 226 src/background.c unregister_task_running (ctx->pid, fd); pid 228 src/background.c if (waitpid (ctx->pid, &status, WNOHANG) == 0) pid 231 src/background.c kill (ctx->pid, SIGTERM); pid 490 src/background.c unregister_task_running (pid_t pid, int fd) pid 492 src/background.c destroy_task (pid); pid 499 src/background.c unregister_task_with_pid (pid_t pid) pid 503 src/background.c fd = destroy_task (pid); pid 522 src/background.c pid_t pid; pid 535 src/background.c pid = fork (); pid 536 src/background.c if (pid == -1) pid 549 src/background.c if (pid == 0) pid 580 src/background.c ctx->pid = pid; pid 581 src/background.c register_task_running (ctx, pid, comm[0], back_comm[1], info); pid 22 src/background.h pid_t pid; pid 42 src/background.h void unregister_task_running (pid_t pid, int fd); pid 43 src/background.h void unregister_task_with_pid (pid_t pid); pid 515 src/filemanager/boxes.c unregister_task_running (tl->pid, tl->fd); pid 517 src/filemanager/boxes.c kill (tl->pid, sig); pid 2140 src/filemanager/file.c int pid = ctx->pid; pid 2143 src/filemanager/file.c ctx->pid = 0; pid 2145 src/filemanager/file.c unregister_task_with_pid (pid); pid 3428 src/filemanager/file.c ctx->pid = cur_pid; pid 154 src/filemanager/fileopctx.h pid_t pid; pid 148 src/main.c int pid, status; pid 160 src/main.c pid = waitpid (cons_saver_pid, &status, WUNTRACED | WNOHANG); pid 162 src/main.c if (pid == cons_saver_pid) pid 167 src/main.c kill (pid, SIGCONT); pid 1771 src/subshell/common.c pid_t pid; pid 1775 src/subshell/common.c pid = waitpid (subshell_pid, &status, WUNTRACED | WNOHANG); pid 1777 src/subshell/common.c if (pid == subshell_pid) pid 76 src/subshell/proxyfunc.c pid_t pid; pid 78 src/subshell/proxyfunc.c pid = waitpid (cons_saver_pid, &status, WUNTRACED | WNOHANG); pid 80 src/subshell/proxyfunc.c if (pid == cons_saver_pid) pid 85 src/subshell/proxyfunc.c kill (pid, SIGCONT); pid 62 src/vfs/smbfs/helpers/include/client.h uint16 pid; pid 301 src/vfs/smbfs/helpers/include/proto.h uint16 cli_setpid (struct cli_state *cli, uint16 pid); pid 706 src/vfs/smbfs/helpers/include/smb.h int pid; pid 816 src/vfs/smbfs/helpers/include/smb.h int pid; pid 197 src/vfs/smbfs/helpers/libsmb/clientgen.c SSVAL (cli->outbuf, smb_pid, cli->pid); pid 810 src/vfs/smbfs/helpers/libsmb/clientgen.c SSVAL (cli->outbuf, smb_vwv4, cli->pid); pid 1330 src/vfs/smbfs/helpers/libsmb/clientgen.c SSVAL (p, 0, cli->pid); pid 1378 src/vfs/smbfs/helpers/libsmb/clientgen.c SSVAL (p, 0, cli->pid); pid 2570 src/vfs/smbfs/helpers/libsmb/clientgen.c cli->pid = (uint16) getpid (); pid 2737 src/vfs/smbfs/helpers/libsmb/clientgen.c cli_setpid (struct cli_state *cli, uint16 pid) pid 2739 src/vfs/smbfs/helpers/libsmb/clientgen.c uint16 ret = cli->pid; pid 2740 src/vfs/smbfs/helpers/libsmb/clientgen.c cli->pid = pid; pid 753 src/vfs/smbfs/smbfs.c SSVAL (cli->outbuf, smb_pid, cli->pid);