代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/300969/13876132
c _getcwd.c
/* getcwd() - get the name of the current working directory.
* Author: Kees J. Bot
* 30 Apr 1989
*/
#define nil 0
#define chdir _chdir
#define closedir _closedir
#define getcwd
www.eeworm.com/read/300969/13877055
c utility.c
/* This file contains a few general purpose utility routines.
*
* The entry points into this file are
* clock_time: ask the clock task for the real time
* copy: copy a block of data
*
www.eeworm.com/read/152713/5668133
vm spring.vm
#**
* spring.vm
*
* This file consists of a collection of Velocity macros aimed at easing
* some of the common requirements of web applications - in particular
* handling of forms.
*
* Spring'
www.eeworm.com/read/152695/5669974
c unixio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/152695/5670084
bat wc10-tnt.bat
@echo off
REM Setup for compiling with Watcom C/C++ 10.6 in 32 bit mode with Phar Lap TNT
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\WC10;%WC10_PATH%\LIB386;%WC10_PA
www.eeworm.com/read/152695/5670096
sh set-vars-qnx.sh
#! /bin/sh
# QNX 4 VERSION
# Set the place where SciTech Software is installed, and where each
# of the supported compilers is installed. These environment variables
# are used by the batch file
www.eeworm.com/read/152695/5670114
bat wc11-tnt.bat
@echo off
REM Setup for compiling with Watcom C/C++ 11.0 in 32 bit mode with Phar Lap TNT
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\WC11;%WC11_PATH%\LIB386;%WC11_PA
www.eeworm.com/read/152139/5675613
c filestring.c
#include "string.h"
#include "fat_include.h"
//-----------------------------------------------------------------------------
// FileString_SplitPath: Full path contains the passed in string.