Searched refs:to (Results 1 – 4 of 4) sorted by relevance
50 positive-time-to-live passwd 60051 negative-time-to-live passwd 2060 positive-time-to-live group 360061 negative-time-to-live group 6070 positive-time-to-live hosts 360071 negative-time-to-live hosts 2079 positive-time-to-live services 2880080 negative-time-to-live services 2088 positive-time-to-live netgroup 2880089 negative-time-to-live netgroup 20
275 void *to; in gc() member346 new_move->to = db->data + off_free; in gc()410 assert ((char *) runp->to >= db->data); in gc()411 assert ((char *) runp->to + runp->size in gc()418 memmove (runp->to, runp->from, runp->size); in gc()426 - ((char *) moves->to + moves->size - db->data)), in gc()431 db->head->first_free = (char *) moves->to + moves->size - db->data; in gc()
1 # Configuration to create /run/nscd directory
214 int to; in open_socket() local221 to = 5 * 1000; in open_socket()225 to = ((tvend.tv_sec - now.tv_sec) * 1000 in open_socket()231 if (__poll (fds, 1, to) <= 0) in open_socket()
Completed in 10 milliseconds