Home | History | Annotate | Download | only in src

Lines Matching refs:Txt

59     char Txt[1024];
65 snprintf(Txt, strlen(" "), " ");
69 snprintf(Txt, sizeof(Txt), "%sX", Txt);
71 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0);
74 snprintf(Txt, sizeof(Txt), "%s ", Txt);
75 //printf(Txt);