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()
1091 inp[i].pi_str.s_len = l; in cdf_read_property_info()1092 inp[i].pi_str.s_buf = CAST(const char *, in cdf_read_property_info()1099 left, (int)l, inp[i].pi_str.s_buf)); in cdf_read_property_info()1502 info[i].pi_str.s_len, in cdf_dump_property_info()1503 info[i].pi_str.s_len, info[i].pi_str.s_buf); in cdf_dump_property_info()1507 info[i].pi_str.s_len); in cdf_dump_property_info()1508 for (j = 0; j < info[i].pi_str.s_len - 1; j++) in cdf_dump_property_info()1509 (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