Searched refs:PATH_SEP (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/texinfo/lib/ |
H A D | system.h | 214 # define PATH_SEP ":" macro 217 # define PATH_SEP ";" macro 241 # define PATH_SEP ":" macro
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | files.c | 44 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 D | filesys.c | 288 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 D | info.c | 325 if (len && path_from_env[len - 1] == PATH_SEP[0]) in main()
|
/openbsd/gnu/usr.bin/perl/Cross/ |
H A D | Makefile-cross-SH | 257 PATH_SEP = $p_
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | ChangeLog.46 | 6189 > 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 D | ChangeLog | 4741 * lib/system.h (DEFAULT_TMPDIR,PATH_SEP) [O_BINARY && !__unix__]:
|