Home | History | Annotate | Download | only in msdosfs

Lines Matching defs:gentext

393 	u_char gentext[6], *wcp;
521 for (wcp = gentext + sizeof(gentext); wcp > gentext && gen; gen /= 10)
527 if (gentext + sizeof(gentext) - wcp + 1 > 8 - i)
528 i = 8 - (gentext + sizeof(gentext) - wcp + 1);
530 while (wcp < gentext + sizeof(gentext))