OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stdout_lock
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/cat/
cat.c
78
struct flock
stdout_lock
;
local in function:main
125
stdout_lock
.l_len = 0;
126
stdout_lock
.l_start = 0;
127
stdout_lock
.l_type = F_WRLCK;
128
stdout_lock
.l_whence = SEEK_SET;
129
if (fcntl(STDOUT_FILENO, F_SETLKW, &
stdout_lock
) == -1)
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025