Home
last modified time | relevance | path

Searched defs:MAKE_ATTR_UNUSED (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/bmake/filemon/
H A Dfilemon_dev.c50 #define MAKE_ATTR_UNUSED __attribute__((__unused__)) macro
108 filemon_setpid_parent(struct filemon *F MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED) in filemon_setpid_parent()
144 filemon_readfd(const struct filemon *F MAKE_ATTR_UNUSED) in filemon_readfd()
151 filemon_process(struct filemon *F MAKE_ATTR_UNUSED) in filemon_process()
/freebsd/contrib/bmake/
H A Dmeta.c682 meta_job_child(Job *job MAKE_ATTR_UNUSED) in meta_job_child()
703 meta_job_parent(Job *job MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED) in meta_job_parent()
716 meta_job_fd(Job *job MAKE_ATTR_UNUSED) in meta_job_fd()
730 meta_job_event(Job *job MAKE_ATTR_UNUSED) in meta_job_event()
H A Darch.c821 Arch_TouchLib(GNode *gn MAKE_ATTR_UNUSED) in Arch_TouchLib()
921 RanlibOODate(const GNode *gn MAKE_ATTR_UNUSED) in RanlibOODate()
H A Dcompat.c181 UseShell(const char *cmd MAKE_ATTR_UNUSED) in UseShell()
H A Dmake.h118 #define MAKE_ATTR_UNUSED __attribute__((__unused__)) macro
120 #define MAKE_ATTR_UNUSED /* delete */ macro
965 void Parse_RegisterCommand(char *cmd MAKE_ATTR_UNUSED) in Parse_RegisterCommand()
H A Dmain.c797 siginfo(int signo MAKE_ATTR_UNUSED) in siginfo()
968 InitVarMachine(const struct utsname *utsname MAKE_ATTR_UNUSED) in InitVarMachine()
H A Dvar.c1430 ModifyWord_Head(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Head()
1436 ModifyWord_Tail(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Tail()
1442 ModifyWord_Suffix(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Suffix()
1450 ModifyWord_Root(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Root()
1772 ModifyWord_Realpath(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED) in ModifyWord_Realpath()
3074 ModifyWord_Copy(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED) in ModifyWord_Copy()
H A Djob.c621 JobChildSig(int signo MAKE_ATTR_UNUSED) in JobChildSig()
632 JobContinueSig(int signo MAKE_ATTR_UNUSED) in JobContinueSig()
H A Dsuff.c984 Suffix *suff, const char *debug_tag MAKE_ATTR_UNUSED) in CandidateList_Add()