/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniset_props.cpp | 1025 UBool posix = FALSE; // true for [:pat:], false for \p{pat} \P{pat} \N{pat} in applyPropertyPattern() local 1039 posix = TRUE; in applyPropertyPattern() 1063 if (posix) { in applyPropertyPattern() 1109 ppos.setIndex(close + (posix ? 2 : 1)); in applyPropertyPattern()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | uv_mmtimer.c | 22 #include <linux/posix-timers.h>
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_private.h | 14 #include <linux/posix-clock.h>
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | uv_mmtimer.c | 22 #include <linux/posix-timers.h>
|
/third_party/mesa3d/src/freedreno/decode/scripts/ |
H A D | tex3d-layout.lua | 11 local posix = require "posix"
|
H A D | texturator-to-unit-test.lua | 10 local posix = require "posix"
|
H A D | texturator-to-unit-test-5xx.lua | 10 local posix = require "posix"
|
/third_party/protobuf/ |
H A D | appveyor.bat | 12 set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH:C:\Program Files\Git\usr\bin;=%
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | mdate-sh | 81 TIME_STYLE=posix-long-iso
|
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 207 fileout = posix::FOpen(output_file.c_str(), "w"); in OpenFileForWriting() 222 internal::posix::GetEnv("TESTBRIDGE_TEST_ONLY"); in GetDefaultFilter() 233 internal::posix::GetEnv("TESTBRIDGE_TEST_RUNNER_FAIL_FAST"); in GetDefaultFailFast() 2117 return posix::StrCaseCmp(lhs, rhs) == 0; 2246 if (i < 0 || i >= total_part_count()) internal::posix::Abort(); 2254 if (i < 0 || i >= test_property_count()) internal::posix::Abort(); 3238 const char* const term = posix::GetEnv("TERM"); 3274 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); 3400 internal::posix [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 215 fileout = posix::FOpen(output_file.c_str(), "w"); in OpenFileForWriting() 230 internal::posix::GetEnv("TESTBRIDGE_TEST_ONLY"); in GetDefaultFilter() 241 internal::posix::GetEnv("TESTBRIDGE_TEST_RUNNER_FAIL_FAST"); in GetDefaultFailFast() 2134 return posix::StrCaseCmp(lhs, rhs) == 0; 2263 if (i < 0 || i >= total_part_count()) internal::posix::Abort(); 2271 if (i < 0 || i >= test_property_count()) internal::posix::Abort(); 3250 const char* const term = posix::GetEnv("TERM"); 3286 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); 3413 internal::posix [all...] |
/kernel/linux/linux-6.6/kernel/time/ |
H A D | posix-stubs.c | 16 #include <linux/posix-timers.h>
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-internal-utils.cc | 108 posix::Abort();
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 191 fileout = posix::FOpen(output_file.c_str(), "w"); in OpenFileForWriting() 205 internal::posix::GetEnv("TESTBRIDGE_TEST_ONLY"); in GetDefaultFilter() 1916 return posix::StrCaseCmp(lhs, rhs) == 0; in CaseInsensitiveCStringEquals() 2040 internal::posix::Abort(); in GetTestPartResult() 2049 internal::posix::Abort(); in GetTestProperty() 3000 const char* const term = posix::GetEnv("TERM"); in ShouldUseColor() 3039 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf() 3160 internal::posix::GetEnv(kTestTotalShards)); in OnTestIterationStart() 4504 FILE* pfile = posix in ScopedPrematureExitFile() [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2proto.h | 148 struct create_posix_rsp *posix, 277 struct create_posix_rsp *posix);
|
H A D | smb2pdu.c | 747 cifs_dbg(FYI, "mode on posix create 0%o\n", mode); in create_posix_buf() 1961 struct create_posix_rsp *posix) in parse_posix_ctxt() 1968 memset(posix, 0, sizeof(*posix)); in parse_posix_ctxt() 1970 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt() 1971 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt() 1972 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt() 1977 cifs_dbg(VFS, "bad owner sid in posix create response\n"); in parse_posix_ctxt() 1980 memcpy(&posix->owner, sid, sid_len); in parse_posix_ctxt() 1985 cifs_dbg(VFS, "bad group sid in posix creat in parse_posix_ctxt() 1960 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, struct create_posix_rsp *posix) parse_posix_ctxt() argument 1995 smb2_parse_contexts(struct TCP_Server_Info *server, struct smb2_create_rsp *rsp, unsigned int *epoch, char *lease_key, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix) smb2_parse_contexts() argument 2838 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix, struct kvec *err_iov, int *buftype) SMB2_open() argument [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2proto.h | 132 struct create_posix_rsp *posix, 263 struct create_posix_rsp *posix);
|
H A D | smb2pdu.c | 983 cifs_dbg(FYI, "mode on posix create 0%o\n", mode); in create_posix_buf() 2259 struct create_posix_rsp *posix) in parse_posix_ctxt() 2266 memset(posix, 0, sizeof(*posix)); in parse_posix_ctxt() 2268 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt() 2269 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt() 2270 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt() 2275 cifs_dbg(VFS, "bad owner sid in posix create response\n"); in parse_posix_ctxt() 2278 memcpy(&posix->owner, sid, sid_len); in parse_posix_ctxt() 2283 cifs_dbg(VFS, "bad group sid in posix creat in parse_posix_ctxt() 2258 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, struct create_posix_rsp *posix) parse_posix_ctxt() argument 2292 smb2_parse_contexts(struct TCP_Server_Info *server, struct kvec *rsp_iov, unsigned int *epoch, char *lease_key, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix) smb2_parse_contexts() argument 3115 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix, struct kvec *err_iov, int *buftype) SMB2_open() argument [all...] |
/kernel/liteos_a/tools/build/mk/ |
H A D | los_config.mk | 241 LIB_SUBDIRS += compat/posix 243 -I $(LITEOSTOPDIR)/compat/posix/include
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | localebuildertest.cpp | 1669 Locale l1 = Locale::forLanguageTag("en-US-u-va-posix", status); in TestPosixCases() 1689 Locale posix("en-US-POSIX"); in TestPosixCases() 1690 if (posix != l2) { in TestPosixCases() 1692 posix.getName(), l2.getName()); in TestPosixCases()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | posix-stubs.c | 16 #include <linux/posix-timers.h>
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 279 if (write_fd_ >= 0) posix::Close(write_fd_); in ~InternalRunDeathTestFlag()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 277 posix::Close(write_fd_); in ~InternalRunDeathTestFlag()
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 279 if (write_fd_ >= 0) posix::Close(write_fd_); in ~InternalRunDeathTestFlag()
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsPosixTestProcess.cpp | 37 namespace posix namespace
|