HomeSort by: relevance | last modified time | path
    Searched refs:infopath (Results 1 - 10 of 10) 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...]
subr.h 85 bool readBool (const char *infopath, const char *option,
subr.c 1854 * infopath Where the error is reported to be from on error. This could
1870 readBool (const char *infopath, const char *option, const char *p, bool *val)
1872 TRACE (TRACE_FLOW, "readBool (%s, %s, %s)", infopath, option, p);
1889 infopath, p, option);
rcs.c 8739 * infopath Path to file being parsed, for error messages.
8740 * ln Line number of INFOPATH being processed, for error
8749 RCS_setlocalid (const char *infopath, unsigned int ln,
8771 if (!parse_error (infopath, ln))
8774 primary_root_inverse_translate (infopath),
8794 if (!parse_error (infopath, ln))
8797 primary_root_inverse_translate (infopath),
  /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...]
filesys.h 28 from the environment variable INFOPATH if there is one, or you can
30 extern char *infopath;
32 /* Make INFOPATH have absolutely nothing in it. */
35 /* Add PATH to the list of paths found in INFOPATH. 2nd argument says
36 whether to put PATH at the front or end of INFOPATH. */
81 /* The default value of INFOPATH. */
dir.c 31 dirs_to_add which are found in INFOPATH. */
104 while ((this_dir = extract_colon_unit (infopath, &path_index)))
info.c 315 if (!infopath)
317 char *path_from_env = getenv ("INFOPATH");
322 /* Trailing : on INFOPATH means insert the default path. */
349 file to the contents of INFOPATH. */
609 -d, --directory=DIR add DIR to INFOPATH.\n\
626 it is searched for in all `dir' files along INFOPATH.\n\
infodoc.c 320 printf_to_message_buffer (" %s\n", infopath, NULL, NULL);
  /src/usr.bin/sys_info/
sys_info.sh 196 if which_prog infopath pkg_info; then
197 run "printf 'pkg_install-%s\n' \$(${infopath} -V)"

Completed in 25 milliseconds