Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dsendmail.h2171 # define SYNC_DIR(path, panic) sync_dir(path, panic)
2172 extern void sync_dir __P((char *, bool));
H A Ddeliver.c956 sync_dir(filename, panic) in sync_dir() function