代码搜索:exec

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

代码结果 10,000
www.eeworm.com/read/346457/3183404

d exec.d

exec.o: /mnt/hgfs/file/test-osek/v0/qemu-v0/exec.c config.h \ ../config-host.h /mnt/hgfs/file/test-osek/v0/qemu-v0/target-ppc/cpu.h \ /mnt/hgfs/file/test-osek/v0/qemu-v0/cpu-defs.h \ /mnt/hgfs/f
www.eeworm.com/read/343891/3214732

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/340665/3269276

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/335958/3355517

java exec.java

/* * Copyright (c) 2001 Sun Microsystems, Inc. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follow
www.eeworm.com/read/327127/3464113

java exec.java

/* * Copyright (c) 1998-2002 Carnegie Mellon University. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that
www.eeworm.com/read/324136/3506026

test exec.test

# Commands covered: exec # # This file contains a collection of tests for one or more of the Tcl # built-in commands. Sourcing this file into Tcl runs the tests and # generates output for errors. N
www.eeworm.com/read/324136/3506318

n exec.n

'\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. '\" '\" See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/322306/3525843

c exec.c

#include #include #include #include #include #include "go32.h" #include "dpmi.h" /*#include "process.h"*/ #if 1 #define P_WAIT 1 #define P_NOWAIT
www.eeworm.com/read/322306/3525958

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/318039/3572657

c exec.c

/* * exec.c Execute external programs. * * Version: $Id: exec.c,v 1.62 2007/10/29 09:33:15 aland Exp $ * * This program is free software; you can redistribute it and/or modify * it under the