Searched refs:DIR_UP (Results 1 – 5 of 5) sorted by relevance
96 #define DIR_UP ".." macro356 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()
43 #ifndef DIR_UP44 #define DIR_UP ".." macro253 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()
7634 (DIR_UP): New macro.
115 #ifndef DIR_UP116 #define DIR_UP ".." macro
2824 (DIR_UP): Conditionalize on !VMS.2839 * gcc.c (DIR_UP): If not defined, define as "..".