Searched refs:nv (Results 1 – 3 of 3) sorted by relevance
54 static const struct nv { struct117 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime() argument123 for (i = 0; nv[i].pattern != NULL; i++) in cdf_app_to_mime()124 if (strcasestr(vbuf, nv[i].pattern) != NULL) { in cdf_app_to_mime()125 rv = nv[i].mime; in cdf_app_to_mime()
275 nv = [+-]? ([0-9]* "." [0-9]+|[0-9]+ "." [0-9]*);276 nvexp = (iv | nv) [eE] [+-]? iv;683 "d:" (iv | nv | nvexp) ";" {
3204 for (i = 0; nv[i].pattern != NULL; i++)3205 if (strcasestr(vbuf, nv[i].pattern) != NULL) {3206 rv = nv[i].mime;
Completed in 16 milliseconds