/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/ |
A D | getcwd.c | 18 foo = getcwd(NULL, 0); in main() 21 foo = getcwd(NULL, 100); in main() 24 foo = getcwd(junk, sizeof(junk)); in main() 27 foo = getcwd(crap, sizeof(crap)); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-basic6.c | 45 char *p2 = getcwd (NULL, 0); in tf() 67 p = getcwd (NULL, 0); in tf() 94 p = getcwd (NULL, 0); in do_test() 110 char *p2 = getcwd (NULL, 0); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/stdlib/ |
A D | test-canon.c | 136 getcwd (cwd, sizeof(buf)); in do_test() 223 getcwd (buf, sizeof(buf)); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | getcwd.c | 167 char *getcwd(char *buf, size_t size) 199 libc_hidden_def(getcwd)
|
A D | getdirname.c | 55 return getcwd ((char *) NULL, 0); in get_current_dir_name()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | unistd.SUSv4.syms | 24 getcwd
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | ops-common.h | 93 inline wchar_t* getcwd(wchar_t* buf, size_t size) in _GLIBCXX_VISIBILITY() 147 using ::getcwd; in _GLIBCXX_VISIBILITY() 178 inline char* getcwd(char*, size_t) { errno = ENOTSUP; return nullptr; } in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 639 if (char_ptr cwd = char_ptr{posix::getcwd(nullptr, 0)}) in current_path() 667 if (getcwd(buf.get(), size)) in current_path()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | ops-common.h | 93 inline wchar_t* getcwd(wchar_t* buf, size_t size) in _GLIBCXX_VISIBILITY() 147 using ::getcwd; in _GLIBCXX_VISIBILITY() 178 inline char* getcwd(char*, size_t) { errno = ENOTSUP; return nullptr; } in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 639 if (char_ptr cwd = char_ptr{posix::getcwd(nullptr, 0)}) in current_path() 667 if (getcwd(buf.get(), size)) in current_path()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | ops-common.h | 93 inline wchar_t* getcwd(wchar_t* buf, size_t size) in _GLIBCXX_VISIBILITY() 138 using ::getcwd; in _GLIBCXX_VISIBILITY() 169 inline char* getcwd(char*, size_t) { errno = ENOTSUP; return nullptr; } in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 639 if (char_ptr cwd = char_ptr{posix::getcwd(nullptr, 0)}) in current_path() 667 if (getcwd(buf.get(), size)) in current_path()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | realpath.c | 71 if (!getcwd(new_path, PATH_MAX - 1)) in realpath()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | unistd.h | 541 extern char *getcwd (char *__buf, size_t __size) __THROW __wur; 542 libc_hidden_proto(getcwd)
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 655 extern "C" char *getcwd(char *buf, size_t size) in getcwd() function 656 noexcept(noexcept(getcwd(buf, size))) in getcwd()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | .gitignore | 319 unistd/getcwd
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/ |
A D | ftw.c | 107 # define __getcwd getcwd
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/ |
A D | ops.cc | 635 if (char_ptr cwd = char_ptr{::getcwd(nullptr, 0)}) in current_path() 656 if (getcwd(buf.get(), size)) in current_path()
|
A D | std-ops.cc | 874 if (char_ptr cwd = char_ptr{::getcwd(nullptr, 0)}) in current_path() 895 if (getcwd(buf.get(), size)) in current_path()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/ |
A D | ops.cc | 855 if (char_ptr cwd = char_ptr{::getcwd(nullptr, 0)}) in current_path() 876 if (getcwd(buf.get(), size)) in current_path()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/ |
A D | ops.cc | 875 if (char_ptr cwd = char_ptr{::getcwd(nullptr, 0)}) in current_path() 896 if (getcwd(buf.get(), size)) in current_path()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/ |
A D | ops.cc | 873 if (char_ptr cwd = char_ptr{::getcwd(nullptr, 0)}) in current_path() 894 if (getcwd(buf.get(), size)) in current_path()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | fs_ops.cc | 739 if (char_ptr cwd = char_ptr{posix::getcwd(nullptr, 0)}) in current_path() 767 if (getcwd(buf.get(), size)) in current_path()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | fs_ops.cc | 739 if (char_ptr cwd = char_ptr{posix::getcwd(nullptr, 0)}) in current_path() 767 if (getcwd(buf.get(), size)) in current_path()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | fs_ops.cc | 739 if (char_ptr cwd = char_ptr{posix::getcwd(nullptr, 0)}) in current_path() 767 if (getcwd(buf.get(), size)) in current_path()
|