Home
last modified time | relevance | path

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

/freebsd/tools/regression/tls/ttls1/
H A Dttls1.c5 extern int __thread xx2;
13 xx1, xx2, xxa[5], a[5], xxyy()); in main()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c702 int xx2; in _nc_infotocap() local
717 xx2 = '2'; in _nc_infotocap()
719 xx2 = '0'; in _nc_infotocap()
730 bufptr = save_char(bufptr, xx2); in _nc_infotocap()
733 fixups[myfix].ch |= (xx2 - '0'); in _nc_infotocap()
735 xx2 = '0'; in _nc_infotocap()
/freebsd/tools/regression/tls/libxx/
H A Dxx.c4 int __thread xx2 = 2; variable