Home
last modified time | relevance | path

Searched refs:PATH_SEP (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/texinfo/lib/
H A Dsystem.h214 # define PATH_SEP ":" macro
217 # define PATH_SEP ";" macro
241 # define PATH_SEP ":" macro
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.c44 int path_sep_char = PATH_SEP[0]; in extract_colon_unit()
140 strcat (strcat (include_files_path, PATH_SEP), "."); in prepend_to_include_path()
148 strcat (include_files_path, PATH_SEP); in prepend_to_include_path()
162 strcat (include_files_path, PATH_SEP); in append_to_include_path()
/openbsd/gnu/usr.bin/texinfo/info/
H A Dfilesys.c288 while (string[i] && string[i] != PATH_SEP[0]) in extract_colon_unit()
390 strcat (infopath, PATH_SEP); in info_add_path()
397 strcat (infopath, PATH_SEP); in info_add_path()
H A Dinfo.c325 if (len && path_from_env[len - 1] == PATH_SEP[0]) in main()
/openbsd/gnu/usr.bin/perl/Cross/
H A DMakefile-cross-SH257 PATH_SEP = $p_
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.466189 > PATH_SEP to separate directories.
6205 > (extract_colon_unit, info_add_path): Use PATH_SEP instead of ":".
6231 > * lib/system.h (PATH_SEP, STRIP_DOT_EXE, FILENAME_CMPN,
6237 > IS_SLASH, HAVE_DRIVE, IS_ABSOLUTE, FILENAME_CMP, PATH_SEP,
6249 > (main, extract_colon_unit): Use PATH_SEP instead of ':'.
H A DChangeLog4741 * lib/system.h (DEFAULT_TMPDIR,PATH_SEP) [O_BINARY && !__unix__]: