Home
last modified time | relevance | path

Searched refs:MAKE_ATTR_USE (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/bmake/
HDmake.h139 #define MAKE_ATTR_USE __attribute__((__warn_unused_result__)) macro
141 #define MAKE_ATTR_USE /* delete */ macro
807 bool Arch_LibOODate(GNode *) MAKE_ATTR_USE;
808 bool Arch_IsLib(GNode *) MAKE_ATTR_USE;
817 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE;
818 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
823 MAKE_INLINE const char * MAKE_ATTR_USE
830 MAKE_INLINE SearchPath * MAKE_ATTR_USE
842 int For_Eval(const char *) MAKE_ATTR_USE;
843 bool For_Accum(const char *, int *) MAKE_ATTR_USE;
[all …]
HDmake_malloc.h30 void *bmake_malloc(size_t) MAKE_ATTR_USE;
31 void *bmake_realloc(void *, size_t) MAKE_ATTR_USE;
32 char *bmake_strdup(const char *) MAKE_ATTR_USE;
33 char *bmake_strldup(const char *, size_t) MAKE_ATTR_USE;
42 char *bmake_strsedup(const char *, const char *) MAKE_ATTR_USE;
HDdir.h85 bool Dir_HasWildcards(const char *) MAKE_ATTR_USE;
87 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE;
88 char *Dir_FindHereOrAbove(const char *, const char *) MAKE_ATTR_USE;
91 char *SearchPath_ToFlags(SearchPath *, const char *) MAKE_ATTR_USE;
96 SearchPath *Dir_CopyDirSearchPath(void) MAKE_ATTR_USE;
HDhash.h111 MAKE_INLINE void * MAKE_ATTR_USE
134 HashEntry *HashTable_FindEntry(HashTable *, const char *) MAKE_ATTR_USE;
135 void *HashTable_FindValue(HashTable *, const char *) MAKE_ATTR_USE;
136 unsigned int Hash_Substring(Substring) MAKE_ATTR_USE;
138 MAKE_ATTR_USE;
167 MAKE_INLINE bool MAKE_ATTR_USE
HDjob.h191 const char *Shell_GetNewline(void) MAKE_ATTR_USE;
194 MAKE_ATTR_USE;
199 bool Job_ParseShell(char *) MAKE_ATTR_USE;
205 bool Job_TokenWithdraw(void) MAKE_ATTR_USE;
210 int Job_TempFile(const char *, char *, size_t) MAKE_ATTR_USE;
HDlst.h112 List *Lst_New(void) MAKE_ATTR_USE;
132 MAKE_INLINE bool MAKE_ATTR_USE
139 ListNode *Lst_FindDatum(List *, const void *) MAKE_ATTR_USE;
172 void *Lst_Dequeue(List *) MAKE_ATTR_USE;
191 MAKE_INLINE void * MAKE_ATTR_USE
HDmeta.h49 int meta_job_fd(struct Job *) MAKE_ATTR_USE;
50 int meta_job_event(struct Job *) MAKE_ATTR_USE;
55 bool meta_oodate(GNode *, bool) MAKE_ATTR_USE;
HDbuf.h112 MAKE_INLINE bool MAKE_ATTR_USE
126 char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;
127 char *Buf_DoneDataCompact(Buffer *) MAKE_ATTR_USE;
HDmetachar.h38 MAKE_INLINE bool MAKE_ATTR_USE
44 MAKE_INLINE bool MAKE_ATTR_USE