Lines Matching refs:z_format
117 const char * z_format; member
964 if (strchr(zp->z_format, '%') != 0) in associate()
1226 z.z_format = ecpyalloc(fields[i_format]); in inzsub()
1227 if (max_format_len < strlen(z.z_format)) in inzsub()
1228 max_format_len = strlen(z.z_format); in inzsub()
2183 doabbr(result, zp->z_format, abbrvar, FALSE, TRUE); in stringzone()
2190 doabbr(end(result), zp->z_format, dstrp->r_abbrvar, TRUE, TRUE); in stringzone()
2456 doabbr(startbuf, zp->z_format, in outzone()
2543 doabbr(startbuf, zp->z_format, in outzone()
2553 zp->z_format, in outzone()
2583 doabbr(ab, zp->z_format, rp->r_abbrvar, in outzone()
2599 zp->z_format != NULL && in outzone()
2600 strchr(zp->z_format, '%') == NULL && in outzone()
2601 strchr(zp->z_format, '/') == NULL) in outzone()
2602 (void) strcpy(startbuf, zp->z_format); in outzone()