Searched defs:MAKE_ATTR_UNUSED (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/bmake/filemon/ |
H A D | filemon_dev.c | 50 #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 D | meta.c | 683 meta_job_child(Job *job MAKE_ATTR_UNUSED) in meta_job_child() 704 meta_job_parent(Job *job MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED) in meta_job_parent() 717 meta_job_fd(Job *job MAKE_ATTR_UNUSED) in meta_job_fd() 731 meta_job_event(Job *job MAKE_ATTR_UNUSED) in meta_job_event()
|
H A D | arch.c | 821 Arch_TouchLib(GNode *gn MAKE_ATTR_UNUSED) in Arch_TouchLib() 921 RanlibOODate(const GNode *gn MAKE_ATTR_UNUSED) in RanlibOODate()
|
H A D | compat.c | 182 UseShell(const char *cmd MAKE_ATTR_UNUSED) in UseShell()
|
H A D | make.h | 118 #define MAKE_ATTR_UNUSED __attribute__((__unused__)) macro 120 #define MAKE_ATTR_UNUSED /* delete */ macro 969 void Parse_RegisterCommand(char *cmd MAKE_ATTR_UNUSED) in Parse_RegisterCommand()
|
H A D | main.c | 803 siginfo(int signo MAKE_ATTR_UNUSED) in siginfo() 958 InitVarMachine(const struct utsname *utsname MAKE_ATTR_UNUSED) in InitVarMachine()
|
H A D | var.c | 1455 ModifyWord_Head(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Head() 1461 ModifyWord_Tail(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Tail() 1467 ModifyWord_Suffix(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Suffix() 1475 ModifyWord_Root(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Root() 1797 ModifyWord_Realpath(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED) in ModifyWord_Realpath() 3095 ModifyWord_Copy(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED) in ModifyWord_Copy()
|
H A D | job.c | 730 HandleSIGCHLD(int signo MAKE_ATTR_UNUSED) in HandleSIGCHLD() 738 HandleSIGCONT(int signo MAKE_ATTR_UNUSED) in HandleSIGCONT()
|
H A D | suff.c | 984 Suffix *suff, const char *debug_tag MAKE_ATTR_UNUSED) in CandidateList_Add()
|