Home | History | Annotate | Download | only in wcstox

Lines Matching refs:shgetc

33 #include "shgetc.h"
56 // type to match our custom fake_file_t from shgetc.h
67 c = shgetc(f);
70 c = shgetc(f);
77 for (x=0; c-'0'<10U && x<INT_MAX/10; c = shgetc(f))
79 for (y=x; c-'0'<10U && y<LLONG_MAX/100; c = shgetc(f))
81 for (; c-'0'<10U; c = shgetc(f));
110 for (; c=='0'; c = shgetc(f)) gotdig=1;
113 for (c = shgetc(f); c=='0'; c = shgetc(f)) gotdig=1, lrp--;
117 for (; c-'0'<10U || c=='.'; c = shgetc(f)) {
345 c = shgetc(f);
348 for (; c=='0'; c = shgetc(f)) gotdig = 1;
352 c = shgetc(f);
354 for (rp=0; c=='0'; c = shgetc(f), rp--) gotdig = 1;
357 for (; c-'0'<10U || (c|32)-'a'<6U || c=='.'; c = shgetc(f)) {
469 while (isspace((c=shgetc(f))));
473 c = shgetc(f);
477 if (i<7) c = shgetc(f);
486 if (i<2) c = shgetc(f);
488 if (shgetc(f) != '(') {
493 c = shgetc(f);
517 c = shgetc(f);