Searched refs:after_fraction (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dxmlschemastypes.c5598 char *after_fraction;
5605 * Result is in work, and after_fraction points
5613 after_fraction = strchr(work + DBL_DIG, 'e');
5615 ptr = after_fraction;
5620 while ((*ptr++ = *after_fraction++) != 0);
H A Dxpath.c2717 char *after_fraction; local
2725 * In either case, result is in work, and after_fraction points
2755 after_fraction = work + size;
2756 ptr = after_fraction;
2761 while ((*ptr++ = *after_fraction++) != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dxmlschemastypes.c5598 char *after_fraction;
5605 * Result is in work, and after_fraction points
5613 after_fraction = strchr(work + DBL_DIG, 'e');
5615 ptr = after_fraction;
5620 while ((*ptr++ = *after_fraction++) != 0);
H A Dxpath.c2717 char *after_fraction; local
2725 * In either case, result is in work, and after_fraction points
2755 after_fraction = work + size;
2756 ptr = after_fraction;
2761 while ((*ptr++ = *after_fraction++) != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dxmlschemastypes.c5598 char *after_fraction;
5605 * Result is in work, and after_fraction points
5613 after_fraction = strchr(work + DBL_DIG, 'e');
5615 ptr = after_fraction;
5620 while ((*ptr++ = *after_fraction++) != 0);
H A Dxpath.c2717 char *after_fraction; local
2725 * In either case, result is in work, and after_fraction points
2755 after_fraction = work + size;
2756 ptr = after_fraction;
2761 while ((*ptr++ = *after_fraction++) != 0);

Completed in 307 milliseconds