Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dh_quota2_tests.c32 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()
[all …]