代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/203417/15359583
map stdint_8h__dep__incl.map
base referer
rect $main_8c.html 12,7 73,33
rect $pid_8h.html 57,81 108,108
rect $pid_8c.html 108,7 159,33
www.eeworm.com/read/202322/15386658
txt test9_4.txt
#include
#include
#include
void h_exit(int status);
int main(void)
{
pid_t pid;
int status;
if((pid=fork())
www.eeworm.com/read/202322/15386766
txt test9_4.txt
#include
#include
#include
void h_exit(int status);
int main(void)
{
pid_t pid;
int status;
if((pid=fork())
www.eeworm.com/read/201683/15398599
c exec1.c
#include
#include
#include "ourhdr.h"
char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL };
int
main(void)
{
pid_t pid;
if ( (pid =
www.eeworm.com/read/201683/15398622
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 ==
www.eeworm.com/read/201683/15398657
c test1.c
#include
#include "ourhdr.h"
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid != 0) { /* parent */
www.eeworm.com/read/201683/15398658
c fork2.c
#include
#include
#include "ourhdr.h"
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid =
www.eeworm.com/read/113584/15452753
makefile
#> Makefile
# ARM uC/OS targetted at the ARM600 VY86PID board.
#
# $Revision: 0.1 $
# $Author: jsmith $
# $Date: 941103 $
#
# Copyright (c) 1994, VLSI Technology Inc. All Rights Reserved.
#-----
www.eeworm.com/read/112801/15476357
orig efaxos.c.orig
/*
efaxos.c - O/S-dependent routines
Copyright 1995, Ed Casas
*/
#include
#include
#include
#include
#include
#include
#incl
www.eeworm.com/read/112801/15476369
c efaxos.c
/*
efaxos.c - O/S-dependent routines
Copyright 1995, Ed Casas
*/
#include
#include
#include
#include
#include
#include
#incl