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

1234567

/freebsd-13-stable/tools/test/iconv/posix/
H A DMakefile3 PROG= posix
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A DMakefile.am6 SUBDIRS = off posix posix-sa
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc40 using ::testing::internal::posix::GetEnv;
41 using ::testing::internal::posix::Stat;
42 using ::testing::internal::posix::StatStruct;
H A Dgtest_repeat_test.cc63 ::testing::internal::posix::Abort();\
107 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
110 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
H A Dgoogletest-options-test.cc125 posix::ChDir("..");
132 posix::ChDir(original_working_dir_.string().c_str());
H A Dgtest_environment_test.cc115 testing::internal::posix::Abort();
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/posix/
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/acl/posix
H A Dsetup.ksh49 log_must zfs set acltype=posix $TESTPOOL/$TESTFS
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/posix-sa/
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/acl/posix-sa
H A Dsetup.ksh49 log_must zfs set acltype=posix $TESTPOOL/$TESTFS
/freebsd-13-stable/tools/tools/locale/
H A DMakefile67 all: posix build afterbuild
68 .ORDER: posix build afterbuild
130 posix/${area}.${enc}.src > colldef.draft/${area}.${enc}.src
209 posix: posixcm post-posixcm posixsrc posixcol
211 ${UNIDIR}/posix:
212 ln -s -f ../posix ${.TARGET}
213 clean-posix:
214 rm -rf posix ${UNIDIR}/posix
215 ${UNIDIR}/posix/xx_Comm_
[all...]
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_limits.c253 ATF_TC(posix); variable
254 ATF_TC_HEAD(posix, tc)
259 ATF_TC_BODY(posix, tc)
283 ATF_TP_ADD_TC(tp, posix);
/freebsd-13-stable/lib/libipt/
H A DMakefile11 ${PTSRC}/libipt/src/posix \
50 -I${PTSRC}/libipt/internal/include/posix \
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_lha.c136 verify(const char *refname, int posix) argument
146 if (posix)
160 if (posix)
189 if (posix) {
230 if (posix)
245 if (posix) {
255 if (posix) {
/freebsd-13-stable/contrib/bc/tests/
H A Derrors.sh66 posix="posix_errors"
86 if [ -z "${testfile##*$posix*}" ]; then
/freebsd-13-stable/tests/sys/acl/
H A DMakefile13 ${PACKAGE}FILES+= tools-posix.test
H A D00.sh29 # This is a wrapper script to run tools-posix.test on UFS filesystem.
33 # and do /path/to/test run /path/to/test tools-posix.test, e.g.
35 # /usr/src/tools/regression/acltools/run /usr/src/tools/regression/acltools/tools-posix.test
77 perl $TESTDIR/run $TESTDIR/tools-posix.test >&2
H A D03.sh64 MNT2=$MNTROOT/posix
/freebsd-13-stable/tools/test/iconv/
H A DMakefile3 SUBDIR= tablegen refgen posix gnu
72 posixtest: posix
73 @${.CURDIR}/posix/posix
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc214 posix::StatStruct file_stat;
215 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
241 posix::StatStruct file_stat;
242 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
243 posix::IsDir(file_stat);
H A Dgtest-test-part.cc71 internal::posix::Abort();
H A Dgtest-typed-test.cc109 posix::Abort();
/freebsd-13-stable/tools/build/
H A Dcheck-links.sh58 unresolved_symbols=$(nm -u -D --format=posix "$1" | awk '$2 == "U" {print $1}' | tr '\n' ' ')
59 [ ${isbin} -eq 1 ] && bss_symbols=$(nm -D --format=posix "$1" | awk '$2 == "B" && $4 != "" {print $1}' | tr '\n' ' ')
85 lib_symbols="$(nm -D --defined-only --format=posix "${libpath}" | awk '$2 ~ /C|R|D|T|W|B|V/ {print $1}' | tr '\n' ' ')"
107 lib_symbols="$(nm --defined-only --format=posix "/usr/lib/crt1.o" | awk '$2 ~ /C|R|D|T|W|B|V/ {print $1}' | tr '\n' ' ')"
/freebsd-13-stable/usr.bin/patch/
H A Dcommon.h111 extern int posix;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp41 return FileSpec::Style::posix;
46 return (style == FileSpec::Style::posix ||
48 GetNativeStyle() == FileSpec::Style::posix));
76 : FileSpec{path, triple.isOSWindows() ? Style::windows : Style::posix} {}
213 return SetFile(path, triple.isOSWindows() ? Style::windows : Style::posix);
312 return Style::posix;
544 io.enumCase(value, "posix", FileSpecStyle(FileSpec::Style::posix));

Completed in 98 milliseconds

1234567