HomeSort by: relevance | last modified time | path
    Searched refs:MAKE_ATTR_UNUSED (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/make/filemon/
filemon_dev.c 49 #ifndef MAKE_ATTR_UNUSED
50 #define MAKE_ATTR_UNUSED __attribute__((__unused__))
108 filemon_setpid_parent(struct filemon *F MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED)
144 filemon_readfd(const struct filemon *F MAKE_ATTR_UNUSED)
151 filemon_process(struct filemon *F MAKE_ATTR_UNUSED)
  /src/usr.bin/make/
make.h 113 #define MAKE_ATTR_UNUSED __attribute__((__unused__))
115 #define MAKE_ATTR_UNUSED /* delete */
146 #define MAKE_INLINE static inline MAKE_ATTR_UNUSED
148 #define MAKE_INLINE static MAKE_ATTR_UNUSED
156 #define MAKE_STATIC static MAKE_ATTR_UNUSED
946 void Parse_RegisterCommand(char *cmd MAKE_ATTR_UNUSED)
meta.c 673 meta_job_child(Job *job MAKE_ATTR_UNUSED)
694 meta_job_parent(Job *job MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED)
707 meta_job_fd(Job *job MAKE_ATTR_UNUSED)
721 meta_job_event(Job *job MAKE_ATTR_UNUSED)
arch.c 773 Arch_TouchLib(GNode *gn MAKE_ATTR_UNUSED)
873 RanlibOODate(const GNode *gn MAKE_ATTR_UNUSED)
compat.c 179 UseShell(const char *cmd MAKE_ATTR_UNUSED)
test-variants.mk 112 # Ensure that every inline function is declared as MAKE_ATTR_UNUSED.
main.c 799 siginfo(int signo MAKE_ATTR_UNUSED)
954 InitVarMachine(const struct utsname *utsname MAKE_ATTR_UNUSED)
var.c 1440 ModifyWord_Head(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1446 ModifyWord_Tail(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1452 ModifyWord_Suffix(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1460 ModifyWord_Root(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1781 ModifyWord_Realpath(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED)
3075 ModifyWord_Copy(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED)
job.c 701 HandleSIGCHLD(int signo MAKE_ATTR_UNUSED)
709 HandleSIGCONT(int signo MAKE_ATTR_UNUSED)
suff.c 984 Suffix *suff, const char *debug_tag MAKE_ATTR_UNUSED)

Completed in 26 milliseconds