Home
last modified time | relevance | path

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

/minix/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest_exception.cc42 static int cleanup_count; variable
51 ~cl() { fprintf(stderr, "cl destroyed: %d\n", i); cleanup_count++; } in ~cl()
57 int cleanups = cleanup_count;\
59 TEST(cleanup_count == cleanups+1, "Cleanup ran correctly");\
/minix/libexec/ftpd/
H A Dconf.c909 goto cleanup_count; in count_users()
911 goto cleanup_count; in count_users()
913 goto cleanup_count; in count_users()
917 goto cleanup_count; in count_users()
942 goto cleanup_count; in count_users()
946 goto cleanup_count; in count_users()
949 cleanup_count: in count_users()