Searched refs:item2 (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline8.C14 NAMES_ITEM(const NAMES_ITEM& item2);
24 NAMES_ITEM::NAMES_ITEM (const NAMES_ITEM& item2) argument
26 size_t length=std::strlen(item2.name);
29 std::memcpy(name,item2.name,length+1);
/openbsd-current/usr.bin/units/
H A Dunits.c372 compare(const void *item1, const void *item2) argument
374 return strcmp(*(char **) item1, *(char **) item2);
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py760 item2 = seq2[i]
766 if item1 != item2:
768 (i, item1, item2))
/openbsd-current/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/
H A DQueue.pm373 $q->insert(1, $item1, $item2);
376 my ($item1, $item2) = $q->extract(-2, 2);

Completed in 118 milliseconds