Home
last modified time | relevance | path

Searched refs:context2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dcontext2.sh36 sed '1,/^EOF/d' < $here/$0 > context2.c
37 mycc -o context2 -Wall -Wextra -O2 context2.c -lpthread || exit 1
38 rm -f context2.c
45 /tmp/context2 &
51 rm -f /tmp/context2
/freebsd/contrib/kyua/model/
H A Dcontext_test.cpp60 const model::context context2(fs::path("/foo/bar"), env); in ATF_TEST_CASE_BODY() local
64 ATF_REQUIRE( context1 == context2); in ATF_TEST_CASE_BODY()
65 ATF_REQUIRE(!(context1 != context2)); in ATF_TEST_CASE_BODY()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h371 void *context2; member
/freebsd/contrib/wpa/src/ap/
H A Dap_config.c326 char *context2; in hostapd_config_read_wpa_psk() local
367 context2 = NULL; in hostapd_config_read_wpa_psk()
368 name = str_token(token, "=", &context2); in hostapd_config_read_wpa_psk()
371 value = str_token(token, "", &context2); in hostapd_config_read_wpa_psk()
/freebsd/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh307 atf_test_case context2
983 atf_add_test_case context2
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c259 CL_ASSERT(p_elem->context2 == NULL); in __osm_al_rcv_callback()
1157 p_elem->context2 = NULL; in osm_vendor_send()