Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/c063/
H A Dt_faccessat.c184 char abs_path[MAXPATHLEN * 2]; in ATF_TC_BODY() local
191 snprintf(abs_path, sizeof(abs_path), "%s/%s", cwd, FILE); in ATF_TC_BODY()
192 ATF_REQUIRE(faccessat(-1, abs_path, W_OK, 0) == 0); in ATF_TC_BODY()
206 char abs_path[MAXPATHLEN * 2]; in ATF_TC_BODY() local
213 snprintf(abs_path, sizeof(abs_path), "%s/%s", cwd, DIR); in ATF_TC_BODY()
214 ATF_REQUIRE(faccessat(dfd, abs_path, W_OK, 0) == 0); in ATF_TC_BODY()
227 char abs_path[MAXPATHLEN * 2]; in ATF_TC_BODY() local
232 snprintf(abs_path, sizeof(abs_path), "%s/%s", cwd, DIR); in ATF_TC_BODY()
233 ATF_REQUIRE(faccessat(AT_FDCWD, abs_path, W_OK, 0) == 0); in ATF_TC_BODY()
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D30-test_defltfips.t33 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf"));
37 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf"));
41 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf"));
46 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf"));
50 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
H A D95-test_external_krb5.t24 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
H A D04-test_encoder_decoder_legacy.t23 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
24 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
H A D04-test_nodefltctx.t17 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "null.cnf"));
H A D05-test_pbe.t25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
H A D90-test_threads.t23 my $config_path = abs_path(srctop_file("test", $no_fips ? "default.cnf"
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dwrap.pl.in13 use Cwd qw(abs_path);
15 "'" . abs_path(catfile($config{sourcedir},
29 use Cwd qw(abs_path);
31 "'" . abs_path(catfile($config{sourcedir}, 'test/fips-and-base.cnf')) . "'";
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DTest.pm938 $directories{SRCTOP} = abs_path($ENV{SRCTOP} || $ENV{TOP});
939 $directories{BLDTOP} = abs_path($ENV{BLDTOP} || $ENV{TOP});
1092 my $abscurdir = abs_path(curdir());
1093 my $absdir = abs_path($dir);
1122 my $oldpath = abs_path($directories{$_});
1138 my $oldpath = abs_path($ENV{$_});
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dconfig.py412 abs_path = os.path.join(self.cxx_library_root, libname)
413 assert os.path.exists(abs_path) and \
415 self.cxx.link_flags += [abs_path]
437 abs_path = os.path.join(self.abi_library_root, libname)
438 self.cxx.link_flags += [abs_path]
/netbsd-src/usr.sbin/inetd/
H A Dparse.c1314 char *abs_path = realpath(glob_path, NULL); in check_no_reinclude() local
1316 if (abs_path == NULL) { in check_no_reinclude()
1322 DPRINTCONF("Absolute path '%s'", abs_path); in check_no_reinclude()
1325 if (strcmp(cur->abs, abs_path) == 0) { in check_no_reinclude()
1328 free(abs_path); in check_no_reinclude()
1332 free(abs_path); in check_no_reinclude()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
H A Dc++-analyzer6 use lib dirname(abs_path($0));
H A Dccc-analyzer172 print OUT abs_path($file), "\n";
/netbsd-src/external/mpl/bind/dist/bin/tests/system/
H A Dtestsock.pl32 my $dir = dirname(abs_path($0));
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dgenerate_ssl_tests.pl32 $input_file = abs_path(shift);
/netbsd-src/crypto/external/bsd/openssl/dist/
H A Dconfigdata.pm.in11 use Cwd qw(abs_path);
16 $path = abs_path($path);
/netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/data/
H A Dwrite-test-data.pl31 my $Dir = dirname( abs_path($0) );
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A DTest.pm873 $directories{SRCTOP} = abs_path($ENV{SRCTOP} || $ENV{TOP});
874 $directories{BLDTOP} = abs_path($ENV{BLDTOP} || $ENV{TOP});
/netbsd-src/external/bsd/atf/dist/tools/
H A Dfs.cpp252 const impl::path& abs_path = in_path.is_absolute() ? in do_unmount() local
257 if (unmount(abs_path.c_str(), 0) == -1) { in do_unmount()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dscan-build420 $BugFile = abs_path($1);
1612 $Options{OutputDir} = abs_path($OutDir);
1632 $Options{OutputDir} = abs_path($OutDir);
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dnetmgr.h755 const char *abs_path, char *outbuf,
762 * \li 'abs_path' is a valid absolute HTTP path string;
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libpaa/
H A DPubKeyAccessAuthScheme.txt115 URI = absoluteURI | abs_path
129 protection space. If a URI is an abs_path, it is relative to the
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dhttp.c3320 const char *abs_path, char *outbuf, in isc_nm_http_makeuri()
3331 REQUIRE(isc_nm_http_path_isvalid(abs_path)); in isc_nm_http_makeuri()
3375 ipv6_addr ? "]" : "", host_port, abs_path);
3301 isc_nm_http_makeuri(const bool https,const isc_sockaddr_t * sa,const char * hostname,const uint16_t http_port,const char * abs_path,char * outbuf,const size_t outbuf_len) isc_nm_http_makeuri() argument
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in13922 my $abs_path_dir = Cwd::abs_path ($exp_dir_list[$i]);
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in15327 $abs_path_dir = Cwd::abs_path ($exp_dir_list[$i]);