Searched refs:make_absolute (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/ntp-92/libopts/compat/
H A Dpathfind.c27 static char* make_absolute( char const *string, char const *dot_path );
134 char* pzFullName = make_absolute( fileName, colon_unit);
166 make_absolute( char const *string, char const *dot_path ) function
/macosx-10.10/ntp-92/sntp/libopts/compat/
H A Dpathfind.c27 static char* make_absolute( char const *string, char const *dot_path );
134 char* pzFullName = make_absolute( fileName, colon_unit);
166 make_absolute( char const *string, char const *dot_path ) function
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-d30v.c50 int make_absolute = 0; local
122 make_absolute = 1;
132 if (make_absolute)
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c333 make_absolute(char *p, char *pwd) function
525 abs_src = make_absolute(abs_src, pwd);
602 tmp_dst = make_absolute(tmp_dst, pwd);
649 abs_dst = make_absolute(xstrdup(filename), pwd);
1323 path1 = make_absolute(path1, *pwd);
1324 path2 = make_absolute(path2, *pwd);
1330 path1 = make_absolute(path1, *pwd);
1331 path2 = make_absolute(path2, *pwd);
1335 path1 = make_absolute(path1, *pwd);
1345 path1 = make_absolute(path
[all...]
/macosx-10.10/emacs-93/emacs/nt/
H A Dcmdproxy.c248 make_absolute (char *prog) function
589 progname = make_absolute (path);
610 progname = make_absolute (progname);
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dcd.c374 t = make_absolute (newdir, the_current_working_directory);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dgeneral.h306 extern char *make_absolute __P((char *, char *));
H A Dgeneral.c555 make_absolute (string, dot_path) function
H A Dbashline.c2395 temp1 = make_absolute (local_dirname, t);
H A Dvariables.c683 tname = make_absolute (shell_name, get_string_value ("PWD"));
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DPathV1.h490 LLVM_PATH_DEPRECATED_MSG(fs::make_absolute));
H A DFileSystem.h234 error_code make_absolute(SmallVectorImpl<char> &path);
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-config/
H A Dllvm-config.cpp188 sys::fs::make_absolute(CurrentPath);
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DPath.cpp129 ASSERT_NO_ERROR(fs::make_absolute(temp_store));
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DPathV2.cpp600 error_code make_absolute(SmallVectorImpl<char> &path) {

Completed in 217 milliseconds