OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_FILE
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/mtree/
mtree.h
101
#define
F_FILE
0x010 /* regular file */
misc.c
105
{"file",
F_FILE
, 0},
260
case
F_FILE
:
compare.c
166
case
F_FILE
:
/src/usr.sbin/syslogd/
syslogd.c
132
#define
F_FILE
1 /* regular file */
1932
f->
f_file
= open(ctty, O_WRONLY | O_NDELAY, 0);
1934
if (f->
f_file
>= 0) {
1939
(void)close(f->
f_file
);
2293
&& (f->f_type !=
F_FILE
)
2352
case
F_FILE
: /* fallthrough */
2434
if ((f->
f_file
= p_open(f->f_un.f_pipe.f_pname,
2443
if (writev(f->
f_file
, iov, v - iov) < 0) {
2446
(void) close(f->
f_file
);
2464
if ((f->
f_file
= p_open(f->f_un.f_pipe.f_pname
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025