Home | History | Annotate | Download | only in src

Lines Matching refs:Txt

58     char Txt[1024];
64 snprintf(Txt, strlen(" "), " ");
68 snprintf(Txt, sizeof(Txt), "%sX", Txt);
70 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0);
73 snprintf(Txt, sizeof(Txt), "%s ", Txt);
74 printf("%s", Txt);