OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:infopath
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
parseinfo.c
34
char *
infopath
;
local
56
infopath
= Xasprintf ("%s/%s/%s", current_parsed_root->directory,
58
fp_info = CVS_FOPEN (
infopath
, "r");
63
error (0, errno, "cannot open %s",
infopath
);
64
free (
infopath
);
72
infopath
, srepos, (opt & PIOPT_ALL) ? "ALL" : "not ALL");
107
line_number,
infopath
);
187
error (0, errno, "cannot read %s",
infopath
);
189
error (0, errno, "cannot close %s",
infopath
);
208
free (
infopath
);
384
const char *
infopath
;
local
741
char *
infopath
;
local
[
all
...]
/src/external/gpl2/texinfo/dist/info/
filesys.c
72
from the environment variable
INFOPATH
if there is one, or you can
75
char *
infopath
= (char *)NULL;
variable
143
temp = info_file_in_path (partial,
infopath
);
363
infopath
= (char *)
366
strcpy (
infopath
, DEFAULT_INFOPATH);
370
/* Add PATH to the list of paths found in
INFOPATH
. 2nd argument says
371
whether to put PATH at the front or end of
INFOPATH
. */
377
if (!
infopath
)
379
infopath
= (char *)xmalloc (infopath_size = 200 + strlen (path));
380
infopath
[0] = '\0'
[
all
...]
Completed in 37 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026