Lines Matching refs:z_format
78 const char *z_format; member
808 if (strchr(zp->z_format, '%') != 0) in associate()
1098 z.z_format = ecpyalloc(fields[i_format]);
1679 doabbr(startbuf, zp->z_format,
1764 doabbr(startbuf, zp->z_format,
1772 doabbr(startbuf, zp->z_format,
1779 doabbr(buf, zp->z_format, rp->r_abbrvar,
1789 zp->z_format != NULL &&
1790 strchr(zp->z_format, '%') == NULL &&
1791 strchr(zp->z_format, '/') == NULL)
1792 (void) strcpy(startbuf, zp->z_format);