Searched refs:Suff (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/bmake/
H A Dsuff.c169 } Suff; typedef in typeref:struct:_Suff
185 Suff *suff; /* The suffix on the file */
206 Suff *s;
210 static Suff *suffNull; /* The NULL suffix for this run */
211 static Suff *emptySuff; /* The empty suffix required for POSIX
216 static char *SuffSuffIsSuffix(const Suff *, const SuffixCmpData *);
223 static void SuffInsert(Lst, Suff *);
224 static void SuffRemove(Lst, Suff *);
225 static Boolean SuffParseTransform(char *, Suff **, Suff **);
[all...]
/freebsd-10.1-release/usr.bin/make/
H A Dsuff.c131 typedef struct Suff { struct
144 } Suff; typedef in typeref:struct:Suff
152 Suff *suff; /* The suffix on the file */
163 static Suff *suffNull;
166 static Suff *emptySuff;
185 SuffSuffIsSuffix(const Suff *s, char *str)
216 static Suff *
222 if (strcmp(s, ((const Suff *)Lst_Datum(ln))->name) == 0)
274 Suff *s = sp;
305 SuffRemove(Lst *l, Suff *
[all...]
H A DGNode.h47 struct Suff;
219 * everyone but the Suff module)
221 struct Suff *suffix;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp699 struct Suff { struct
710 if (Suff::has("u", text)) {
712 } else if (Suff::has("U", text)) {
714 } else if (Suff::has("ll", text)) {
716 } else if (Suff::has("LL", text)) {
718 } else if (Suff::has("l", text)) {
720 } else if (Suff::has("L", text)) {
722 } else if (isFloat && Suff::has("f", text)) {
724 } else if (isFloat && Suff::has("F", text)) {

Completed in 113 milliseconds