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

/openbsd-current/usr.sbin/amd/amd/
H A Dmapc.c187 static int error_mtime(char *, time_t *);
190 { "root", root_init, error_reload, error_search, error_mtime, MAPC_ROOT },
192 { "passwd", passwd_init, error_reload, passwd_search, error_mtime, MAPC_INC },
194 { "union", union_init, union_reload, union_search, error_mtime, MAPC_ALL },
204 { "error", error_init, error_reload, error_search, error_mtime, MAPC_NONE },
806 error_mtime(char *map, time_t *tp) function

Completed in 166 milliseconds