Home
last modified time | relevance | path

Searched refs:s_unknown_suffix (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFile.c152 static char s_unknown_suffix[] = "*.*"; variable
166 s_unknown_suffix, NULL, NULL, NULL, 1.0
532 else if (strcmp(suffix, s_unknown_suffix) == 0) in HTSetSuffix5()