Home
last modified time | relevance | path

Searched defs:getcwd (Results 76 – 100 of 2868) sorted by last modified time

12345678910>>...115

/dports/devel/dep/dep-0.5.4/vendor/golang.org/x/sys/unix/
H A Dzsyscall_aix_ppc.go160 func getcwd(buf []byte) (err error) { func
H A Dzsyscall_aix_ppc64.go44 func getcwd(buf []byte) (err error) { func
/dports/devel/mcpp/mcpp-2.7.2/src/
H A Dsystem.c50 #define getcwd( buf, size) _getcwd( buf, size) macro
/dports/devel/rcs57/rcs-5.7/src/
H A Drcsfnms.c957 getcwd(path, size) in getcwd() function
/dports/devel/cquery/cquery-20180718/third_party/loguru/
H A Dloguru.hpp1837 #define getcwd _getcwd in init() macro
/dports/devel/gindent/indent-2.2.12/intl/
H A Ddcigettext.c134 # define getcwd __getcwd macro
142 # define getcwd(buf, max) getwd (buf) macro
145 # define getcwd(buf, max) (getcwd) (buf, max, 0) macro
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dmake.h729 # define getcwd(buf, len) getwd (buf) macro
847 # define getcwd _getcwd2 macro
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/
H A Dsysdeps.h281 #define getcwd adb_getcwd macro
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dthrpool_server.c63 char *getcwd(char *buf, size_t size) in getcwd() function
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/
H A Dcompat.py654 def getcwd(): function
/dports/deskutils/calibre/calibre-src-5.34.0/src/polyglot/
H A Dbuiltins.py80 getcwd = os.getcwd variable
/dports/deskutils/foliate/foliate-2.6.3/src/assets/KindleUnpack/
H A Dunipath.py74 def getcwd(): function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/base/
H A Dport.h804 #define getcwd _getcwd macro
/dports/chinese/enscript/enscript-1.6.6/src/
H A Dgsint.h115 #define getcwd(buf, len) getwd(buf) macro
/dports/audio/musepack/musepack_src_r475/mpcenc/
H A Dmpcenc.h96 # define getcwd(__buff,__len) _getcwd ((__buff), (__len)) macro
/dports/audio/epos-devel/epos-2.5.37/src/
H A Depos.h68 #define getcwd _getcwd macro
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/utils/
H A Dsupport.c673 char *getcwd(char *buf, size_t size) in getcwd() function
/dports/audio/wavegain/WaveGain-1.2.8/
H A Dmisc.h9 #define getcwd _getcwd macro
/dports/devel/gmake/make-4.3/src/
H A Dmakeint.h629 # define getcwd(buf, len) getwd (buf) macro
772 # define getcwd _getcwd2 macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libc/src/fuchsia/
H A Dmod.rs3585 pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; in getcwd() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/redox_syscall/src/
H A Dcall.rs158 pub fn getcwd(buf: &mut [u8]) -> Result<usize> { in getcwd() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/nix/src/
H A Dunistd.rs556 pub fn getcwd() -> Result<PathBuf> { in getcwd() function
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsUpdateDriver.cpp50 # define getcwd(path, size) _getcwd(path, size) macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libc/src/unix/
H A Dmod.rs848 pub fn getcwd(buf: *mut c_char, size: ::size_t) -> *mut c_char; in getcwd() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libc/src/vxworks/
H A Dmod.rs1272 pub fn getcwd(buf: *mut ::c_char, size: ::size_t) -> *mut ::c_char; in getcwd() function

12345678910>>...115