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

/freebsd-13-stable/tools/regression/tls/ttls1/
H A Dttls1.c5 extern int __thread xx1;
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.c4 int __thread xx1 = 1; variable
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c683 int xx1; local
686 xx1 = *str;
689 if (isoctal(UChar(xx1))) {
703 if (xx1 == '0'
736 } else if (strchr("E\\nrtbf", xx1) == 0) {
737 switch (xx1) {
739 xx1 = 'E';
742 xx1 = 'n';
747 xx1 = '0';
759 xx1
[all...]

Completed in 109 milliseconds