Searched refs:pi_str (Results 1 – 3 of 3) sorted by relevance
195 len = info[i].pi_str.s_len; in cdf_file_property_info()202 s = info[i].pi_str.s_buf; in cdf_file_property_info()203 e = info[i].pi_str.s_buf + len; in cdf_file_property_info()
1107 inp[i].pi_str.s_len = l; in cdf_read_property_info()1108 inp[i].pi_str.s_buf = CAST(const char *, in cdf_read_property_info()1115 left, (int)l, inp[i].pi_str.s_buf)); in cdf_read_property_info()1518 info[i].pi_str.s_len, in cdf_dump_property_info()1519 info[i].pi_str.s_len, info[i].pi_str.s_buf); in cdf_dump_property_info()1523 info[i].pi_str.s_len); in cdf_dump_property_info()1524 for (j = 0; j < info[i].pi_str.s_len - 1; j++) in cdf_dump_property_info()1525 (void)fputc(info[i].pi_str.s_buf[j << 1], stderr); in cdf_dump_property_info()
191 #define pi_str pi_val._pi_str macro