Home
last modified time | relevance | path

Searched refs:system_ps_fd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/
H A Dtcsps.c52 int system_ps_fd = -1; variable
62 if (system_ps_fd != -1) { in get_file()
66 if ((rc = fcntl(system_ps_fd, F_SETLKW, &fl))) { in get_file()
71 return system_ps_fd; in get_file()
75 system_ps_fd = open(tcsd_options.system_ps_file, O_CREAT|O_RDWR, 0600); in get_file()
76 if (system_ps_fd < 0) { in get_file()
83 if ((rc = fcntl(system_ps_fd, F_SETLKW, &fl))) { in get_file()
89 return system_ps_fd; in get_file()
112 system_ps_fd = -1; in close_file()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcsps.h18 extern int system_ps_fd;