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

  /external/clang/test/Sema/
attr-bounded.c 14 char *getwd(char *)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getcwd.c 10 /* Version for BSD systems -- use getwd() */
24 extern char *getwd(char *);
36 ret = getwd(localbuf);
  /external/python/cpython2/Python/
getcwd.c 10 /* Version for BSD systems -- use getwd() */
24 extern char *getwd(char *);
36 ret = getwd(localbuf);
  /external/kmod/port-gnu/
config.h 173 #define get_current_dir_name() getwd(malloc(128))
  /external/libpcap/lbl/
os-sunos4.h 107 char *getwd(char *);
  /external/tcpdump/lbl/
os-sunos4.h 108 char *getwd(char *);
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 51 // We're going to use deprecated APIs here (e.g. getwd). That's OK.
364 EXPECT_NO_DEATH(getwd(large_buffer));
369 EXPECT_NO_DEATH(getwd(unknown_size_buffer));
  /external/e2fsprogs/intl/
dcigettext.c 148 char *getwd ();
149 # define getcwd(buf, max) getwd (buf)
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_darwin.go 23 func Getwd() (string, error) {
34 // If pkg/os/getwd.go gets ENOTSUP, it will fall back to the
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 318 milliseconds