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

/macosx-10.10/postfix-255/postfix/src/util/
H A Dselect_bug.c73 int pair2[2]; local
81 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pair2) < 0)
88 fork_and_read_select("socket2", DELAY, pair2[0]);
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkText.c913 TkTextIndex *pair2 = (TkTextIndex *) second;
914 int cmp = TkTextIndexCmp(&pair1[1], &pair2[1]);
922 cmp = TkTextIndexCmp(&pair1[0], &pair2[0]);
910 TkTextIndex *pair2 = (TkTextIndex *) second; local
/macosx-10.10/ruby-106/ruby/
H A Dre.c862 pair_byte_cmp(const void *pair1, const void *pair2) argument
864 long diff = ((pair_t*)pair1)->byte_pos - ((pair_t*)pair2)->byte_pos;
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkText.c1797 TkTextIndex *pair2 = (TkTextIndex *) second;
1798 int cmp = TkTextIndexCmp(&pair1[1], &pair2[1]);
1807 cmp = TkTextIndexCmp(&pair1[0], &pair2[0]);
1790 TkTextIndex *pair2 = (TkTextIndex *) second; local

Completed in 125 milliseconds