Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/amd/amd/
H A Dmapc.c202 static int error_mtime P((char*, time_t*));
205 { "root", root_init, error_reload, error_search, error_mtime, MAPC_ROOT },
208 { "passwd", passwd_init, error_reload, passwd_search, error_mtime, MAPC_INC },
212 { "hesiod", hesiod_init, hesiod_reload, hesiod_search, error_mtime, MAPC_ALL },
216 { "union", union_init, union_reload, union_search, error_mtime, MAPC_ALL },
231 { "error", error_init, error_reload, error_search, error_mtime, MAPC_NONE },
881 static int error_mtime P((char *map, time_t *tp));
882 static int error_mtime(map, tp) in error_mtime() function