OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttyfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libutil/
pidlock.c
184
char
ttyfile
[MAXPATHLEN];
local in function:checktty
187
(void)strlcpy(
ttyfile
, _PATH_DEV, sizeof(
ttyfile
));
188
(void)strlcat(
ttyfile
, tty, sizeof(
ttyfile
));
191
if (stat(
ttyfile
, &sb) == -1)
pidlock.c
184
char
ttyfile
[MAXPATHLEN];
local in function:checktty
187
(void)strlcpy(
ttyfile
, _PATH_DEV, sizeof(
ttyfile
));
188
(void)strlcat(
ttyfile
, tty, sizeof(
ttyfile
));
191
if (stat(
ttyfile
, &sb) == -1)
Completed in 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025