Home
last modified time | relevance | path

Searched refs:MAX_CNT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dt-sem.c156 # define MAX_CNT 10 macro
217 } while (r < 0 && cnt <= MAX_CNT);
232 } while (r < 0 && cnt <= MAX_CNT);
247 } while (r <= 0 && cnt <= MAX_CNT);
262 } while (r < 0 && cnt <= MAX_CNT);
276 } while (r < 0 && cnt <= MAX_CNT);
293 } while (r < 0 && cnt <= MAX_CNT);
308 } while (r < 0 && cnt <= MAX_CNT);
H A Dt-shm.c151 # define MAX_CNT 10 macro
176 while (*shm == 1 && cnt++ < MAX_CNT)
178 SM_TEST(cnt <= MAX_CNT);
188 while (*shm != 1 && cnt++ < MAX_CNT)
190 SM_TEST(cnt <= MAX_CNT);