Searched refs:oodate (Results 1 – 4 of 4) sorted by relevance
868 oodate = TRUE; \880 meta_oodate(GNode *gn, Boolean oodate) in meta_oodate() argument902 if (oodate) in meta_oodate()903 return oodate; /* we're done */ in meta_oodate()955 while (!oodate && (x = fgetLine(&buf, &bufsz, 0, fp)) > 0) { in meta_oodate()961 oodate = TRUE; in meta_oodate()1272 oodate = TRUE; in meta_oodate()1285 oodate = TRUE; in meta_oodate()1296 if (!oodate && buf[0] == 'L' && link_src != NULL) in meta_oodate()1306 oodate = TRUE; in meta_oodate()[all …]
217 Boolean oodate; in Make_OODate() local256 oodate = FALSE; in Make_OODate()267 oodate = (gn->mtime == 0 || Arch_LibOODate(gn) || in Make_OODate()280 oodate = (gn->flags & CHILDMADE) ? TRUE : FALSE; in Make_OODate()295 oodate = TRUE; in Make_OODate()318 oodate = TRUE; in Make_OODate()331 oodate = (gn->flags & FORCE) ? TRUE : FALSE; in Make_OODate()336 oodate = meta_oodate(gn, oodate); in Make_OODate()347 if (!oodate) { in Make_OODate()351 return (oodate); in Make_OODate()
1290 Boolean oodate; in Arch_LibOODate() local1293 oodate = TRUE; in Arch_LibOODate()1295 oodate = FALSE; in Arch_LibOODate()1299 oodate = TRUE; in Arch_LibOODate()1313 oodate = (gn->cmgn == NULL || gn->cmgn->mtime > modTimeTOC); in Arch_LibOODate()1321 oodate = TRUE; in Arch_LibOODate()1324 oodate = FALSE; in Arch_LibOODate()1327 return (oodate); in Arch_LibOODate()
634 o meta_oodate detect corrupted .meta file and declare oodate.