HomeSort by: relevance | last modified time | path
    Searched defs:MAKE_ATTR_UNUSED (Results 1 - 2 of 2) 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)

Completed in 13 milliseconds