代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/286953/8735522
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/286953/8735543
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/286953/8735636
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/286953/8735644
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/286953/8736395
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/386582/8737147
h sysdeps.h
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
www.eeworm.com/read/386350/8751866
cpp run.cpp
#include "RinexObsRead.h"
void main()
{
string path="bjfs2690.08o";
GMO worun;
worun=ReadRinexObsFile(path);
cout
www.eeworm.com/read/386340/8753002
cpp run.cpp
#include "RinexNavRead.h"
#include "stdlib.h"
#include
using namespace std;
void main()
{
string path="bjfs2690.08n";
// PGMN rundata;
//rundata=( PGMN)malloc(sizeof(GM
www.eeworm.com/read/286405/8765041
cs data.cs
using System;
using System.Collections.Generic;
using System.Text;
using Common;
namespace DataAccess
{
public class Data
{
CommonOperator objCommonOperator = new CommonOperato