Home
last modified time | relevance | path

Searched refs:DIR_UP (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/lib/libiberty/src/
Dmake-relative-prefix.c96 #define DIR_UP ".." macro
356 needed_len += sizeof (DIR_UP) * (bin_num - common); in make_relative_prefix()
374 strcpy (ptr, DIR_UP); in make_relative_prefix()
375 ptr += sizeof (DIR_UP) - 1; in make_relative_prefix()
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djcf-path.c43 #ifndef DIR_UP
44 #define DIR_UP ".." macro
253 strcat (try, DIR_UP); in jcf_path_init()
255 strcat (try, DIR_UP); in jcf_path_init()
278 strcpy (try + len, DIR_UP); in jcf_path_init()
DChangeLog7634 (DIR_UP): New macro.
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcc.c115 #ifndef DIR_UP
116 #define DIR_UP ".." macro
DChangeLog.22824 (DIR_UP): Conditionalize on !VMS.
2839 * gcc.c (DIR_UP): If not defined, define as "..".