OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posix
(Results
1 - 25
of
358
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-filepath.cc
212
posix
::StatStruct file_stat;
213
return
posix
::Stat(pathname_.c_str(), &file_stat) == 0;
239
posix
::StatStruct file_stat;
240
result =
posix
::Stat(path.c_str(), &file_stat) == 0 &&
241
posix
::IsDir(file_stat);
gtest-test-part.cc
70
internal::
posix
::Abort();
gtest-typed-test.cc
109
posix
::Abort();
gtest-death-test.cc
111
"Ignored and always uses fork() on
POSIX
systems where clone() is not "
286
// On a
POSIX
system, this function may be called from a threadsafe-style
292
FILE* parent =
posix
::FDOpen(flag->write_fd(), "w");
300
posix
::Abort();
339
return errno == 0 ? "" :
posix
::StrError(errno);
352
while ((num_read =
posix
::Read(fd, buffer, 255)) > 0) {
470
bytes_read =
posix
::Read(read_fd(), &flag, 1);
498
GTEST_DEATH_TEST_CHECK_SYSCALL_(
posix
::Close(read_fd()));
518
GTEST_DEATH_TEST_CHECK_SYSCALL_(
posix
::Write(write_fd(), &status_ch, 1));
851
args_.insert(args_.end() - 1,
posix
::StrDup(argument))
[
all
...]
gtest-port.cc
737
pattern_ =
posix
::StrDup(regex);
751
// Some implementation of
POSIX
regex (e.g. on at least some
760
<< "\" is not a valid
POSIX
Extended regular expression.";
982
pattern_ =
posix
::StrDup(regex);
1061
posix
::Abort();
1065
// Disable Microsoft deprecation warnings for
POSIX
functions called from
1138
FILE* const file =
posix
::FOpen(filename_.c_str(), "r");
1144
posix
::FClose(file);
1263
namespace
posix
{
1268
} // namespace
posix
[
all
...]
gtest.cc
191
fileout =
posix
::FOpen(output_file.c_str(), "w");
205
internal::
posix
::GetEnv("TESTBRIDGE_TEST_ONLY");
1916
return
posix
::StrCaseCmp(lhs, rhs) == 0;
2040
internal::
posix
::Abort();
2049
internal::
posix
::Abort();
3000
const char* const term =
posix
::GetEnv("TERM");
3039
ShouldUseColor(
posix
::IsATTY(
posix
::FileNo(stdout)) != 0);
3160
internal::
posix
::GetEnv(kTestTotalShards));
4504
FILE* pfile =
posix
::FOpen(premature_exit_filepath, "w")
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-filepath.cc
216
posix
::StatStruct file_stat;
217
return
posix
::Stat(pathname_.c_str(), &file_stat) == 0;
243
posix
::StatStruct file_stat;
244
result =
posix
::Stat(path.c_str(), &file_stat) == 0 &&
245
posix
::IsDir(file_stat);
gtest-test-part.cc
76
internal::
posix
::Abort();
gtest-typed-test.cc
109
posix
::Abort();
gtest-port.cc
595
pattern_ =
posix
::StrDup(regex);
609
// Some implementation of
POSIX
regex (e.g. on at least some
618
<< "\" is not a valid
POSIX
Extended regular expression.";
844
pattern_ =
posix
::StrDup(regex);
923
posix
::Abort();
926
// Disable Microsoft deprecation warnings for
POSIX
functions called from
997
FILE* const file =
posix
::FOpen(filename_.c_str(), "r");
999
posix
::FClose(file);
1062
const char* temp_dir =
posix
::GetEnv("TEMP");
1123
namespace
posix
{
[
all
...]
gtest-death-test.cc
99
"Ignored and always uses fork() on
POSIX
systems where clone() is not "
263
// On a
POSIX
system, this function may be called from a threadsafe-style
269
FILE* parent =
posix
::FDOpen(flag->write_fd(), "w");
277
posix
::Abort();
316
return errno == 0 ? "" :
posix
::StrError(errno);
329
while ((num_read =
posix
::Read(fd, buffer, 255)) > 0) {
445
bytes_read =
posix
::Read(read_fd(), &flag, 1);
473
GTEST_DEATH_TEST_CHECK_SYSCALL_(
posix
::Close(read_fd()));
489
GTEST_DEATH_TEST_CHECK_SYSCALL_(
posix
::Write(write_fd(), &status_ch, 1));
916
args_.insert(args_.end() - 1,
posix
::StrDup(argument))
[
all
...]
gtest.cc
1910
return
posix
::StrCaseCmp(lhs, rhs) == 0;
2031
internal::
posix
::Abort();
2040
internal::
posix
::Abort();
2926
const char* const term =
posix
::GetEnv("TERM");
2965
ShouldUseColor(
posix
::IsATTY(
posix
::FileNo(stdout)) != 0);
3075
internal::
posix
::GetEnv(kTestTotalShards));
3439
xmlout =
posix
::FOpen(output_file_.c_str(), "w");
3868
FILE* pfile =
posix
::FOpen(premature_exit_filepath, "w");
4212
NULL : internal::
posix
::GetEnv("TEST_PREMATURE_EXIT_FILE"))
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
sanity-a6xx.lua
13
--local
posix
= require "
posix
"
analyze.lua
13
local
posix
= require "
posix
"
48
testname =
posix
.basename(name)
49
gpuname =
posix
.basename(
posix
.dirname(name))
tex3d-layout.lua
11
local
posix
= require "
posix
"
texturator-to-unit-test-5xx.lua
10
local
posix
= require "
posix
"
texturator-to-unit-test.lua
10
local
posix
= require "
posix
"
parse-submits.lua
3
--local
posix
= require "
posix
"
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-death-test-internal.h
245
posix
::Close(write_fd_);
gtest-internal.h
562
posix
::Abort();
686
posix
::Abort();
gtest-param-util.h
693
posix
::Abort();
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-death-test-internal.h
277
posix
::Close(write_fd_);
gtest-internal.h
590
posix
::Abort();
763
posix
::Abort();
/xsrc/external/mit/xsetpointer/dist/
configure
24
case `(set -o) 2>/dev/null` in *
posix
*) set -o
posix
;; esac
220
for as_dir in /usr/bin/
posix
$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
247
case `(set -o) 2>/dev/null` in *
posix
*) set -o
posix
;; esac
267
case `(set -o) 2>/dev/null` in *
posix
*) set -o
posix
;; esac
450
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a
POSIX
shell" >&2
3942
# `set' quotes correctly as required by
POSIX
, so do not add quotes.
4045
case `(set -o) 2>/dev/null` in *
posix
*) set -o posix;; esa
[
all
...]
/xsrc/external/mit/xproxymanagementprotocol/dist/
configure
26
*
posix
*) set -o
posix
;;
270
*
posix
*) set -o
posix
;;
291
*
posix
*) set -o
posix
;;
476
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a
POSIX
shell" >&2
4833
# `set' quotes correctly as required by
POSIX
, so do not add quotes.
4976
*
posix
*) set -o
posix
;;
[
all
...]
Completed in 26 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Fri Apr 10 00:22:58 UTC 2026