Lines Matching defs:suffix
146 char *suffix;
154 /* Length of exponent suffix. */
503 * zeroes, a suffix, and more padding
514 * The suffix is either null or an exponent,
515 * and is addressed by "suffix".
535 suffix = prefix;
751 { suffix = &(expbuf[4]) ; suffixlength = 4 ; }
753 { suffix = &(expbuf[3]) ; suffixlength = 5 ; }
755 { suffix = &(expbuf[2]) ; suffixlength = 6 ; }
757 *--suffix = (decpt > 0 || convertbuffer[0] == '0' )? '+': '-';
760 *--suffix = fcode;
940 - strlen(suffix)
971 /* The suffix */
972 while (*suffix != '\0') {
973 emitchar(*suffix);
974 suffix++;