Home
last modified time | relevance | path

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

/nscd/
A Dnscd.conf50 positive-time-to-live passwd 600
51 negative-time-to-live passwd 20
60 positive-time-to-live group 3600
61 negative-time-to-live group 60
70 positive-time-to-live hosts 3600
71 negative-time-to-live hosts 20
79 positive-time-to-live services 28800
80 negative-time-to-live services 20
88 positive-time-to-live netgroup 28800
89 negative-time-to-live netgroup 20
A Dmem.c275 void *to; in gc() member
346 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()
A Dnscd.tmpfiles1 # Configuration to create /run/nscd directory
A Dnscd_helper.c214 int to; in open_socket() local
221 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