代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/112300/15489864
c lock.c
/*
PKCIPE - public key based configuration tool for CIPE
lock.c - lock and PID file handling
Copyright 2000 Olaf Titz
This program is free software; you can redist
www.eeworm.com/read/105276/15671778
c ipc-proxy.c
/* TradeClient
* $Id: ipc-proxy.c,v 1.3 2001/03/20 22:19:33 ttabner Exp $
*
* Copyright (C) 1999-2000 Bynari Inc.
* Copyright (C) 2001 Project TradeClient
*
www.eeworm.com/read/105274/15672390
h pidlistc.h
//
// PidListC.h
//
#ifndef _PidListC_h_
#define _PidListC_h_
#include
/*
* OListC.clas -- class definition for class OListC
*
* This type of list store the members themselves
*
www.eeworm.com/read/104815/15682624
tailboxbg2
#!/bin/sh
# $Id: tailboxbg2,v 1.5 2003/08/15 19:40:37 tom Exp $
: ${DIALOG=dialog}
tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$
trap "rm -f $tempfile" 0 1 2 5 15
./killall listing
./listi
www.eeworm.com/read/104815/15682666
tailboxbg1
#!/bin/sh
# $Id: tailboxbg1,v 1.5 2003/08/15 19:40:37 tom Exp $
: ${DIALOG=dialog}
tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$
trap "rm -f $tempfile" 0 1 2 5 15
./killall listing
./listi
www.eeworm.com/read/104053/15711576
regression
-u 500 -o pid,ppid,fname,comm,args # right margin trouble
-u 500 -o pid,ppid,fname,comm,args,wchan,wchan,wchan,wchan,wchan,nice,wchan
-u 500 -o pid,pid,pid,pid,user,user,user,args # had tr
www.eeworm.com/read/103960/15715529
c lock.c
#include "calld.h"
typedef struct {
char *line; /* points to malloc()ed area */
/* we lock by line (device name) */
pid_t pid; /* but unlock by process ID */
/* pid of 0 means available
www.eeworm.com/read/103960/15715538
c exec1.c
#include
#include
#include "ourhdr.h"
char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL };
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork err
www.eeworm.com/read/103960/15715547
c exec2.c
#include
#include
#include "ourhdr.h"
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid == 0) { /* child */
if (execl("/home