Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 160) sorted by relevance

1234567

/openbsd/regress/sys/kern/realpath-unmount/
H A DMakefile7 PROGS= realpath-chroot realpath-chdir
18 ${SUDO} mkdir -p /mnt/regress-realpath
34 ${SUDO} ./realpath-chroot /mnt/regress-realpath /
35 ${SUDO} umount /mnt/regress-realpath
40 ${SUDO} ./realpath-chroot /mnt/regress-realpath/foo /
46 ${SUDO} ./realpath-chroot /mnt/regress-realpath /foo
52 ${SUDO} ./realpath-chroot /mnt/regress-realpath/foo /bar
58 ${SUDO} ./realpath-chdir /mnt/regress-realpath .
64 ${SUDO} ./realpath-chdir /mnt/regress-realpath/foo .
70 ${SUDO} ./realpath-chdir /mnt/regress-realpath foo
[all …]
H A Drealpath-chdir.c40 if (realpath(dir, res) == NULL) in main()
H A Drealpath-chroot.c40 if (realpath(dir, res) == NULL) in main()
/openbsd/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.pm31 *realpath = \&fast_abs_path;
106 realpath => 'fast_abs_path',
135 realpath => 'fast_abs_path',
491 my $realpath = getcwd();
495 $realpath;
631 my $realpath = <REALPATH>;
633 chomp $realpath;
634 return $realpath;
659 *realpath = \&abs_path;
/openbsd/lib/libutil/
H A Dopendev.c49 opendev(const char *path, int oflags, int dflags, char **realpath) in opendev() argument
106 if (realpath) in opendev()
107 *realpath = namebuf; in opendev()
/openbsd/gnu/llvm/lldb/bindings/python/
H A Dget-python-config.py47 prefix = os.path.realpath(sys.prefix)
56 if os.path.realpath(exe) != exe:
57 exe = os.path.realpath(exe)
/openbsd/usr.bin/libtool/LT/
H A DProgram.pm70 my $realpath = "$srcdir/$ltdir/$srcfile";
71 LT::Exec->install(@$instprog, @$instopts, $realpath, $dst);
/openbsd/gnu/lib/libiberty/src/
H A Dlrealpath.c85 const char *rp = realpath (filename, buf); in lrealpath()
123 rp = realpath (filename, buf); in lrealpath()
/openbsd/regress/sys/kern/
H A DMakefile16 SUBDIR+= rcvtimeo realpath realpath-unmount recvwait rlimit-file
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Ddiscovery.py55 cfgpath = os.path.realpath(cfgpath)
66 source_root = os.path.realpath(cfg.test_source_root or path)
67 exec_root = os.path.realpath(cfg.test_exec_root or path)
72 real_path = os.path.realpath(path)
/openbsd/gnu/llvm/clang/tools/scan-build/bin/
H A Dscan-build450 my $JS = Cwd::realpath("$RealBin/../share/scan-build/sorttable.js");
460 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
933 my $ScanView = Cwd::realpath("$RealBin/scan-view");
935 if (! -x $ScanView) { $ScanView = Cwd::realpath("$RealBin/../../scan-view/bin/scan-view"); }
1485 $Clang = Cwd::realpath("$RealBin/bin/clang") if (-f "$RealBin/bin/clang");
1487 $Clang = Cwd::realpath("$RealBin/clang") if (-f "$RealBin/clang");
1495 $Clang = Cwd::realpath("$RealBin/../../bin/clang");
1889 my $AbsRealBin = Cwd::realpath($RealBin);
/openbsd/lib/libc/stdlib/
H A DMakefile.inc11 radixsort.c rand.c random.c realpath.c remque.c setenv.c strtoimax.c \
32 ptsname.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \
H A Drealpath.c32 realpath(const char *path, char *resolved) in realpath() function
/openbsd/usr.bin/realpath/
H A DMakefile3 PROG= realpath
/openbsd/gnu/llvm/llvm/utils/rsp_bisect_test/
H A Dtest_script_inv.py13 rsp_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "rsp")
H A Dtest_script.py13 rsp_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "rsp")
/openbsd/gnu/llvm/clang/tools/scan-build-py/libexec/
H A Danalyze-c++9 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Danalyze-cc9 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dintercept-c++9 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dintercept-cc9 this_dir = os.path.dirname(os.path.realpath(__file__))
/openbsd/gnu/llvm/clang/tools/scan-build-py/bin/
H A Danalyze-build10 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dintercept-build10 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dscan-build10 this_dir = os.path.dirname(os.path.realpath(__file__))
/openbsd/gnu/usr.bin/binutils/ld/
H A Dsysdep.h69 # define REALPATH(a,b) realpath (a, b)
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dsysdep.h69 # define REALPATH(a,b) realpath (a, b)

1234567