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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc282 FilePath full_pathname; local
285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
286 } while (full_pathname.FileOrDirectoryExists());
287 return full_pathname;
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dcomplete.c920 print_filename (char *to_print, char *full_pathname, int prefix_bytes) argument
941 /* If to_print != full_pathname, to_print is the basename of the
944 if (to_print != full_pathname)
950 /* If setting the last slash in full_pathname to a NUL results in
951 full_pathname being the empty string, we are trying to complete
955 if (full_pathname == 0 || *full_pathname == 0)
957 else if (full_pathname[0] != '/')
958 dn = full_pathname;
959 else if (full_pathname[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c2818 gdb_print_filename (char *to_print, char *full_pathname, int prefix_bytes,
2835 /* If to_print != full_pathname, to_print is the basename of the
2838 if (to_print != full_pathname)
2844 /* If setting the last slash in full_pathname to a NUL results in
2845 full_pathname being the empty string, we are trying to complete
2849 if (full_pathname == 0 || *full_pathname == 0)
2851 else if (full_pathname[0] != '/')
2852 dn = full_pathname;
2853 else if (full_pathname[
2816 gdb_print_filename(char *to_print, char *full_pathname, int prefix_bytes, const struct match_list_displayer *displayer) argument
[all...]
H A Dsource.c942 gdb::unique_xmalloc_ptr<char> *full_pathname)
948 filename, O_RDONLY, full_pathname);
951 full_pathname->reset (NULL);
938 source_full_path_of(const char *filename, gdb::unique_xmalloc_ptr<char> *full_pathname) argument
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c933 print_filename (char *to_print, char *full_pathname, int prefix_bytes) argument
954 /* If to_print != full_pathname, to_print is the basename of the
957 if (to_print != full_pathname)
963 /* If setting the last slash in full_pathname to a NUL results in
964 full_pathname being the empty string, we are trying to complete
968 if (full_pathname == 0 || *full_pathname == 0)
970 else if (full_pathname[0] != '/')
971 dn = full_pathname;
972 else if (full_pathname[
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c2715 gdb_print_filename (char *to_print, char *full_pathname, int prefix_bytes,
2732 /* If to_print != full_pathname, to_print is the basename of the
2735 if (to_print != full_pathname)
2741 /* If setting the last slash in full_pathname to a NUL results in
2742 full_pathname being the empty string, we are trying to complete
2746 if (full_pathname == 0 || *full_pathname == 0)
2748 else if (full_pathname[0] != '/')
2749 dn = full_pathname;
2750 else if (full_pathname[
2713 gdb_print_filename(char *to_print, char *full_pathname, int prefix_bytes, const struct match_list_displayer *displayer) argument
[all...]
H A Dsource.c981 gdb::unique_xmalloc_ptr<char> *full_pathname)
987 filename, O_RDONLY, full_pathname);
990 full_pathname->reset (NULL);
977 source_full_path_of(const char *filename, gdb::unique_xmalloc_ptr<char> *full_pathname) argument
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dar.c138 static bfd_boolean full_pathname = FALSE;
402 if (full_pathname)
585 full_pathname = TRUE;
1234 if (full_pathname)
136 static bfd_boolean full_pathname = FALSE; variable
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dar.c138 static bool full_pathname = false;
412 if (full_pathname)
598 full_pathname = true;
1296 if (full_pathname)
136 static bool full_pathname = false; variable
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dar.c138 static bfd_boolean full_pathname = FALSE;
402 if (full_pathname)
585 full_pathname = TRUE;
1234 if (full_pathname)
136 static bfd_boolean full_pathname = FALSE; variable
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.c414 full_pathname (char *filename)
511 filename = full_pathname (filename);
411 full_pathname (char *filename) function

Completed in 280 milliseconds