Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dfilebuf_members.cc87 int close_num; in test_02() local
95 close_num = fclose(f2); in test_02()
97 VERIFY( close_num == 0 ); in test_02()
108 close_num = fclose(f); in test_02()
110 VERIFY( close_num == 0 ); in test_02()
/openbsd-src/regress/sys/netinet/bindconnect/
H A Dbindconnect.c55 unsigned int socket_num = 1, close_num = 1, bind_num = 1, connect_num = 1, variable
79 bind_num, connect_num, delroute_num, fd_num, close_num, in usage()
335 close_num = strtonum(optarg, 0, UINT_MAX, &errstr); in main()
448 tclose = calloc(close_num, sizeof(pthread_t)); in main()
451 for (n = 0; n < close_num; n++) { in main()
504 for (n = 0; n < close_num; n++) { in main()