OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:closefrom
(Results
1 - 15
of
15
) sorted by relevancy
/src/lib/libc/gen/
closefrom.c
1
/* $NetBSD:
closefrom
.c,v 1.4 2018/01/17 01:24:29 kamil Exp $ */
34
__RCSID("$NetBSD:
closefrom
.c,v 1.4 2018/01/17 01:24:29 kamil Exp $");
41
closefrom
(int fd)
function in typeref:typename:int
Makefile.inc
12
basename.c clock.c closedir.c
closefrom
.c \
61
clock.3
closefrom
.3 confstr.3 \
/src/tests/lib/libc/gen/
t_closefrom.c
42
static const char path[] = "
closefrom
";
47
atf_tc_set_md_var(tc, "descr", "A basic test of
closefrom
(3), #1");
54
(void)
closefrom
(STDERR_FILENO + 1);
62
ATF_REQUIRE(
closefrom
(cur1) == 0);
79
atf_tc_set_md_var(tc, "descr", "A basic test of
closefrom
(3), #2");
91
ATF_REQUIRE(
closefrom
(STDERR_FILENO + 1) == 0);
105
ATF_REQUIRE(
closefrom
(half) == 0);
122
atf_tc_set_md_var(tc, "descr", "Test errors from
closefrom
(3)");
129
ATF_REQUIRE_ERRNO(EBADF,
closefrom
(-INT_MAX) == -1);
135
atf_tc_set_md_var(tc, "descr", "Test
closefrom
(1)")
[
all
...]
t_assert.c
83
(void)
closefrom
(0);
121
(void)
closefrom
(0);
/src/tests/lib/libc/sys/
t_pipe2.c
63
ATF_REQUIRE_MSG(
closefrom
(3) != -1, "
closefrom
failed: %s",
131
ATF_REQUIRE_MSG(
closefrom
(4) != -1, "
closefrom
failed: %s",
t_socketpair.c
73
ATF_REQUIRE(
closefrom
(3) != -1);
t_dup.c
299
(void)
closefrom
(0);
/src/tests/lib/librumphijack/
h_client.c
121
(void)
closefrom
(0);
/src/tests/rump/rumpkern/h_client/
h_reconcli.c
39
closefrom
(3);
/src/tests/kernel/
t_execregs.c
147
if (
closefrom
(STDERR_FILENO + 1) == -1)
148
err(1, "
closefrom
");
t_signal_and_sp.c
95
if (
closefrom
(STDERR_FILENO + 1) == -1)
/src/usr.bin/tip/
cmds.c
233
(void)
closefrom
(3);
494
(void)
closefrom
(3);
543
(void)
closefrom
(3);
/src/include/
unistd.h
340
int
closefrom
(int);
/src/tests/lib/libc/gen/posix_spawn/
t_fileactions.c
285
RL(
closefrom
(fileno(stderr) + 1));
/src/dist/pf/sbin/pflogd/
pflogd.c
632
closefrom
(STDERR_FILENO + 1);
Completed in 45 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025