代码搜索:waitpid
找到约 797 项符合「waitpid」的源代码
代码结果 797
www.eeworm.com/read/329002/12990232
txt test11_7.txt
#include
#include
#include
#define LINESIZE 1024
int main(void)
{
int n, fd[2];
pid_t pid;
char line[LINESIZE];
if(pipe(fd)
www.eeworm.com/read/327324/13086175
spec makebuild.spec
!include common/makebuild.spec
aupnice c5/nice.c
fpe c5/fpe.c
lim c5/limit.c
sh0 c5/sh0.c c5/builtin.c c5/statuspr.c c5/setenv.c
t0 c5/t0.c
t1 -t c5/t1.c
t2 -t c5/t2.c
t2-mtx -t c5/t2-mtx.c
tx1 -t c5
www.eeworm.com/read/311774/13626084
c system.c
#include
#include
#include
int
system(const char *cmdstring) /* version without signal handling */
{
pid_t pid;
int status;
if (cmdstring == NULL)
return(1);
www.eeworm.com/read/304449/13794134
txt test11_7.txt
#include
#include
#include
#define LINESIZE 1024
int main(void)
{
int n, fd[2];
pid_t pid;
char line[LINESIZE];
if(pipe(fd)
www.eeworm.com/read/304449/13794198
txt test11_7.txt
#include
#include
#include
#define LINESIZE 1024
int main(void)
{
int n, fd[2];
pid_t pid;
char line[LINESIZE];
if(pipe(fd)
www.eeworm.com/read/304348/13795987
c system.c
#include
#include
#include
int
system(const char *cmdstring) /* version without signal handling */
{
pid_t pid;
int status;
if (cmdstring == NULL)
return(1);
www.eeworm.com/read/304348/13796273
22 fig8.22
#include
#include
#include
int
system(const char *cmdstring) /* version without signal handling */
{
pid_t pid;
int status;
if (cmdstring == NULL)
return(1);
www.eeworm.com/read/124910/6036523
list syscalls.list
# File name Caller Syscall name # args Strong name Weak names
flock - flock 2 __flock flock
getdents - getdirentries 4 __getdirentries getdirentries
getdtsz - getdtablesize 0 __getdtablesize getd