Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDcomplete.c695 print_filename (to_print, full_pathname) in print_filename() argument
696 char *to_print, *full_pathname; in print_filename()
713 if (to_print != full_pathname)
724 if (full_pathname == 0 || *full_pathname == 0)
726 else if (full_pathname[0] != '/')
727 dn = full_pathname;
728 else if (full_pathname[1] == 0)
730 else if (full_pathname[1] == '/' && full_pathname[2] == 0)
733 dn = full_pathname;
762 s = tilde_expand (full_pathname);
/NextBSD/contrib/binutils/binutils/
HDar.c134 static bfd_boolean full_pathname = FALSE; variable
277 if (full_pathname) in normalize()
558 full_pathname = TRUE; in main()
HDChangeLog-9899142 * ar.c (normalize): Fix full_pathname code.
221 * ar.c (full_pathname): New static variable.
224 (normalize): If full_pathname is true, don't do anything.
/NextBSD/contrib/gdb/gdb/
HDsource.c793 source_full_path_of (char *filename, char **full_pathname) in source_full_path_of() argument
797 fd = openp (source_path, 1, filename, O_RDONLY, 0, full_pathname); in source_full_path_of()
800 *full_pathname = NULL; in source_full_path_of()
/NextBSD/contrib/gdb/gdb/tui/
HDtui-io.c356 print_filename (char *to_print, char *full_pathname) in print_filename() argument