Searched refs:Suf_t (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libjcl/ |
H A D | path.c | 54 } Suf_t; typedef in typeref:struct:Suf_s 332 Suf_t* xp; 337 state.sufdisc.link = offsetof(Suf_t, link); 338 state.sufdisc.key = offsetof(Suf_t, name); 350 if (!(xp = newof(0, Suf_t, 1, n))) 618 Suf_t* xp; 621 return (state.suf && (s = strrchr(path, '.')) && (xp = (Suf_t*)dtmatch(state.suf, s))) ? xp->length : 0;
|
/ast/src/cmd/sortlib/sync/ |
H A D | sync.c | 277 } Suf_t; typedef in typeref:struct:Suf_s 293 Suf_t* sp; 298 if (!(sp = newof(0, Suf_t, n, 0)))
|
Completed in 413 milliseconds