/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | dir-common.h | 72 namespace posix = __gnu_posix; in _GLIBCXX_VISIBILITY() local 76 _Dir_base(posix::DIR* dirp = nullptr) : dirp(dirp) { } in _GLIBCXX_VISIBILITY() 80 _Dir_base(const posix::char_type* pathname, bool skip_permission_denied, in _GLIBCXX_VISIBILITY() 82 : dirp(posix::opendir(pathname)) in _GLIBCXX_VISIBILITY() 100 ~_Dir_base() { if (dirp) posix::closedir(dirp); } in _GLIBCXX_VISIBILITY() 102 const posix::dirent* in _GLIBCXX_VISIBILITY() 108 const posix::dirent* entp = posix::readdir(dirp); in _GLIBCXX_VISIBILITY() 141 posix::DIR* dirp; in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 245 using posix::stat_type; 274 ? posix::lstat(to.c_str(), &to_st) in copy() 275 : posix::stat(to.c_str(), &to_st)) in copy() 482 if (posix::mkdir(p.c_str(), mode)) in create_dir() 704 if (posix::chdir(p.c_str())) in current_path() 788 if (posix::stat(p.c_str(), &st)) in do_stat() 914 posix::utimbuf times; in last_write_time() 918 if (posix::utime(p.c_str(), ×)) in last_write_time() 996 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1204 if (posix::stat(p.c_str(), &st)) in status() [all …]
|
A D | ops-common.h | 322 namespace posix = fs::__gnu_posix; in _GLIBCXX_VISIBILITY() local 329 if (posix::stat(to, &st1)) in _GLIBCXX_VISIBILITY() 351 if (posix::stat(from, &st2)) in _GLIBCXX_VISIBILITY() 409 ~CloseFD() { if (fd != -1) posix::close(fd); } in _GLIBCXX_VISIBILITY() 410 bool close() { return posix::close(std::exchange(fd, -1)) == 0; } in _GLIBCXX_VISIBILITY() 419 CloseFD in = { posix::open(from, iflag) }; in _GLIBCXX_VISIBILITY() 433 CloseFD out = { posix::open(to, oflag, S_IWUSR) }; in _GLIBCXX_VISIBILITY() 448 if (posix::chmod(to, from_st->st_mode)) in _GLIBCXX_VISIBILITY()
|
A D | dir.cc | 46 namespace posix = std::filesystem::__gnu_posix; 57 _Dir(posix::DIR* dirp, const path& p) : _Dir_base(dirp), path(p) { } in _Dir() 193 if (posix::DIR* dirp = posix::opendir(p.c_str())) in recursive_directory_iterator()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | dir-common.h | 72 namespace posix = __gnu_posix; in _GLIBCXX_VISIBILITY() local 76 _Dir_base(posix::DIR* dirp = nullptr) : dirp(dirp) { } in _GLIBCXX_VISIBILITY() 80 _Dir_base(const posix::char_type* pathname, bool skip_permission_denied, in _GLIBCXX_VISIBILITY() 82 : dirp(posix::opendir(pathname)) in _GLIBCXX_VISIBILITY() 100 ~_Dir_base() { if (dirp) posix::closedir(dirp); } in _GLIBCXX_VISIBILITY() 102 const posix::dirent* in _GLIBCXX_VISIBILITY() 108 const posix::dirent* entp = posix::readdir(dirp); in _GLIBCXX_VISIBILITY() 141 posix::DIR* dirp; in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 245 using posix::stat_type; 274 ? posix::lstat(to.c_str(), &to_st) in copy() 275 : posix::stat(to.c_str(), &to_st)) in copy() 482 if (posix::mkdir(p.c_str(), mode)) in create_dir() 704 if (posix::chdir(p.c_str())) in current_path() 788 if (posix::stat(p.c_str(), &st)) in do_stat() 914 posix::utimbuf times; in last_write_time() 918 if (posix::utime(p.c_str(), ×)) in last_write_time() 996 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1204 if (posix::stat(p.c_str(), &st)) in status() [all …]
|
A D | ops-common.h | 322 namespace posix = fs::__gnu_posix; in _GLIBCXX_VISIBILITY() local 329 if (posix::stat(to, &st1)) in _GLIBCXX_VISIBILITY() 351 if (posix::stat(from, &st2)) in _GLIBCXX_VISIBILITY() 409 ~CloseFD() { if (fd != -1) posix::close(fd); } in _GLIBCXX_VISIBILITY() 410 bool close() { return posix::close(std::exchange(fd, -1)) == 0; } in _GLIBCXX_VISIBILITY() 419 CloseFD in = { posix::open(from, iflag) }; in _GLIBCXX_VISIBILITY() 433 CloseFD out = { posix::open(to, oflag, S_IWUSR) }; in _GLIBCXX_VISIBILITY() 448 if (posix::chmod(to, from_st->st_mode)) in _GLIBCXX_VISIBILITY()
|
A D | dir.cc | 46 namespace posix = std::filesystem::__gnu_posix; 57 _Dir(posix::DIR* dirp, const path& p) : _Dir_base(dirp), path(p) { } in _Dir() 193 if (posix::DIR* dirp = posix::opendir(p.c_str())) in recursive_directory_iterator()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | dir-common.h | 72 namespace posix = __gnu_posix; in _GLIBCXX_VISIBILITY() local 76 _Dir_base(posix::DIR* dirp = nullptr) : dirp(dirp) { } in _GLIBCXX_VISIBILITY() 80 _Dir_base(const posix::char_type* pathname, bool skip_permission_denied, in _GLIBCXX_VISIBILITY() 82 : dirp(posix::opendir(pathname)) in _GLIBCXX_VISIBILITY() 100 ~_Dir_base() { if (dirp) posix::closedir(dirp); } in _GLIBCXX_VISIBILITY() 102 const posix::dirent* in _GLIBCXX_VISIBILITY() 108 const posix::dirent* entp = posix::readdir(dirp); in _GLIBCXX_VISIBILITY() 141 posix::DIR* dirp; in _GLIBCXX_VISIBILITY()
|
A D | ops.cc | 245 using posix::stat_type; 274 ? posix::lstat(to.c_str(), &to_st) in copy() 275 : posix::stat(to.c_str(), &to_st)) in copy() 482 if (posix::mkdir(p.c_str(), mode)) in create_dir() 704 if (posix::chdir(p.c_str())) in current_path() 788 if (posix::stat(p.c_str(), &st)) in do_stat() 914 posix::utimbuf times; in last_write_time() 918 if (posix::utime(p.c_str(), ×)) in last_write_time() 996 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1204 if (posix::stat(p.c_str(), &st)) in status() [all …]
|
A D | ops-common.h | 313 namespace posix = fs::__gnu_posix; in _GLIBCXX_VISIBILITY() local 320 if (posix::stat(to, &st1)) in _GLIBCXX_VISIBILITY() 342 if (posix::stat(from, &st2)) in _GLIBCXX_VISIBILITY() 400 ~CloseFD() { if (fd != -1) posix::close(fd); } in _GLIBCXX_VISIBILITY() 401 bool close() { return posix::close(std::exchange(fd, -1)) == 0; } in _GLIBCXX_VISIBILITY() 410 CloseFD in = { posix::open(from, iflag) }; in _GLIBCXX_VISIBILITY() 424 CloseFD out = { posix::open(to, oflag, S_IWUSR) }; in _GLIBCXX_VISIBILITY() 439 if (posix::chmod(to, from_st->st_mode)) in _GLIBCXX_VISIBILITY()
|
A D | dir.cc | 46 namespace posix = std::filesystem::__gnu_posix; 57 _Dir(posix::DIR* dirp, const path& p) : _Dir_base(dirp), path(p) { } in _Dir() 193 if (posix::DIR* dirp = posix::opendir(p.c_str())) in recursive_directory_iterator()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | fs_ops.cc | 341 ? posix::lstat(to.c_str(), &to_st) in copy() 581 if (posix::mkdir(p.c_str(), mode)) in create_dir() 804 if (posix::chdir(p.c_str())) in current_path() 929 posix::stat_type st; in do_stat() 930 if (posix::stat(p.c_str(), &st)) in do_stat() 1073 posix::utimbuf times; in last_write_time() 1077 if (posix::utime(p.c_str(), ×)) in last_write_time() 1132 else if (posix::chmod(p.c_str(), static_cast<posix::mode_t>(prms))) in permissions() 1177 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1513 if (posix::stat(str, &st)) in status() [all …]
|
A D | fs_dir.cc | 40 namespace posix = std::filesystem::__gnu_posix; 54 _Dir(posix::DIR* dirp, const path& p) : _Dir_base(dirp), path(p) { } in _Dir() 183 _Dir_stack(directory_options opts, posix::DIR* dirp, const path& p) in _Dir_stack() 199 if (posix::DIR* dirp = posix::opendir(p.c_str())) in recursive_directory_iterator()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | fs_dir.cc | 40 namespace posix = std::filesystem::__gnu_posix; 54 _Dir(posix::DIR* dirp, const path& p) : _Dir_base(dirp), path(p) { } in _Dir() 183 _Dir_stack(directory_options opts, posix::DIR* dirp, const path& p) in _Dir_stack() 199 if (posix::DIR* dirp = posix::opendir(p.c_str())) in recursive_directory_iterator()
|
A D | fs_ops.cc | 341 ? posix::lstat(to.c_str(), &to_st) in copy() 342 : posix::stat(to.c_str(), &to_st)) in copy() 581 if (posix::mkdir(p.c_str(), mode)) in create_dir() 804 if (posix::chdir(p.c_str())) in current_path() 929 posix::stat_type st; in do_stat() 930 if (posix::stat(p.c_str(), &st)) in do_stat() 1073 posix::utimbuf times; in last_write_time() 1077 if (posix::utime(p.c_str(), ×)) in last_write_time() 1177 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1513 if (posix::stat(str, &st)) in status() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | fs_dir.cc | 40 namespace posix = std::filesystem::__gnu_posix; 54 _Dir(posix::DIR* dirp, const path& p) : _Dir_base(dirp), path(p) { } in _Dir() 183 _Dir_stack(directory_options opts, posix::DIR* dirp, const path& p) in _Dir_stack() 199 if (posix::DIR* dirp = posix::opendir(p.c_str())) in recursive_directory_iterator()
|
A D | fs_ops.cc | 341 ? posix::lstat(to.c_str(), &to_st) in copy() 342 : posix::stat(to.c_str(), &to_st)) in copy() 581 if (posix::mkdir(p.c_str(), mode)) in create_dir() 804 if (posix::chdir(p.c_str())) in current_path() 929 posix::stat_type st; in do_stat() 930 if (posix::stat(p.c_str(), &st)) in do_stat() 1073 posix::utimbuf times; in last_write_time() 1077 if (posix::utime(p.c_str(), ×)) in last_write_time() 1177 if (posix::lstat(p.c_str(), &st)) in read_symlink() 1425 if (posix::stat(str, &st)) in status() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.dat | 298 * posix/bug-regex13.c (tests): Add new test. 426 * posix/regcomp.c: Use tabs instead of spaces. 427 * posix/regexec.c: Likewise. 428 * posix/regex_internal.h: Likewise. 751 * posix/regcomp.c (free_mem): Likewise. 964 * posix/bug-regex14.c: New file. 1076 * posix/bug-regex13.c: New file. 2084 * sysdeps/posix/readv.c: Likewise 2089 * sysdeps/posix/writev.c: Likewise 2097 * sysdeps/posix/waitid.c: Likewise. [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/ |
A D | locale.c | 167 #warning TODO: Move posix and utf8 strings. 169 static const char posix[] = "POSIX"; 1060 #warning TODO: Move posix and utf8 strings. 1062 static const char posix[] = "POSIX"; 1106 if (((*p == 'C') && !p[1]) || !strcmp(p, posix)) { in find_locale() 1241 envstr[3] = posix; in newlocale()
|
/l4re-core-master/lua/lib/contrib/ |
A D | Makefile | 39 PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i960/ |
A D | specs.uclinux.gcc-2.95.i960-intel-coff | 38 -Di960 -Di80960 -DI960 -DI80960 -Acpu(i960) -Amachine(i960) -Dunix -Dlinux -Asystem(posix) -D__linu…
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | Makefile | 33 PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris 137 posix: target
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ |
A D | Makefile.am | 880 ${host_builddir}/gthr-posix.h \ 1170 ${host_builddir}/gthr-posix.h: ${toplevel_srcdir}/libgcc/gthr-posix.h \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ |
A D | Makefile.am | 946 ${host_builddir}/gthr-posix.h \ 1274 ${host_builddir}/gthr-posix.h: ${toplevel_srcdir}/libgcc/gthr-posix.h \
|