Home
last modified time | relevance | path

Searched refs:tsdir (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/testsuite/
H A Druntest44 d="$tsdir" \
67 for testcase in "$tsdir/$applet"/*; do
88 [ x"$tsdir" != x"" ] || tsdir="$lcwd"
143 if [ -d "$tsdir/$applet" ]; then
157 PATH="$LINKSDIR:$tsdir:$bindir:$PATH" \
158 "$tsdir/$applet.tests"
/dports/net/termshark/termshark-2.1.1/system/
H A Dpicker_android.go20 tsdir := "/data/data/com.termux/files/home"
22 tsabs := path.Join(tsdir, tsfile)
42 if err := iwatcher.Add(tsdir); err != nil { //&& !os.IsNotExist(err) {
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dcrypto.c838 int cl_validate_certificate_chain_ts_dir(char *tsdir, char *certpath) argument
846 dp = opendir(tsdir);
870 authorities[nauths] = (char *)malloc(strlen(tsdir) + strlen(dirent->d_name) + 2);
883 sprintf(authorities[nauths], "%s" PATHSEP "%s", tsdir, dirent->d_name);
H A Dclamav.h1393 int cl_validate_certificate_chain_ts_dir(char *tsdir, char *certpath);
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dcrypto.c838 int cl_validate_certificate_chain_ts_dir(char *tsdir, char *certpath) argument
846 dp = opendir(tsdir);
870 authorities[nauths] = (char *)malloc(strlen(tsdir) + strlen(dirent->d_name) + 2);
883 sprintf(authorities[nauths], "%s" PATHSEP "%s", tsdir, dirent->d_name);
H A Dclamav.h1470 int cl_validate_certificate_chain_ts_dir(char *tsdir, char *certpath);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/autoconf/
H A Dconfigure.vxworks102 tsdir=$libdir/test_server/src
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/autoconf/
H A Dconfigure.vxworks101 tsdir=$libdir/test_server/src
/dports/net-mgmt/nagios-check_postgres/check_postgres-2.25.0/
H A Dcheck_postgres.pl5230 my $tsdir = $i{T}{$tsname};
5231 $dir{$tsdir} = 1 if ! exists $dir{$tsdir};