Home
last modified time | relevance | path

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

123

/dports/devel/cc65/cc65-2.19/libsrc/apple2/
H A Dinitcwd.s6 .import __cwd
13 lda #<__cwd
14 ldx #>__cwd
24 ldx __cwd
31 : lda __cwd + 1,x
32 sta __cwd,x
39 sta __cwd,x
/dports/devel/cc65/cc65-2.19/libsrc/atari/
H A Dinitcwd.s7 .import __cwd
13 sta __cwd
18 lda #<__cwd
20 lda #>__cwd
26 lda __cwd,x
30 sta __cwd,x
/dports/graphics/opencv/opencv-4.5.3/cmake/templates/
H A Dpylint.cmake.in17 set(__cwd "${PYLINT_TARGET_${__id}_CWD}") variable
18 if(NOT __cwd)
19 set(__cwd ".") variable
23 directory: \"${__cwd}\"")
26 WORKING_DIRECTORY "${__cwd}"
/dports/print/magicfilter/magicfilter-2.3.h/
H A Dconfigure.sh542 exec 5>&1 1>$__cwd/config.log 2>&1
565 cat > $__cwd/config.h << EOF
779 echo "typedef int pid_t;" >> $__cwd/config.h
814 cd $__cwd
919 __generated_files="$__generated_files $__cwd/config.md"
920 AC_SUB 'INSTALL_DIR' "$__cwd/config.md"
928 cat - >> $__cwd/config.md << \EOD
939 chmod +x $__cwd/config.md
1014 echo ';g' ) >> $__cwd/config.sub
1020 echo "HAVE_$1 = 1" >> $__cwd/config.mak
[all …]
/dports/graphics/opencv/opencv-4.5.3/cmake/
H A DOpenCVPylint.cmake37 set(__cwd ${__pylint_CWD}) variable
38 if(__cwd STREQUAL "default")
39 get_filename_component(__cwd "${__pylint_TARGET}" DIRECTORY)
43 if(__cwd)
44 set(__path "${__cwd}")
67 set(PYLINT_TARGET_${__id}_CWD "${__cwd}" CACHE INTERNAL "")
/dports/devel/cc65/cc65-2.19/libsrc/common/
H A D_cwd.s6 ; __cwd is initialized by a platform specific function named "initcwd" called
10 .export __cwd
24 __cwd: .res __cwd_buf_size label
H A Dgetcwd.s10 .import __cwd
30 ; Copy __cwd to the given buffer checking the length
/dports/devel/cc65/cc65-2.19/libsrc/cbm/
H A Dinitcwd.s8 .import curunit, __cwd
15 lda #<__cwd
16 ldx #>__cwd
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/
H A Dscriptelement.py43 __cwd = "/" variable in ScriptElement
73 self.__cwd = self.get_variable("cwd") or "/"
75 self.__cwd = work_dir
190 'cwd': self.__cwd,
199 sandbox.set_work_directory(self.__cwd)
/dports/devel/cc65/cc65-2.19/libsrc/telestrat/
H A Dinitcwd.s6 .import __cwd
22 sta __cwd,y
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/sandbox/
H A Dsandbox.py90 self.__cwd = None
130 self.__cwd = directory
247 return self.__cwd
/dports/devel/py-prance/prance-0.21.2/tests/
H A Dsandbox.py25 self.__cwd = os.getcwd()
45 os.chdir(str(self.__cwd))
/dports/archivers/py-bup/bup-0.31/config/
H A Dconfigure.inc601 __cwd=`pwd`
602 exec 5>&1 1>$__cwd/config.log 2>&1
625 rm -f $__cwd/config.h
626 cat > $__cwd/config.h.tmp << EOF
964 cd $__cwd
1013 cp $__cwd/config.h.tmp $__cwd/config.h
1195 AC_SUB 'INSTALL_DIR' "$__cwd/config.md"
1203 cat - >> $__cwd/config.md << \EOD
1214 chmod +x $__cwd/config.md
1289 echo ';g' ) >> $__cwd/config.sub
[all …]
/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/
H A Dconfigure.inc543 __cwd=`pwd`
544 exec 5>&1 1>"$__cwd"/config.log 2>&1
568 cat > "$__cwd"/config.h << EOF
1077 *) if ./ngc$$ >> "$__cwd"/config.h; then
1083 elif ./ngc$$ >> "$__cwd"/config.h; then
1087 if ./ngc$$ >> "$__cwd"/config.h; then
1106 cd "$__cwd"
1630 AC_SUB 'INSTALL_DIR' "$__cwd/config.md"
1638 cat - >> ""$__cwd"/config.md" << \EOD
1649 chmod +x "$__cwd"/config.md
[all …]
/dports/textproc/discount/discount-2.2.7/
H A Dconfigure.inc543 __cwd=`pwd`
544 exec 5>&1 1>"$__cwd"/config.log 2>&1
568 cat > "$__cwd"/config.h << EOF
1077 *) if ./ngc$$ >> "$__cwd"/config.h; then
1083 elif ./ngc$$ >> "$__cwd"/config.h; then
1087 if ./ngc$$ >> "$__cwd"/config.h; then
1106 cd "$__cwd"
1629 AC_SUB 'INSTALL_DIR' "$__cwd/config.md"
1637 cat - >> ""$__cwd"/config.md" << \EOD
1648 chmod +x "$__cwd"/config.md
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/util/perl/OpenSSL/
H A DTest.pm151 __cwd($directories{RESULTS});
201 my $reverse = __cwd($subdir,%opts);
207 __cwd($reverse);
1011 sub __cwd { subroutine
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/util/perl/OpenSSL/
H A DTest.pm151 __cwd($directories{RESULTS});
201 my $reverse = __cwd($subdir,%opts);
207 __cwd($reverse);
1011 sub __cwd { subroutine
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/util/perl/OpenSSL/
H A DTest.pm150 __cwd($directories{RESULTS});
200 my $reverse = __cwd($subdir,%opts);
206 __cwd($reverse);
1010 sub __cwd { subroutine
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/util/perl/OpenSSL/
H A DTest.pm151 __cwd($directories{RESULTS});
201 my $reverse = __cwd($subdir,%opts);
207 __cwd($reverse);
1011 sub __cwd { subroutine
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/util/perl/OpenSSL/
H A DTest.pm151 __cwd($directories{RESULTS});
201 my $reverse = __cwd($subdir,%opts);
207 __cwd($reverse);
1011 sub __cwd { subroutine
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/util/perl/OpenSSL/
H A DTest.pm151 __cwd($directories{RESULTS});
201 my $reverse = __cwd($subdir,%opts);
207 __cwd($reverse);
1011 sub __cwd { subroutine
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/util/perl/OpenSSL/
H A DTest.pm150 __cwd($directories{RESULTS});
200 my $reverse = __cwd($subdir,%opts);
206 __cwd($reverse);
1010 sub __cwd { subroutine
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm151 __cwd($directories{RESULTS});
201 my $reverse = __cwd($subdir,%opts);
207 __cwd($reverse);
1011 sub __cwd { subroutine
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/util/perl/OpenSSL/
H A DTest.pm151 __cwd($directories{RESULTS});
201 my $reverse = __cwd($subdir,%opts);
207 __cwd($reverse);
1011 sub __cwd { subroutine
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/util/perl/OpenSSL/
H A DTest.pm151 __cwd($directories{RESULTS});
201 my $reverse = __cwd($subdir,%opts);
207 __cwd($reverse);
1011 sub __cwd { subroutine

123