Searched defs:suff (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c1044 char* suff; local
1254 suff = (t1 = strrchr(base, '.')) ? t1 + 1 : "";
1257 if (match(suff, "*sh|bat|cmd"))
1265 if (match(suff, "[cly]?(pp|xx|++)|cc|ll|yy"))
1267 if (match(suff, "f"))
1269 if (match(suff, "htm+(l)"))
1271 if (match(suff, "cpy"))
1273 if (match(suff, "cob|cbl|cb2"))
1275 if (match(suff, "pl[1i]"))
1277 if (match(suff, "te
[all...]

Completed in 191 milliseconds