Lines Matching full: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);
2254 doabbr(startbuf, zp->z_format,
2341 doabbr(startbuf, zp->z_format,
2351 zp->z_format,
2385 doabbr(ab, zp->z_format, rp->r_abbrvar,
2401 zp->z_format != NULL &&
2402 strchr(zp->z_format, '%') == NULL &&
2403 strchr(zp->z_format, '/') == NULL)
2404 (void) strcpy(startbuf, zp->z_format);