代码搜索:PATH

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

代码结果 10,000
www.eeworm.com/read/100140/15882941

pas fnames.pas

unit FNames; {$O+,F+,S-} interface uses TDos; procedure ConvertPath(var Path: PathStr; MaxLen: Integer); procedure ShortenPath(var Path: PathStr; MaxLen: Integer); implementation fu
www.eeworm.com/read/100126/15883427

c srchpath.c

/* * 68K/386 32-bit C compiler. * * copyright (c) 1997, David Lindauer * * This compiler is intended for educational use. It may not be used * for profit without the express written cons
www.eeworm.com/read/100085/15885556

c basename.c

/* * $Id: basename.c,v 1.5 1998/02/17 09:52:14 mdejonge Exp $ * * $Source: /home/mdejonge/CVS/projects/modem/libport/basename.c,v $ * $Revision: 1.5 $ * Author: Merijn de Jonge * Email:
www.eeworm.com/read/100077/15886166

c lstat.c

/*+------------------------------------------------------------------------- lstat.c - SCO 3.2v4OS with 3.2v2DS interim hack wht@n4hgf.Mt-Park.GA.US Using 3.2v2 DS with 3.2v4 is wrought with troubl
www.eeworm.com/read/100054/15887044

c ntreg.c

/* * ntreg.c - NT Registry Hive access library (read only for now) * * Copyright (c) 1997-2000 Petter Nordahl-Hagen. * Freely distributable in source or binary for noncommercial purposes. * *
www.eeworm.com/read/100030/15887776

c dirname.c

/* dirname.c -- return all but the last element in a path Copyright (C) 1990, 1998 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it unde
www.eeworm.com/read/100018/15888290

cgi upload.cgi

#!/usr/local/bin/perl # upload.cgi # Upload a file require './file-lib.pl'; &header(); &ReadParseMime(); if (!$in{'file'}) { print "$text{'upload_efile'}\n"; } elsif (!-d $in{'dir'})
www.eeworm.com/read/100018/15888506

info config.info

httpd_dir=Apache server root directory,0 httpd_path=Path to httpd executable,0 apachectl_path=Path to the apachectl command,3,None start_cmd=Command to start apache,3,Automatic stop_cmd=Command to sto
www.eeworm.com/read/100018/15889302

info config.info

inetd_conf_file=Inetd configuration file,0 extended_inetd=Extended inetd support,1,0-No,1-Basic,2-Enhanced show_empty=Show services with no program,1,1-Yes,0-No rpc_inetd=Inetd supports RPC programs,1
www.eeworm.com/read/391262/8413501

setenv

#!/bin/sh if [ "$(basename $0)" = "setenv" ] ; then echo "You must source this script, not run it!" 1>&2 exit 1 fi if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi export CIRRUS_ARCH=e