Lines Matching refs:z_format
105 const char * z_format;
930 if (strchr(zp->z_format, '%') != 0)
1215 z.z_format = ecpyalloc(fields[i_format]);
1216 if (max_format_len < strlen(z.z_format))
1217 max_format_len = strlen(z.z_format);
2069 doabbr(result, zp->z_format, abbrvar, FALSE, TRUE);
2076 doabbr(end(result), zp->z_format, dstrp->r_abbrvar, TRUE, TRUE);
2260 doabbr(startbuf, zp->z_format,
2347 doabbr(startbuf, zp->z_format,
2357 zp->z_format,
2391 doabbr(ab, zp->z_format, rp->r_abbrvar,
2407 zp->z_format != NULL &&
2408 strchr(zp->z_format, '%') == NULL &&
2409 strchr(zp->z_format, '/') == NULL)
2410 (void) strcpy(startbuf, zp->z_format);