代码搜索:PATH

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

代码结果 10,000
www.eeworm.com/read/124347/6050714

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/124347/6050732

c syscalls.c

/* Operating system stubs, set up for the MRI simulator */ #include #include #include #include int _DEFUN(_lseek,(file, ptr, dir), int file _AND
www.eeworm.com/read/124347/6051420

c stat.c

/* stat stub for MMIXware. Copyright (C) 2001 Hans-Peter Nilsson Permission to use, copy, modify, and distribute this software is freely granted, provided that the above copyright notice, t
www.eeworm.com/read/124347/6051849

c mktemp.c

/* This is file MKTEMP.C */ /* This file may have been modified by DJ Delorie (Jan 1991). If so, ** these modifications are Copyright (C) 1991 DJ Delorie. */ /* * Copyright (c) 1987 Regents of the
www.eeworm.com/read/124347/6052242

c execlp.c

/* execlp.c */ /* This and the other exec*.c files in this directory require the target to provide the _execve syscall. */ #include #include #ifdef _HAVE_STDC #include
www.eeworm.com/read/124347/6052248

c execve.c

/* execve.c */ /* This and the other exec*.c files in this directory require the target to provide the _execve syscall. */ #include int execve (const char *path, char * const argv
www.eeworm.com/read/124347/6052249

c execl.c

/* execl.c */ /* This and the other exec*.c files in this directory require the target to provide the _execve syscall. */ #include #include /* Only deal with a pointer to
www.eeworm.com/read/124347/6053010

h shared_info.h

/* shared_info.h: shared info for cygwin Copyright 2000, 2001 Red Hat, Inc. This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the Cygwin license. Plea
www.eeworm.com/read/124347/6053130

changelog-2000

Tue Dec 27 1:08:00 2000 Corinna Vinschen * cygwin.din: Add symbols for `getrlimit' and `setrlimit'. * exceptions.cc (stackdump): Avoid creating stackdump when `rlim_core' i
www.eeworm.com/read/123764/6057945

cpp imagespace.cpp

#include #include #include using namespace std; int imageSpace(const QString &path) { QDir dir(path); QStringList::Iterator it; int size = 0; QSt