Searched refs:z_format (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/zic/
H A Dzic.c91 const char * z_format; member in struct:zone
811 if (strchr(zp->z_format, '%') != 0)
1090 z.z_format = ecpyalloc(fields[i_format]);
1091 if (max_format_len < strlen(z.z_format))
1092 max_format_len = strlen(z.z_format);
1934 doabbr(result, zp->z_format, abbrvar, FALSE, TRUE);
1941 doabbr(end(result), zp->z_format, dstrp->r_abbrvar, TRUE, TRUE);
2060 doabbr(startbuf, zp->z_format,
2144 doabbr(startbuf, zp->z_format,
2154 zp->z_format,
[all...]

Completed in 36 milliseconds