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

123456

/freebsd-10.3-release/tools/test/iconv/posix/
H A DMakefile1 # $FreeBSD: releng/10.3/tools/test/iconv/posix/Makefile 276486 2014-12-31 23:25:37Z ngie $
3 PROG= posix
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_lha.c136 verify(const char *refname, int posix) argument
146 if (posix)
160 if (posix)
185 if (posix) {
220 if (posix)
233 if (posix) {
243 if (posix) {
/freebsd-10.3-release/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-10.3-release/tests/sys/acl/
H A DMakefile11 FILES+= tools-posix.test
H A D00.sh30 # This is a wrapper script to run tools-posix.test on UFS filesystem.
34 # and do /path/to/test run /path/to/test tools-posix.test, e.g.
36 # /usr/src/tools/regression/acltools/run /usr/src/tools/regression/acltools/tools-posix.test
78 perl $TESTDIR/run $TESTDIR/tools-posix.test > /dev/null
H A D03.sh65 MNT2=$MNTROOT/posix
/freebsd-10.3-release/gnu/lib/libregex/
H A DMakefile18 PXINCSDIR= ${INCSDIR}/posix
25 sed 's=<posix/regex\.h>=<gnu/posix/regex.h>=g' \
H A Dregex.h8 #include <posix/regex.h>
/freebsd-10.3-release/tools/test/iconv/
H A DMakefile3 SUBDIR= tablegen refgen posix gnu
72 posixtest: posix
73 @${.CURDIR}/posix/posix
/freebsd-10.3-release/contrib/groff/src/include/
H A DMakefile.sub21 posix.h \
/freebsd-10.3-release/gnu/lib/libgomp/
H A DMakefile7 .PATH: ${SRCDIR} ${SRCDIR}/config/posix
21 CFLAGS+= -I${.CURDIR} -I. -I${SRCDIR} -I${SRCDIR}/config/posix
/freebsd-10.3-release/usr.bin/patch/
H A Dcommon.h117 extern int posix;
H A Dpatch.c88 int posix = 0; /* strict POSIX mode? */ variable
207 if (v != NULL || !posix)
493 {"posix", no_argument, &posix, 1},
625 posix = 1;
635 " [--posix] [origfile [patchfile]]\n"
H A Dpch.c390 if (posix)
413 if (posix)
1483 * if the user specified --posix or set POSIXLY_CORRECT.
/freebsd-10.3-release/usr.bin/bmake/unit-tests/
H A DMakefile55 posix \
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A DMakefile.in48 posix \
/freebsd-10.3-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp47 enum OutputFormatTy { bsd, sysv, posix }; enumerator in enum:__anon3826::OutputFormatTy
53 clEnumVal(posix, "POSIX.2 format"),
82 cl::opt<bool> POSIXFormat("P", cl::desc("Alias for --format=posix"));
203 if (OutputFormat == posix && MultipleFiles) {
236 if (OutputFormat == posix) {
680 if (POSIXFormat) OutputFormat = posix;
/freebsd-10.3-release/gnu/lib/libstdc++/
H A DMakefile559 THRHDRS= gthr.h gthr-single.h gthr-posix.h gthr-tpf.h gthr-default.h
575 gthr-posix.h: ${GCCDIR}/gthr-posix.h
582 gthr-tpf.h: ${GCCDIR}/gthr-posix.h
589 gthr-default.h: ${GCCDIR}/gthr-posix.h
/freebsd-10.3-release/contrib/gperf/
H A Dconfigure24 *posix*) set -o posix ;;
249 *posix*) set -o posix ;;
270 *posix*) set -o posix ;;
1828 *posix*) set -o posix ;;
/freebsd-10.3-release/contrib/gperf/doc/
H A Dconfigure24 *posix*) set -o posix ;;
249 *posix*) set -o posix ;;
270 *posix*) set -o posix ;;
1871 *posix*) set -o posix ;;
/freebsd-10.3-release/crypto/openssh/contrib/cygwin/
H A Dssh-host-config89 /usr/bin/mount -o text,posix=0,noacl -f "${_win_etcdir}" "${_my_etcdir}"
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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 ;;

Completed in 160 milliseconds

123456