代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/140582/5787783
sh pfkeyhalt.sh
kill `cat /var/run/pf_key.pid`
cat /tmp/pfkey.txt; echo ===
ipsec eroute
www.eeworm.com/read/136812/5857354
c system.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)system.c 1.1 92/07/30 SMI"; /* from S5R2 1.2 */
#endif
/*LINTLIBRARY*/
#include
#include
#include
www.eeworm.com/read/136812/5857436
c wait.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)wait.c 1.1 92/07/30 Copyright (C) 1986 Sun Microsystems, Inc";
#endif
#include
pid_t
wait(status)
union wait *status;
www.eeworm.com/read/136786/5864205
c 4xx_tlb.c
/*
* BK Id: SCCS/s.4xx_tlb.c 1.5 05/17/01 18:14:23 cort
*/
/*
*
* Copyright (c) 1998-1999 TiVo, Inc.
* Original implementation.
* Copyright (c) 1999-2000 Grant Erickson
www.eeworm.com/read/136072/5873943
h procfs.h
/* Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
www.eeworm.com/read/136072/5874296
c vfork.c
/* Trivial implementation for arches that lack vfork */
#include
#include
pid_t vfork(void)
{
return fork();
}
www.eeworm.com/read/135582/5884026
c list.c
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/135582/5884958
cpp kprocctrl.cpp
/* This file is part of the KDE libraries
Copyright (C) 1997 Christian Czezakte (e9025461@student.tuwien.ac.at)
This library is free software; you can redistribute it and/or
modify it und
www.eeworm.com/read/135153/5887830
c start_stop_daemon.c
/* vi: set sw=4 ts=4: */
/*
* Mini start-stop-daemon implementation(s) for busybox
*
* Written by Marek Michalkiewicz ,
* public domain.
* Adapted for busybox D
www.eeworm.com/read/135153/5887877
c update.c
/* vi: set sw=4 ts=4: */
/*
* Mini update implementation for busybox; much pasted from update-2.11
*
*
* Copyright (C) 1995, 1996 by Bruce Perens .
* Copyright (c) 1996, 1997, 19