Searched refs:xx2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/tools/regression/tls/ttls1/
H A Dttls1.c6 extern int __thread xx2;
13 printf("xx1=%d, xx2=%d, xxa[5]=%d, a[5]=%d, xxyy()=%d\n",
14 xx1, xx2, xxa[5], a[5], xxyy());
/freebsd-13-stable/tools/regression/tls/libxx/
H A Dxx.c5 int __thread xx2 = 2; variable
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c691 int xx2; local
706 xx2 = '2';
708 xx2 = '0';
719 bufptr = save_char(bufptr, xx2);
722 fixups[myfix].ch |= (xx2 - '0');
724 xx2 = '0';

Completed in 43 milliseconds