Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsendmail.h2309 # define SYNC_DIR(path, panic) sync_dir(path, panic)
2310 extern void sync_dir __P((char *, bool));
H A Ddeliver.c1047 sync_dir(filename, panic) in sync_dir() function