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

/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
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;
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dcomplete.c694 print_filename (to_print, full_pathname)
695 char *to_print, *full_pathname;
709 /* If to_print != full_pathname, to_print is the basename of the
712 if (to_print != full_pathname)
718 /* If setting the last slash in full_pathname to a NUL results in
719 full_pathname being the empty string, we are trying to complete
723 if (full_pathname == 0 || *full_pathname == 0)
725 else if (full_pathname[0] != '/')
726 dn = full_pathname;
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dexec.c117 com2 = full_pathname (command);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dgeneral.h308 extern char *full_pathname __P((char *));
H A Dmailcheck.c158 filename = full_pathname (file);
H A Dgeneral.c602 full_pathname (file) function
H A Dvariables.c704 name = full_pathname (tname);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dar.c135 static bfd_boolean full_pathname = FALSE;
279 if (full_pathname)
560 full_pathname = TRUE;
133 static bfd_boolean full_pathname = FALSE; variable
/macosx-10.10/vim-55/src/
H A Dgui_photon.c2527 char_u full_pathname[ MAXPATHL + 1 ]; local
2538 ( ( gui_find_bitmap( menu->name, full_pathname, "gif" ) == OK ) ||
2539 ( gui_find_bitmap( menu->name, full_pathname, "png" ) == OK ) ) )
2540 icon = gui_ph_toolbar_load_icon( full_pathname );

Completed in 197 milliseconds