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

/netbsd-6-1-5-RELEASE/usr.bin/locate/bigram/
H A Dlocate.bigram.c82 compare_bigrams(const void *item1, const void *item2) argument
84 const struct bigram *it1=item1, *it2=item2;
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dutf8.c251 struct utf8_width_entry *item1, struct utf8_width_entry *item2)
253 if (item1->first >= item2->first && item1->first <= item2->last)
255 if (item1->last >= item2->first && item1->last <= item2->last)
257 if (item2->first >= item1->first && item2->first <= item1->last)
259 if (item2->last >= item1->first && item2->last <= item1->last)
250 utf8_overlap( struct utf8_width_entry *item1, struct utf8_width_entry *item2) argument
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dlist_test.c227 int item1 = 5; local
231 RE(atf_list_append(&l1, &item1, false));
237 ATF_CHECK_EQ(*(int *)atf_list_index(&l1, 0), item1);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dlist_test.c229 int item1 = 5; local
233 RE(atf_list_append(&l1, &item1, false));
239 ATF_CHECK_EQ(*(int *)atf_list_index(&l1, 0), item1);
/netbsd-6-1-5-RELEASE/usr.bin/units/
H A Dunits.c388 compare(const void *item1, const void *item2) argument
390 return strcmp(*(const char * const *) item1,

Completed in 114 milliseconds