Searched refs:posix (Results 1 - 25 of 699) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/grep/dist/lib/
H A DMakefile.am4 SUBDIRS = posix
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.gc/
H A Dstartbackgc.d2 import core.sys.posix.sys.wait : waitpid;
3 import core.sys.posix.unistd : fork, _exit;
H A Dforkgc.d3 import core.sys.posix.sys.wait;
4 import core.sys.posix.unistd;
H A Dforkgc2.d2 import core.sys.posix.sys.wait : waitpid;
3 import core.sys.posix.unistd : fork;
H A Dsigmaskgc.d10 import core.sys.posix.signal;
11 import core.sys.posix.unistd;
/netbsd-current/usr.bin/make/unit-tests/
H A Ddeptgt-posix.mk1 # $NetBSD: deptgt-posix.mk,v 1.4 2022/05/07 21:24:52 rillig Exp $
6 # '%POSIX' is defined and <posix.mk> is included, if it exists. Other than
11 # option '-r' was given. This means that an implementation of <posix.mk> must
15 # directory to prevent unit-tests/posix.mk from interfering with the posix.mk
24 TESTTMP= ${TMPDIR:U/tmp}/make.test.deptgt-posix
37 printf '%s\n' > ${SYSDIR}/posix.mk \
38 'CC=posix-cc'
40 check-is-posix: .USE
42 '.if $${CC} != "posix
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h72 namespace posix = __gnu_posix;
76 _Dir_base(posix::DIR* dirp = nullptr) : dirp(dirp) { }
80 _Dir_base(const posix::char_type* pathname, bool skip_permission_denied,
82 : dirp(posix::opendir(pathname))
100 ~_Dir_base() { if (dirp) posix::closedir(dirp); }
102 const posix::dirent*
108 const posix::dirent* entp = posix::readdir(dirp);
141 posix::DIR* dirp;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h79 namespace posix = __gnu_posix;
102 _At_path(const posix::char_type* p) noexcept
106 _At_path(int fd, const posix::char_type* p, size_t offset) noexcept
110 const posix::char_type*
116 const posix::char_type*
120 const posix::char_type* pathname; // Full path relative to CWD.
156 ~_Dir_base() { if (dirp) posix::closedir(dirp); }
158 const posix::dirent*
164 const posix::dirent* entp = posix
[all...]
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/powerpc/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/sparc/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/x86_64/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/i386/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/powerpc64/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/m68000/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/alpha/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/ia64/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/mips64eb/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/mips64el/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/mipseb/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/mipsel/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/sh3eb/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/sh3el/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/vax/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/m68k/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h
/netbsd-current/external/gpl3/gcc/lib/libgcc/arch/sparc64/
H A Dgthr-defs.mk9 G_thread_header=gthr-posix.h

Completed in 165 milliseconds

1234567891011>>