Home
last modified time | relevance | path

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

/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dlock_file.h22 int lkopendata(const char *file, int access, mode_t mode, int *failed_to_lock);
H A Dlock_file.c112 lkopendata(const char *file, int access, mode_t mode, int *failed_to_lock) in lkopendata() function
165 if ((fd = lkopendata(file, oflags, 0666, failed_to_lock)) == -1) in lkfopendata()
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dannosbr.c38 if ((fd = lkopendata (file, O_RDWR, 0, &failed_to_lock)) == NOTOK) { in annotate()
H A Dslocal.c1457 if ((lockfd = lkopendata(file, O_RDWR, 0, &failed_to_lock)) in suppress_duplicates()