Searched refs:posix (Results 51 - 75 of 169) sorted by relevance

1234567

/freebsd-12-stable/contrib/lua/src/
H A DMakefile29 PLATS= aix bsd c89 freebsd generic linux macosx mingw posix solaris
121 posix:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp41 return (style == Style::posix) ? Style::posix : Style::windows;
43 return (style == Style::windows) ? Style::windows : Style::posix;
H A DVirtualFileSystem.cpp1077 if (llvm::sys::path::is_absolute(Path, llvm::sys::path::Style::posix) ||
1448 if (sys::path::is_absolute(Name, sys::path::Style::posix)) {
1449 path_style = sys::path::Style::posix;
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h554 posix::Abort();
718 posix::Abort();
H A Dgtest-param-util.h688 posix::Abort();
/freebsd-12-stable/contrib/libstdc++/include/
H A DMakefile.am757 ${host_builddir}/gthr-posix.h \
1034 ${host_builddir}/gthr-posix.h: ${toplevel_srcdir}/gcc/gthr-posix.h \
1040 < ${toplevel_srcdir}/gcc/gthr-posix.h > $@
H A DMakefile.in976 ${host_builddir}/gthr-posix.h \
1408 ${host_builddir}/gthr-posix.h: ${toplevel_srcdir}/gcc/gthr-posix.h \
1414 < ${toplevel_srcdir}/gcc/gthr-posix.h > $@
/freebsd-12-stable/contrib/gperf/src/
H A Dconfigure24 *posix*) set -o posix ;;
249 *posix*) set -o posix ;;
270 *posix*) set -o posix ;;
3760 *posix*) set -o posix ;;
/freebsd-12-stable/crypto/openssh/contrib/cygwin/
H A Dssh-host-config88 /usr/bin/mount -o text,posix=0,noacl -f "${_win_etcdir}" "${_my_etcdir}"
/freebsd-12-stable/stand/libsa/
H A Dpkgfs.c89 } posix; member in union:ustar_hdr::__anon9256
/freebsd-12-stable/share/mk/
H A Dsys.mk289 .include "bsd.suffixes-posix.mk"
/freebsd-12-stable/usr.bin/patch/
H A Dpch.c432 if (posix)
455 if (posix)
1525 * if the user specified --posix or set POSIXLY_CORRECT.
/freebsd-12-stable/contrib/gperf/lib/
H A Dconfigure24 *posix*) set -o posix ;;
249 *posix*) set -o posix ;;
270 *posix*) set -o posix ;;
3742 *posix*) set -o posix ;;
/freebsd-12-stable/contrib/ntp/
H A Dconfigure28 *posix*) :
29 set -o posix ;; #(
172 *posix*) :
173 set -o posix ;; #(
5850 ntp_os_cflags="-posix"
18954 for ol_val in auto nt posix mach pth lwp yes no manual ; do
18981 auto | yes | posix) ol_aix_threads=yes ;;
19044 ol_with_threads=posix
19109 case $ol_with_threads in auto | yes | posix)
19478 ol_link_threads=posix
[all...]
/freebsd-12-stable/contrib/ntp/sntp/
H A Dconfigure28 *posix*) :
29 set -o posix ;; #(
172 *posix*) :
173 set -o posix ;; #(
5617 ntp_os_cflags="-posix"
9628 for ol_val in auto nt posix mach pth lwp yes no manual ; do
9655 auto | yes | posix) ol_aix_threads=yes ;;
9718 ol_with_threads=posix
9783 case $ol_with_threads in auto | yes | posix)
10152 ol_link_threads=posix
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp266 sys::path::is_absolute(fileName, sys::path::Style::posix))
284 ? sys::path::Style::posix
/freebsd-12-stable/crypto/heimdal/etc/
H A DMakefile.in56 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
/freebsd-12-stable/crypto/heimdal/include/
H A DMakefile.in60 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
/freebsd-12-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in56 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp991 loaded_image->SetFile(name_string, llvm::sys::path::Style::posix);
/freebsd-12-stable/crypto/heimdal/admin/
H A DMakefile.in58 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
/freebsd-12-stable/crypto/heimdal/appl/
H A DMakefile.in56 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
/freebsd-12-stable/crypto/heimdal/appl/afsutil/
H A DMakefile.in58 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
/freebsd-12-stable/crypto/heimdal/appl/ftp/
H A DMakefile.in56 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
/freebsd-12-stable/crypto/heimdal/appl/ftp/common/
H A DMakefile.in57 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \

Completed in 534 milliseconds

1234567