Home
last modified time | relevance | path

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

/src/tests/sys/cddl/zfs/bin/
H A Ddir_rd_update.c56 static const int op_num = 5; in main() local
95 while (j < op_num) { in main()
108 while (k < op_num) { in main()
/src/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddir_rd_update.c56 static const int op_num = 5; in main() local
103 while (j < op_num) { in main()
123 while (k < op_num) { in main()
/src/crypto/openssl/test/radix/
H A Dterp.c370 static void print_opc(BIO *bio, size_t op_num, size_t offset, const char *name) in print_opc() argument
372 if (op_num != SIZE_MAX) in print_opc()
373 BIO_printf(bio, "%3zu- %4zx>\t%-8s \t", op_num, in print_opc()
657 size_t op_num = 0; in TERP_execute() local
686 ++op_num; in TERP_execute()
695 TEST_error("timed out while executing op %zu", op_num); in TERP_execute()
703 TEST_error("pre-operation processing failed at op %zu", op_num); in TERP_execute()
771 op_num, (const char *)f_name, ret); in TERP_execute()
791 terp->script_info->name, op_num); in TERP_execute()
/src/bin/test/
H A Dtest.c120 short op_num; member
424 return op->op_num; in find_op_1char()
435 return op->op_num; in find_op_2char()