gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:is_digit (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
434:         cp = fmt; \
435:         while (is_digit(*cp)) { \
436:                 APPEND_DIGIT(n2, *cp); \
564: n = 0; 565: while (is_digit(ch)) { 566: APPEND_DIGIT(n, ch);
593: ch = *fmt++; 594: } while (is_digit(ch)); 595: if (/*ch == '$'*/0) {
1187: cp = fmt; \ 1188: while (is_digit(*cp)) { \ 1189: APPEND_DIGIT(n2, *cp); \
1247: } 1248: while (is_digit(ch)) { 1249: ch = *fmt++;
1259: ch = *fmt++; 1260: } while (is_digit(ch)); 1261: if (/*ch == '$'*/0) {