Lines Matching refs:format
41 /* An upper bound on how much a format might grow due to concatenation. */
87 /* The type for line numbers. Use PRIdMAX to format them; formerly
611 ** Match the format of "cc" to allow sh users to
1653 ** a '%s' in the format is a bad thing.
1956 error(_("invalid abbreviation format"));
1997 warning(_("format '%s' not handled by pre-2015 versions of zic"),
2830 char const *format = zp->z_format;
2832 slashp = strchr(format, '/');
2841 sprintf(abbr, format, letters);
2845 memcpy(abbr, format, slashp - format);
2846 abbr[slashp - format] = '\0';