Searched refs:vbuf (Results 1 – 2 of 2) sorted by relevance
117 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime() argument124 if (strcasestr(vbuf, nv[i].pattern) != NULL) { in cdf_app_to_mime()184 char vbuf[1024]; in cdf_file_property_info() local190 for (j = 0; j < sizeof(vbuf) && len--; s += k) { in cdf_file_property_info()194 vbuf[j++] = *s; in cdf_file_property_info()196 if (j == sizeof(vbuf)) in cdf_file_property_info()198 vbuf[j] = '\0'; in cdf_file_property_info()200 if (vbuf[0]) { in cdf_file_property_info()202 buf, vbuf) == -1) in cdf_file_property_info()207 str = cdf_app_to_mime(vbuf, app2mime); in cdf_file_property_info()
3205 if (strcasestr(vbuf, nv[i].pattern) != NULL) {3210 - fprintf(stderr, "unknown app %s\n", vbuf);
Completed in 12 milliseconds