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

/ast/src/cmd/sortlib/sync/
H A Dsync.c276 char* suff; member in struct:Suf_s
309 sp[i].suff = strrchr(s, '.');
338 if (sp[j].base && (sp[j].base - v[j]) == k && (!k || !memcmp(v[i], v[j], k)) && !memcmp(ep->d_name, sp[j].base, m) && (!sp[j].suff || (sp[j].suff - sp[j].base) < m || z && !strcmp(z, sp[j].suff)))
/ast/src/lib/libast/misc/
H A Dmagic.c1047 char* suff; local
1257 suff = (t1 = strrchr(base, '.')) ? t1 + 1 : "";
1260 if (match(suff, "*sh|bat|cmd"))
1268 if (match(suff, "[cly]?(pp|xx|++)|cc|ll|yy"))
1270 if (match(suff, "f"))
1272 if (match(suff, "htm+(l)"))
1274 if (match(suff, "cpy"))
1276 if (match(suff, "cob|cbl|cb2"))
1278 if (match(suff, "pl[1i]"))
1280 if (match(suff, "te
[all...]

Completed in 15 milliseconds