Home
last modified time | relevance | path

Searched refs:MAKE_ATTR_UNUSED (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/bmake/filemon/
H A Dfilemon_dev.c49 #ifndef MAKE_ATTR_UNUSED
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() argument
144 filemon_readfd(const struct filemon *F MAKE_ATTR_UNUSED) in filemon_readfd() argument
151 filemon_process(struct filemon *F MAKE_ATTR_UNUSED) in filemon_process() argument
/freebsd/contrib/bmake/
H A Dmake.h118 #define MAKE_ATTR_UNUSED __attribute__((__unused__)) macro
120 #define MAKE_ATTR_UNUSED /* delete */ macro
151 #define MAKE_INLINE static inline MAKE_ATTR_UNUSED
153 #define MAKE_INLINE static MAKE_ATTR_UNUSED
161 #define MAKE_STATIC static MAKE_ATTR_UNUSED
1241 static const char name[] MAKE_ATTR_UNUSED = string
H A Dmeta.c679 meta_job_child(Job *job MAKE_ATTR_UNUSED) in meta_job_child() argument
700 meta_job_parent(Job *job MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED) in meta_job_parent() argument
713 meta_job_fd(Job *job MAKE_ATTR_UNUSED) in meta_job_fd() argument
727 meta_job_event(Job *job MAKE_ATTR_UNUSED) in meta_job_event() argument
H A Darch.c822 Arch_TouchLib(GNode *gn MAKE_ATTR_UNUSED) in Arch_TouchLib() argument
923 RanlibOODate(const GNode *gn MAKE_ATTR_UNUSED) in RanlibOODate() argument
H A Dcompat.c181 UseShell(const char *cmd MAKE_ATTR_UNUSED) in UseShell() argument
H A Dvar.c1386 ModifyWord_Head(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Head() argument
1393 ModifyWord_Tail(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Tail() argument
1400 ModifyWord_Suffix(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Suffix() argument
1409 ModifyWord_Root(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Root() argument
1732 ModifyWord_Realpath(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED) in ModifyWord_Realpath() argument
3047 ModifyWord_Copy(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED) in ModifyWord_Copy() argument
H A Dmain.c794 siginfo(int signo MAKE_ATTR_UNUSED) in siginfo() argument
966 InitVarMachine(const struct utsname *utsname MAKE_ATTR_UNUSED) in InitVarMachine() argument
H A Djob.c628 JobChildSig(int signo MAKE_ATTR_UNUSED) in JobChildSig() argument
640 JobContinueSig(int signo MAKE_ATTR_UNUSED) in JobContinueSig() argument
H A Dsuff.c985 Suffix *suff, const char *debug_tag MAKE_ATTR_UNUSED) in CandidateList_Add() argument
H A DChangeLog2558 - use MAKE_ATTR_UNUSED rather that kludges like