代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/316872/3590089

c exec.c

/* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #include "linux/stddef.h" #include "linux/fs.h" #include "linux/smp_lock.h" #include "linux/p
www.eeworm.com/read/315726/3616190

java exec.java

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding c
www.eeworm.com/read/309211/3706528

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything but * the header into mem
www.eeworm.com/read/308973/3708963

c exec.c

/* * linux/fs/exec.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * Demand-loading implemented 01.12.91 - no need to read anything but * the
www.eeworm.com/read/306946/3730527

c exec.c

/* * vivi/lib/exec.c: Execute a binary. * * Copyright (C) 2002 MIZI Research, Inc. * * Author: Janghoon Lyu * Date : $Date: 2002/08/10 07:47:08 $ * * $Revision: 1.4 $ * * $
www.eeworm.com/read/304805/3785788

c exec.c

/* This file handles the EXEC system call. It performs the work as follows: * - see if the permissions allow the file to be executed * - read the header and extract the sizes * - fetch th
www.eeworm.com/read/304222/3802607

c _exec.c

#include #define execl _execl #define execle _execle #define execv _execv #define execve _execve #define sbrk _sbrk #include #include #include #include
www.eeworm.com/read/298657/3859923

c exec.c

#include #include extern char **environ; int execv (const char *path, char * const *args) { extern int execve (const char *, char * const *, char * const*); return execve
www.eeworm.com/read/297550/3886696

h exec.h

#ifndef EXEC_H #define EXEC_H extern void run_fuc(int argc,char *argv[]); extern void write_fuc(int argc,char *argv[]); extern void read_fuc(int argc,char *argv[]); #endif /* EXEC_H */
www.eeworm.com/read/297550/3886703

c exec.c

#include "iofn.h" #include "fork.h" #include "sched.h" #include "msg.h" static char outbuf[128]; struct message msg; void test_send_msg() { char *p = 0; int ret; while(1){ p =