Home
last modified time | relevance | path

Searched refs:item1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/util/
H A Dmkdef.pl220 my $item1 = shift;
223 my $verdict = $weight{$item1->type()} <=> $weight{$item2->type()};
225 $verdict = $by_name->($item1, $item2);
236 my $item1 = shift;
239 my $verdict = $by_version->($item1, $item2);
241 $verdict = $by_unix->($item1, $item2);
/freebsd/contrib/atf/atf-c/detail/
H A Dlist_test.c223 int item1 = 5; in ATF_TC_BODY() local
227 RE(atf_list_append(&l1, &item1, false)); in ATF_TC_BODY()
233 ATF_CHECK_EQ(*(int *)atf_list_index(&l1, 0), item1); in ATF_TC_BODY()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c1883 cl_list_item_t *item1 = NULL, *item2 = NULL; in dfsssp_remove_deadlocks() local
1930 for (item1 = cl_qlist_head(port_tbl); item1 != cl_qlist_end(port_tbl); in dfsssp_remove_deadlocks()
1931 item1 = cl_qlist_next(item1)) { in dfsssp_remove_deadlocks()
1932 dest_port = (osm_port_t *)cl_item_obj(item1, dest_port, in dfsssp_remove_deadlocks()
1956 for (item1 = cl_qlist_head(port_tbl); item1 != cl_qlist_end(port_tbl); in dfsssp_remove_deadlocks()
1957 item1 = cl_qlist_next(item1)) { in dfsssp_remove_deadlocks()
1958 dest_port = (osm_port_t *)cl_item_obj(item1, dest_port, in dfsssp_remove_deadlocks()
1979 for (item1 = cl_qlist_head(port_tbl); item1 != cl_qlist_end(port_tbl); in dfsssp_remove_deadlocks()
1980 item1 = cl_qlist_next(item1)) { in dfsssp_remove_deadlocks()
1981 dest_port = (osm_port_t *)cl_item_obj(item1, dest_port, in dfsssp_remove_deadlocks()
/freebsd/usr.bin/units/
H A Dunits.c81 static int compare(const void *item1, const void *item2);
423 compare(const void *item1, const void *item2) in compare() argument
425 return strcmp(*(const char * const *)item1, *(const char * const *)item2); in compare()
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr878 # $tag1 $item1 $tag2 $item2 ...
971 # $tag1 $item1 $help1 $tag2 $item2 $help2 ...
1076 # $tag1 $item1 $status1 $tag2 $item2 $status2 ...
1172 # $tag1 $item1 $status1 $tag2 $item2 $status2 ...
1196 # $tag1 $item1 $status1 $help1 \
1312 # $tag1 $item1 $status1 $help1 \
1988 # f_dialog_menutag2item $tag_chosen $tag1 $item1 $tag2 $item2 ...
2021 # f_dialog_menutag2item_with_help $tag_chosen $tag1 $item1 $help1 \
2055 # f_dialog_menutag2index $tag_chosen $tag1 $item1 $tag2 $item2 ...
2089 # f_dialog_menutag2index_with_help $tag_chosen $tag1 $item1 $help1 \
[all …]