Lines Matching refs:testopts
32 quota_test0(const char *testopts) in quota_test0() argument
39 for (i =0; testopts && i < strlen(testopts); i++) { in quota_test0()
40 switch(testopts[i]) { in quota_test0()
45 errx(1, "test4: unknown option %c", testopts[i]); in quota_test0()
77 quota_test1(const char *testopts) in quota_test1() argument
125 quota_test2(const char *testopts) in quota_test2() argument
162 quota_test3(const char *testopts) in quota_test3() argument
210 quota_test4(const char *testopts) in quota_test4() argument
226 for (i =0; testopts && i < strlen(testopts); i++) { in quota_test4()
227 switch(testopts[i]) { in quota_test4()
235 errx(1, "test4: unknown option %c", testopts[i]); in quota_test4()
277 quota_test5(const char *testopts) in quota_test5() argument
286 for (i =0; testopts && i < strlen(testopts); i++) { in quota_test5()
287 switch(testopts[i]) { in quota_test5()
298 errx(1, "test4: unknown option %c", testopts[i]); in quota_test5()