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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c5584 char *after_fraction;
5591 * Result is in work, and after_fraction points
5599 after_fraction = strchr(work + DBL_DIG, 'e');
5601 ptr = after_fraction;
5606 while ((*ptr++ = *after_fraction++) != 0);
H A Dxpath.c2712 char *after_fraction; local
2720 * In either case, result is in work, and after_fraction points
2732 after_fraction = work + size;
2746 after_fraction = work + size;
2750 ptr = after_fraction;
2755 while ((*ptr++ = *after_fraction++) != 0);

Completed in 118 milliseconds