Searched defs:attempt (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/comp/
H A Dsysloglib.h45 int attempt; /* logfile attempt state */ member in struct:__anon255
/ast/src/lib/libast/path/
H A Dpathtemp.c114 int attempt; local
289 for (attempt = 0; attempt < ATTEMPT; attempt++)
291 if (!tmp.rng || !tmp.seed && (attempt || tmp.pid != getpid()))
300 tmp.rng = (uint32_t)tmp.pid * ((uint32_t)time(NiL) ^ (((uint32_t)integralof(&attempt)) >> 3) ^ (((uint32_t)integralof(tmp.dir)) >> 3));

Completed in 36 milliseconds