HomeSort by: relevance | last modified time | path
    Searched defs:posix (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/include/
t_limits.c 71 * POSIX symbolic constants.
253 ATF_TC(posix); variable
254 ATF_TC_HEAD(posix, tc)
256 atf_tc_set_md_var(tc, "descr", "Test POSIX limits");
259 ATF_TC_BODY(posix, tc)
283 ATF_TP_ADD_TC(tp, posix);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
124 /// Similar to the POSIX "dirname" utility.
171 /// Posix style, case/separator insensitive match for Windows style.
309 /// of \a path. Similar to the POSIX "basename" utility.
459 /// 1) POSIX style paths with nonempty root directory are absolute.
490 /// @param style The style of \p path (e.g. Windows or POSIX). "native" style
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
gnu-unwind.h 52 } posix; member in union:handler_args::__anon16665
108 ucontext_t *uctxp = handler_args->posix.uctxp;
  /src/bin/kill/
kill.c 273 int posix; local
275 posix = getenv("POSIXLY_CORRECT") != 0;
286 if (posix && pad)
307 if (posix && pad)
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
gnu-unwind.h 151 } posix; member in union:handler_args::__anon14251
207 ucontext_t *uctxp = handler_args->posix.uctxp;
  /src/usr.bin/patch/
patch.c 93 int posix = 0; /* strict POSIX mode? */ variable
217 backup_type = posix ? none : numbered_existing;
498 {"posix", no_argument, &posix, 1},
630 posix = 1;
633 backup_if_mismatch = posix ? 0 : 1;
644 " [--backup-if-mismatch] [--no-backup-if-mismatch] [--posix]\n"
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 50 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enumerator in enum:__anon5672::OutputFormatTy
57 clEnumVal(posix, "POSIX.2 format"),
102 cl::opt<bool> POSIXFormat("P", cl::desc("Alias for --format=posix"),
104 cl::alias Portability("portability", cl::desc("Alias for --format=posix"),
743 if (OutputFormat == posix && !ArchiveName.empty())
774 if ((OutputFormat == bsd || OutputFormat == posix ||
795 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
798 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
801 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 75 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
171 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with
206 // RE - a simple regular expression class using the POSIX
328 // Brings in definitions for functions used in the testing::internal::posix
360 // Defines this to true if and only if Google Test can use POSIX regular
872 // A simple C++ wrapper for <regex.h>. It uses the POSIX Extended
999 // An all-mode assert to verify that the given POSIX-style function
1263 // has conformance problems with some versions of the POSIX standard.
1951 // The testing::internal::posix namespace holds wrappers for common
1952 // POSIX functions. These wrappers hide the differences betwee
1957 namespace posix { namespace in namespace:testing::internal
    [all...]

Completed in 24 milliseconds