代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/382584/9019977
c showpath.c
#include
#include
void main (void)
{
char *entry;
entry = getenv("PATH");
if (*entry)
printf("PATH=%s\n", entry);
else
printf("PATH is not de
www.eeworm.com/read/283325/9028156
lib wvsockuploadpathlib.lib
wvSockUploadPathLib {socket upload path library } wvSockUploadPathLib {wvSockUploadPathLib} {VxWorks API Reference} {OS Libraries} {} {}
www.eeworm.com/read/382395/9031103
c srchpath.c
#include
#include
void main (int argc, char *argv[])
{
char *path;
if (path = searchpath(argv[1]))
printf("Pathname: %s\n", path);
else
printf("File
www.eeworm.com/read/382395/9031119
c split.c
#include
#include
#include
void main (void)
{
char *path_1 = "C:\\SUBDIR\\FILENAME.EXT";
char *path_2 = "SUBDIR\\FILENAME.EXT";
char *path_3 = "FILE
www.eeworm.com/read/382395/9031212
c srch_env.c
#include
#include
void main (int argc, char *argv[])
{
char path[128];
_searchenv(argv[1], "LIB", path);
if (path[0])
printf("Pathname: %s\n", path)
www.eeworm.com/read/382395/9031218
c creattmp.c
#include
#include
#include
void main(void)
{
char path[64] = "C:\\TEMP\\";
int handle;
if ((handle = creattemp(path, 0)) == -1)
printf("Error cr
www.eeworm.com/read/382395/9031970
c showpath.c
#include
#include
void main (void)
{
char *entry;
entry = getenv("PATH");
if (*entry)
printf("PATH=%s\n", entry);
else
printf("PATH is not de
www.eeworm.com/read/283265/9032386
c usblsdbg.c
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
usblsdbg.c
Abstract:
Debug output logic .
This entire module is a noop in the free build
Environment:
www.eeworm.com/read/185515/9034029
prj 33220.prj
[Project Header]
Version = 700
Pathname = "/f/课件/论文/毕设/cvi练习/33220.prj"
CVI Dir = "/d/program files/national instruments/cvi70"
IVI Standard Root Dir = "/C/Program Files/IVI"
VXIplug&play Framewo