Lines Matching refs:vbuf
111 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime() argument
130 if (strcasestr(vbuf, nv[i].pattern) != NULL) { in cdf_app_to_mime()
135 fprintf(stderr, "unknown app %s\n", vbuf); in cdf_app_to_mime()
197 char vbuf[1024]; in cdf_file_property_info() local
204 for (j = 0; s < e && j < sizeof(vbuf) in cdf_file_property_info()
209 vbuf[j++] = *s; in cdf_file_property_info()
211 if (j == sizeof(vbuf)) in cdf_file_property_info()
213 vbuf[j] = '\0'; in cdf_file_property_info()
215 if (vbuf[0]) { in cdf_file_property_info()
217 buf, vbuf) == -1) in cdf_file_property_info()
222 str = cdf_app_to_mime(vbuf, app2mime); in cdf_file_property_info()