Home
last modified time | relevance | path

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

/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dlock_file.c87 static int lkopen_lockf (const char *, int, mode_t, int *);
313 return lkopen_lockf(file, access, mode, failed_to_lock); in lkopen()
422 lkopen_lockf(const char *file, int access, mode_t mode, int *failed_to_lock) in lkopen_lockf() function