/netbsd-src/tests/lib/libc/c063/ |
H A D | t_faccessat.c | 184 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 D | 30-test_defltfips.t | 33 $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 D | 95-test_external_krb5.t | 24 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers")); 25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
|
H A D | 04-test_encoder_decoder_legacy.t | 23 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers")); 24 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
|
H A D | 04-test_nodefltctx.t | 17 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "null.cnf"));
|
H A D | 05-test_pbe.t | 25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
|
H A D | 90-test_threads.t | 23 my $config_path = abs_path(srctop_file("test", $no_fips ? "default.cnf"
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | wrap.pl.in | 13 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 D | Test.pm | 938 $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 D | config.py | 412 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 D | parse.c | 1314 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 D | c++-analyzer | 6 use lib dirname(abs_path($0));
|
H A D | ccc-analyzer | 172 print OUT abs_path($file), "\n";
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/ |
H A D | testsock.pl | 32 my $dir = dirname(abs_path($0));
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | generate_ssl_tests.pl | 32 $input_file = abs_path(shift);
|
/netbsd-src/crypto/external/bsd/openssl/dist/ |
H A D | configdata.pm.in | 11 use Cwd qw(abs_path); 16 $path = abs_path($path);
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/data/ |
H A D | write-test-data.pl | 31 my $Dir = dirname( abs_path($0) );
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
H A D | Test.pm | 873 $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 D | fs.cpp | 252 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 D | scan-build | 420 $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 D | netmgr.h | 755 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 D | PubKeyAccessAuthScheme.txt | 115 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 D | http.c | 3320 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 D | gp-display-html.in | 13922 my $abs_path_dir = Cwd::abs_path ($exp_dir_list[$i]);
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
H A D | gp-display-html.in | 15327 $abs_path_dir = Cwd::abs_path ($exp_dir_list[$i]);
|