Searched refs:NTRIES (Results 1 – 2 of 2) sorted by relevance
29 #define NTRIES (3) macro89 if (i == NTRIES) in split_openfile()
372 #define NTRIES 5 in bl_send() macro412 if ((sendmsg(b->b_fd, &msg, 0) == -1) && tried++ < NTRIES) { in bl_send()416 return tried >= NTRIES ? -1 : 0; in bl_send()