Searched refs:sync_file (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/rpc.statd/
H A Dstat_proc.c145 sync_file();
220 sync_file();
258 sync_file();
340 sync_file();
H A Dstatd.h110 void sync_file __P((void));
H A Dstatd.c205 sync_file();
210 /* sync_file --------------------------------------------------------------- */
216 sync_file() function
534 sync_file();
570 sync_file();
584 sync_file();
/netbsd-6-1-5-RELEASE/games/sail/
H A Dsync.c153 static char sync_file[NAME_MAX]; local
155 snprintf(sync_file, sizeof(sync_file), _FILE_SYNC, scenario_number);
156 return sync_file;
249 const char *sync_file; local
255 sync_file = get_sync_file(game);
258 if (stat(sync_file, &tmp) < 0) {
260 sync_fp = fopen(sync_file, "w+");
263 sync_fp = fopen(sync_file, "r+");
274 const char *sync_file; local
328 const char *sync_file; local
[all...]

Completed in 78 milliseconds