Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c65 static int arg_2; variable
129 ASSERT(arg == (void *)&arg_2); in cxa_handler_3()
188 ASSERT(0 == __cxa_atexit(cxa_handler_3, &arg_2, dso_handle_2)); in main()
196 ASSERT(0 == __cxa_atexit(cxa_handler_3, &arg_2, &dso_handle_2)); in main()
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c74 static int arg_2; variable
138 ASSERT(arg == (void *)&arg_2); in cxa_handler_3()
197 ASSERT(0 == __cxa_atexit(cxa_handler_3, &arg_2, dso_handle_2)); in main()
205 ASSERT(0 == __cxa_atexit(cxa_handler_3, &arg_2, &dso_handle_2)); in main()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md2362 InvokeArgument<N>(arg_1, arg_2, ..., arg_m)
2366 `arg_1`, `arg_2`, ..., and `arg_m`. No matter if the argument is a function