OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:system_ps_fd
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/ps/
tcsps.c
52
int
system_ps_fd
= -1;
variable
62
if (
system_ps_fd
!= -1) {
66
if ((rc = fcntl(
system_ps_fd
, F_SETLKW, &fl))) {
71
return
system_ps_fd
;
75
system_ps_fd
= open(tcsd_options.system_ps_file, O_CREAT|O_RDWR, 0600);
76
if (
system_ps_fd
< 0) {
83
if ((rc = fcntl(
system_ps_fd
, F_SETLKW, &fl))) {
89
return
system_ps_fd
;
112
system_ps_fd
= -1;
/src/crypto/external/cpl/trousers/dist/src/include/
tcsps.h
18
extern int
system_ps_fd
;
Completed in 25 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026