Home
last modified time | relevance | path

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

/minix/minix/tests/
H A Dtest90.c3850 const int hows[] = { SHUT_RD, SHUT_WR, SHUT_RDWR }; in test90x() local
3854 for (j = 0; j < __arraycount(hows); j++) in test90x()
3856 sub90x(types[i], hows[j], k); in test90x()
H A Dtest91.c4101 const int hows[] = { SHUT_RD, SHUT_WR, SHUT_RDWR }; in test91v() local
4106 for (i = 0; i < __arraycount(hows); i++) in test91v()
4107 sub91v(hows[i]); in test91v()