HomeSort by relevance Sort by last modified time
    Searched refs:getwd (Results 1 - 25 of 34) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/libiberty/
getcwd.c 1 /* Emulate getcwd using getwd.
33 extern char *getwd ();
46 result = getwd (ourbuf);
getpwd.c 50 extern char *getwd ();
51 #define getcwd(buf,len) getwd(buf)
  /external/clang/test/Sema/
attr-bounded.c 14 char *getwd(char *)
  /prebuilts/go/darwin-x86/src/syscall/
pwd_plan9.go 32 // always call chdir when getwd returns an error
33 wd, _ := getwd()
42 // goroutine-specific getwd
43 func getwd() (wd string, err error) { func
52 func Getwd() (wd string, err error) {
59 wd, err = getwd()
76 wd, err := getwd()
  /prebuilts/go/linux-x86/src/syscall/
pwd_plan9.go 32 // always call chdir when getwd returns an error
33 wd, _ := getwd()
42 // goroutine-specific getwd
43 func getwd() (wd string, err error) { func
52 func Getwd() (wd string, err error) {
59 wd, err = getwd()
76 wd, err := getwd()
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_darwin_arm.c 132 getwd(dir);
gcc_darwin_arm64.c 134 getwd(dir);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_darwin_arm.c 132 getwd(dir);
gcc_darwin_arm64.c 134 getwd(dir);
  /external/libpcap/lbl/
os-sunos4.h 108 char *getwd(char *);
  /external/tcpdump/lbl/
os-sunos4.h 108 char *getwd(char *);
  /ndk/sources/host-tools/make-3.81/
make.h 496 extern char *getwd ();
497 # define getcwd(buf, len) getwd (buf)
vmsfunctions.c 134 getwd (char *cwd) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
unistd.h 217 extern char *__REDIRECT_NTH (__getwd_warn, (char *__buf), getwd)
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd "
222 __NTH (getwd (char *__buf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
unistd.h 217 extern char *__REDIRECT_NTH (__getwd_warn, (char *__buf), getwd)
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd "
222 __NTH (getwd (char *__buf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
unistd.h 217 extern char *__REDIRECT_NTH (__getwd_warn, (char *__buf), getwd)
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd "
222 __NTH (getwd (char *__buf)) function
  /prebuilts/go/darwin-x86/src/os/
getwd.go 19 // syscall.Getwd based on its error.
22 // Getwd returns a rooted path name corresponding to the
25 // Getwd may return any one of them.
26 func Getwd() (dir string, err error) {
28 return syscall.Getwd()
45 // If the operating system provides a Getwd call, use it.
48 s, e := syscall.Getwd()
50 return s, NewSyscallError("getwd", e)
  /prebuilts/go/linux-x86/src/os/
getwd.go 19 // syscall.Getwd based on its error.
22 // Getwd returns a rooted path name corresponding to the
25 // Getwd may return any one of them.
26 func Getwd() (dir string, err error) {
28 return syscall.Getwd()
45 // If the operating system provides a Getwd call, use it.
48 s, e := syscall.Getwd()
50 return s, NewSyscallError("getwd", e)
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 82 // before lldb encounters the initial getwd breakpoint. As we
154 oldwd, err := os.Getwd()
290 do(`breakpoint set -n getwd`) // in runtime/cgo/gcc_darwin_arm.go
293 if err := waitFor("br getwd", "stop reason = breakpoint", 20*time.Second); err != nil {
310 if err := waitFor("br getwd prompt", "(lldb)", 0); err != nil {
318 do(`expr $mem = (char*)getwd($mem, 512)`)
529 cwd, err := os.Getwd()
577 cwd, err := os.Getwd()
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 82 // before lldb encounters the initial getwd breakpoint. As we
154 oldwd, err := os.Getwd()
290 do(`breakpoint set -n getwd`) // in runtime/cgo/gcc_darwin_arm.go
293 if err := waitFor("br getwd", "stop reason = breakpoint", 20*time.Second); err != nil {
310 if err := waitFor("br getwd prompt", "(lldb)", 0); err != nil {
318 do(`expr $mem = (char*)getwd($mem, 512)`)
529 cwd, err := os.Getwd()
577 cwd, err := os.Getwd()
  /external/e2fsprogs/intl/
dcigettext.c 148 char *getwd ();
149 # define getcwd(buf, max) getwd (buf)
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 148 char *getwd ();
149 # define getcwd(buf, max) getwd (buf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 520 extern char *getwd (char *__buf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 526 extern char *getwd (char *__buf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 440 extern char *getwd (char *);
    [all...]

Completed in 512 milliseconds

1 2