代码搜索结果

找到约 10,000 项符合 PID 的代码

httpd

#!/bin/sh base=boa # See how we were called. case "$1" in start) /sbin/$base ;; stop) pid=`/bin/pidof $base` if [ -n "$pid" ]; then kill -9 $pid fi ;; esac exit 0

httpd

#!/bin/sh base=boa # See how we were called. case "$1" in start) /sbin/$base ;; stop) pid=`/bin/pidof $base` if [ -n "$pid" ]; then kill -9 $pid fi ;; esac exit 0

netd

#!/bin/sh base=inetd # See how we were called. case "$1" in start) /sbin/$base ;; stop) pid=`/bin/pidof $base` if [ -n "$pid" ]; then kill -9 $pid fi ;; esac exit 0

figc.14

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

pendlock.c

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

figc.14

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

pendlock.c

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

figc.14

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

pendlock.c

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C

figc.14

#include "apue.h" #include #include void sigint(int signo) { } int main(void) { pid_t pid1, pid2, pid3; int fd; setbuf(stdout, NULL); signal_intr(SIGINT, sigint); /* * C