Home
last modified time | relevance | path

Searched defs:posix (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/tests/include/
H A Dt_limits.c254 ATF_TC_HEAD(posix, tc) in ATF_TC_HEAD() argument
259 ATF_TC_BODY(posix, tc) in ATF_TC_BODY() argument
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A DMakefile.am25 SUBDIRS = posix subdir
/netbsd-src/external/gpl2/grep/dist/lib/
H A DMakefile.am4 SUBDIRS = posix subdir
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native }; enumerator
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_format_lha.c135 verify(const char *refname, int posix) in verify()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgnu-unwind.h52 } posix; in x86_gnu_fallback_frame_state() member
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dgnu-unwind.h52 } posix; in x86_gnu_fallback_frame_state() member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h72 namespace posix = __gnu_posix; in _GLIBCXX_VISIBILITY() local
H A Dops-common.h322 namespace posix = fs::__gnu_posix; in _GLIBCXX_VISIBILITY() local
/netbsd-src/bin/kill/
H A Dkill.c273 int posix; in printsignals() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h79 namespace posix = __gnu_posix; in _GLIBCXX_VISIBILITY() local
H A Dops-common.h380 namespace posix = fs::__gnu_posix; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/mit/lua/dist/src/
H A DMakefile140 posix: target
/netbsd-src/usr.bin/patch/
H A Dpatch.c93 int posix = 0; /* strict POSIX mode? */ variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc1263 namespace posix { namespace
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp50 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enumerator