Lines Matching defs:work
2728 char work[30];
2736 snprintf(work, 29, "%d", value);
2737 cur = &work[0];
2750 For the dimension of work,
2758 char work[DBL_DIG + EXPONENT_DIGITS + 3 + LOWER_DOUBLE_EXP];
2769 * In either case, result is in work, and after_fraction points
2778 size = snprintf(work, sizeof(work),"%*.*e",
2780 while ((size > 0) && (work[size] != 'e')) size--;
2794 size = snprintf(work, sizeof(work), "%0.*f",
2799 after_fraction = work + size;
2808 size = strlen(work) + 1;
2810 work[buffersize - 1] = 0;
2813 memmove(buffer, work, size);
3712 * TODO: The optimization won't work in every case, since