OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openat
(Results
1 - 8
of
8
) sorted by relevancy
/src/tests/lib/libc/c063/
t_openat.c
46
#define FILE "dir/
openat
"
47
#define BASEFILE "
openat
"
53
atf_tc_set_md_var(tc, "descr", "See that
openat
works with fd");
65
ATF_REQUIRE((fd =
openat
(dfd, BASEFILE, O_RDONLY, 0)) != -1);
74
"See that
openat
works with fd as AT_FDCWD");
85
ATF_REQUIRE((fd =
openat
(AT_FDCWD, BASEFILE, O_RDONLY, 0)) != -1);
93
"See that
openat
fails with fd as AT_FDCWD and bad path");
100
ATF_REQUIRE((fd =
openat
(AT_FDCWD, FILEERR, O_RDONLY, 0)) == -1);
106
atf_tc_set_md_var(tc, "descr", "See that
openat
fail with bad path");
115
ATF_REQUIRE((fd =
openat
(dfd, FILEERR, O_RDONLY, 0)) == -1)
[
all
...]
t_o_search.c
73
atf_tc_set_md_var(tc, "descr", "See that
openat
enforces search permission");
87
ATF_REQUIRE((fd =
openat
(dfd, BASEFILE, O_RDWR, 0)) != -1);
92
ATF_REQUIRE((fd =
openat
(dfd, BASEFILE, O_RDWR, 0)) == -1);
103
atf_tc_set_md_var(tc, "descr", "See that root
openat
honours O_SEARCH");
117
ATF_REQUIRE((fd =
openat
(dfd, BASEFILE, O_RDWR, 0)) != -1);
122
ATF_REQUIRE((fd =
openat
(dfd, BASEFILE, O_RDWR, 0)) != -1);
127
ATF_REQUIRE((fd =
openat
(dfd, BASEFILE, O_RDWR, 0)) != -1);
135
atf_tc_set_md_var(tc, "descr", "See that
openat
honours O_SEARCH");
149
ATF_REQUIRE((fd =
openat
(dfd, BASEFILE, O_RDWR, 0)) != -1);
154
ATF_REQUIRE((fd =
openat
(dfd, BASEFILE, O_RDWR, 0)) != -1)
[
all
...]
/src/lib/libpthread/
pthread_cancelstub.c
129
__typeof(
openat
) _sys_openat;
458
openat
(int fd, const char *path, int flags, ...)
function in typeref:typename:int
805
__strong_alias(_openat,
openat
)
/src/sys/sys/
fcntl.h
360
int
openat
(int, const char *, int, ...);
/src/lib/libc/sys/
Makefile.inc
185
msgrcv.S msgsnd.S __msync13.S __nanosleep50.S open.S
openat
.S \
372
MLINKS+=open.2
openat
.2
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
205
return internal_syscall(SYSCALL(
openat
), AT_FDCWD, (uptr)filename, flags);
213
return internal_syscall(SYSCALL(
openat
), AT_FDCWD, (uptr)filename, flags,
/src/tests/lib/libpthread/
t_cancellation.c
452
RL(
openat
(AT_FDCWD, "file", O_RDWR));
/src/sys/rump/librump/rumpkern/
rump_syscalls.c
6133
__weak_alias(
openat
,rump___sysimpl_openat);
8532
}, /* 468 =
openat
*/
Completed in 22 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025