Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 25 of 26) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/
A Dgetcwd.c18 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 Dtst-basic6.c45 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 Dtest-canon.c136 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 Dgetcwd.c167 char *getcwd(char *buf, size_t size)
199 libc_hidden_def(getcwd)
A Dgetdirname.c55 return getcwd ((char *) NULL, 0); in get_current_dir_name()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dunistd.SUSv4.syms24 getcwd
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h93 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 Dops.cc639 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 Dops-common.h93 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 Dops.cc639 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 Dops-common.h93 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 Dops.cc639 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 Drealpath.c71 if (!getcwd(new_path, PATH_MAX - 1)) in realpath()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dunistd.h541 extern char *getcwd (char *__buf, size_t __size) __THROW __wur;
542 libc_hidden_proto(getcwd)
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc655 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.gitignore319 unistd/getcwd
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/
A Dftw.c107 # define __getcwd getcwd
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dops.cc635 if (char_ptr cwd = char_ptr{::getcwd(nullptr, 0)}) in current_path()
656 if (getcwd(buf.get(), size)) in current_path()
A Dstd-ops.cc874 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 Dops.cc855 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 Dops.cc875 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 Dops.cc873 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 Dfs_ops.cc739 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 Dfs_ops.cc739 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 Dfs_ops.cc739 if (char_ptr cwd = char_ptr{posix::getcwd(nullptr, 0)}) in current_path()
767 if (getcwd(buf.get(), size)) in current_path()

Completed in 49 milliseconds

12