Searched refs:full_pathname (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Dcomplete.c695 print_filename (to_print, full_pathname)
696 char *to_print, *full_pathname;
710 /* If to_print != full_pathname, to_print is the basename of the
713 if (to_print != full_pathname)
719 /* If setting the last slash in full_pathname to a NUL results in
720 full_pathname being the empty string, we are trying to complete
724 if (full_pathname == 0 || *full_pathname == 0)
726 else if (full_pathname[0] != '/')
727 dn = full_pathname;
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c136 static bfd_boolean full_pathname = FALSE;
280 if (full_pathname)
561 full_pathname = TRUE;
134 static bfd_boolean full_pathname = FALSE; variable
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsource.c796 source_full_path_of (char *filename, char **full_pathname)
800 fd = openp (source_path, 1, filename, O_RDONLY, 0, full_pathname);
803 *full_pathname = NULL;
793 source_full_path_of(char *filename, char **full_pathname) argument
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-io.c356 print_filename (char *to_print, char *full_pathname) argument

Completed in 198 milliseconds