Searched refs:test_args (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libutil/tests/
H A Dhumanize_number_test.c52 } test_args[] = { variable in typeref:struct:__anon6119
521 printf("1..%zu\n", nitems(test_args));
522 for (i = 0; i < nitems(test_args); i++) {
524 if (test_args[i].num == INT64_MAX && buflen == 4) {
534 if (test_args[i].scale < 0 && ! includeNegScale) {
539 if (test_args[i].num >= halfExabyte && ! includeExabyteTests) {
545 r = humanize_number(buf, buflen, test_args[i].num, "",
546 test_args[i].scale, test_args[i].flags);
547 flag_str = str_flags(test_args[
[all...]
/freebsd-10.2-release/usr.bin/sed/tests/
H A Dmulti_test.sh69 test_args
111 test_args() function

Completed in 107 milliseconds