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

123456

/freebsd-11-stable/tools/test/iconv/posix/
H A DMakefile3 PROG= posix
/freebsd-11-stable/tools/tools/locale/
H A DMakefile47 cp ${ETCDIR}/common.UTF-8.src ${CLDRDIR}/posix/xx_Comm_US.UTF-8.src
93 awk -f tools/extract-colldef.awk ${CLDRDIR}/posix/${area}.${enc}.src > colldef/${area}.${enc}.src
97 cp ${ETCDIR}/common.UTF-8.src ${CLDRDIR}/posix/xx_Comm_US.UTF-8.src
152 mkdir -p ${CLDRDIR}/posix
154 . if !exists(${CLDRDIR}/posix/${area}.UTF-8.src)
156 org.unicode.cldr.posix.GeneratePOSIX \
157 -d ${CLDRDIR}/posix -m ${area} -c UTF-8
161 . if !exists(${CLDRDIR}/posix/${area}.${encoding}.src)
163 org.unicode.cldr.posix.GeneratePOSIX \
164 -d ${CLDRDIR}/posix
[all...]
/freebsd-11-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-11-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-11-stable/gnu/lib/libregex/
H A DMakefile16 PXINCSDIR= ${INCSDIR}/posix
23 sed 's=<posix/regex\.h>=<gnu/posix/regex.h>=g' \
H A Dregex.h8 #include <posix/regex.h>
/freebsd-11-stable/tests/sys/acl/
H A DMakefile13 ${PACKAGE}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 >&2
H A D03.sh65 MNT2=$MNTROOT/posix
/freebsd-11-stable/tools/test/iconv/
H A DMakefile3 SUBDIR= tablegen refgen posix gnu
72 posixtest: posix
73 @${.CURDIR}/posix/posix
/freebsd-11-stable/contrib/groff/src/include/
H A DMakefile.sub21 posix.h \
/freebsd-11-stable/gnu/lib/libgomp/
H A DMakefile7 .PATH: ${SRCDIR} ${SRCDIR}/config/posix
21 CFLAGS+= -I${.CURDIR} -I. -I${SRCDIR} -I${SRCDIR}/config/posix
/freebsd-11-stable/tools/tools/locale/tools/
H A Dfinalize107 ${CLDRDIR}/posix/UTF-8.cm \
110 ${CLDRDIR}/posix/eucCN.cm \
113 ${CLDRDIR}/posix/eucCN.cm \
/freebsd-11-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-11-stable/usr.bin/patch/
H A Dcommon.h111 extern int posix;
H A Dpatch.c90 int posix = 0; /* strict POSIX mode? */ variable
214 if (v != NULL || !posix)
551 {"posix", no_argument, &posix, 1},
684 posix = 1;
694 " [-z backup-ext] [--posix] [origfile [patchfile]]\n"
/freebsd-11-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;
/freebsd-11-stable/contrib/lua/
H A DMakefile39 PLATS= aix bsd c89 freebsd generic linux macosx mingw posix solaris
/freebsd-11-stable/usr.bin/bmake/unit-tests/
H A DMakefile55 posix \
/freebsd-11-stable/contrib/bmake/unit-tests/
H A DMakefile.in48 posix \
/freebsd-11-stable/share/mk/
H A Dsrc.lua.mk25 # - lua-posix
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.hdrs121 gthr-default.h: ${GCCDIR}/gthr-posix.h .NOMETA
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp48 enum OutputFormatTy { bsd, sysv, posix, darwin }; enumerator in enum:__anon2852::OutputFormatTy
55 clEnumVal(posix, "POSIX.2 format"),
96 cl::opt<bool> POSIXFormat("P", cl::desc("Alias for --format=posix"),
98 cl::alias Portability("portability", cl::desc("Alias for --format=posix"),
732 if (OutputFormat == posix && MultipleFiles && printName) {
753 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
756 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
759 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
766 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
769 printFormat = OutputFormat == posix
[all...]
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile243 SRCS+= Host/posix/ConnectionFileDescriptorPosix.cpp
244 SRCS+= Host/posix/DomainSocket.cpp
245 SRCS+= Host/posix/FileSystemPosix.cpp
246 SRCS+= Host/posix/HostInfoPosix.cpp
247 SRCS+= Host/posix/HostProcessPosix.cpp
248 SRCS+= Host/posix/HostThreadPosix.cpp
249 SRCS+= Host/posix/LockFilePosix.cpp
250 SRCS+= Host/posix/PipePosix.cpp
251 SRCS+= Host/posix/ProcessLauncherPosixFork.cpp
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp217 ? llvm::sys::path::Style::posix

Completed in 144 milliseconds

123456