Searched defs:suff (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/bmake/ |
H A D | suff.c | 206 Suffix *suff; member 246 Suffix_Ref(Suffix *suff) in Suffix_Ref() argument 254 Suffix_Reassign(Suffix **var, Suffix *suff) in Suffix_Reassign() argument 291 StrTrimSuffix(const char * str,size_t strLen,const char * suff,size_t suffLen) StrTrimSuffix() argument 312 Suffix_TrimSuffix(const Suffix * suff,size_t nameLen,const char * nameEnd) Suffix_TrimSuffix() argument 319 Suffix_IsSuffix(const Suffix * suff,size_t nameLen,const char * nameEnd) Suffix_IsSuffix() argument 330 Suffix *suff = ln->datum; FindSuffixByNameLen() local 358 SuffixList_Unref(SuffixList * list,Suffix * suff) SuffixList_Unref() argument 368 Suffix_Free(Suffix * suff) Suffix_Free() argument 394 SuffixList_Remove(SuffixList * list,Suffix * suff) SuffixList_Remove() argument 410 SuffixList_Insert(SuffixList * list,Suffix * suff) SuffixList_Insert() argument 445 Suffix *suff = bmake_malloc(sizeof *suff); Suffix_New() local 674 RebuildGraph(GNode * transform,Suffix * suff) RebuildGraph() argument 716 UpdateTarget(GNode * target,Suffix * suff,bool * inout_removedMain) UpdateTarget() argument 791 UpdateTargets(Suffix * suff) UpdateTargets() argument 809 Suffix *suff = FindSuffixByName(name); Suff_AddSuffix() local 831 Suffix *suff = FindSuffixByName(name); Suff_GetPath() local 857 Suffix *suff = ln->datum; Suff_ExtendPaths() local 892 Suffix *suff = FindSuffixByName(suffName); Suff_AddInclude() local 906 Suffix *suff = FindSuffixByName(suffName); Suff_AddLib() local 963 Candidate_New(char * name,char * prefix,Suffix * suff,Candidate * parent,GNode * gn) Candidate_New() argument 985 CandidateList_Add(CandidateList * list,char * srcName,Candidate * targ,Suffix * suff,const char * debug_tag MAKE_ATTR_UNUSED) CandidateList_Add() argument 1009 Suffix *suff = ln->datum; CandidateList_AddCandidatesFor() local 1145 Suffix *suff; /* Suffix of the matching candidate */ FindCmds() local 1411 Suffix *suff = gn->suffix; Suff_FindPath() local 1516 Suffix *suff = ln->datum; ExpandMember() local 1635 Suffix *suff = FindSuffixByName(LIBSUFF); FindDepsLib() local 1661 Suffix *suff = ln->datum; FindDepsRegularKnown() local 2018 Suffix *suff = FindSuffixByName(name); Suff_SetNull() local 2072 const Suffix *suff = ln->datum; PrintSuffNames() local 2079 Suffix_Print(const Suffix * suff) Suffix_Print() argument 2137 Suffix *suff; Suff_NamesStr() local [all...] |
H A D | parse.c | 1212 const char *suff; FindInQuotPath() local
|
/freebsd-src/usr.sbin/config/ |
H A D | mkmakefile.cc | 684 char *suff, *SUFF; do_xxfiles() local
|
/freebsd-src/sys/contrib/openzfs/etc/systemd/system-generators/ |
H A D | zfs-mount-generator.c | 137 strendswith(const char *what, const char *suff) in strendswith()
|
/freebsd-src/usr.bin/diff/ |
H A D | diffreg.c | 207 static size_t pref, suff; /* lengths of prefix and suffix */ variable [all...] |
/freebsd-src/usr.bin/gzip/ |
H A D | gzip.c | 1264 const suffixes_t *suff; in file_compress() local
|