Searched refs:MAKE_ATTR_USE (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | make.h | 139 #define MAKE_ATTR_USE __attribute__((__warn_unused_result__)) macro 141 #define MAKE_ATTR_USE /* delete */ macro 833 bool Arch_LibOODate(GNode *) MAKE_ATTR_USE; 834 bool Arch_IsLib(GNode *) MAKE_ATTR_USE; 843 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE; 844 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE; 845 Guard *Cond_ExtractGuard(const char *) MAKE_ATTR_USE; 850 MAKE_INLINE const char * MAKE_ATTR_USE 857 MAKE_INLINE SearchPath * MAKE_ATTR_USE 869 int For_Eval(const char *) MAKE_ATTR_USE; [all...] |
H A D | dir.h | 88 bool Dir_HasWildcards(const char *) MAKE_ATTR_USE; 90 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE; 91 char *Dir_FindInclude(const char *, SearchPath *) MAKE_ATTR_USE; 92 char *Dir_FindHereOrAbove(const char *, const char *) MAKE_ATTR_USE; 95 char *SearchPath_ToFlags(SearchPath *, const char *) MAKE_ATTR_USE; 100 SearchPath *Dir_CopyDirSearchPath(void) MAKE_ATTR_USE;
|
H A D | hash.h | 109 MAKE_INLINE void * MAKE_ATTR_USE 132 HashEntry *HashTable_FindEntry(HashTable *, const char *) MAKE_ATTR_USE; 133 void *HashTable_FindValue(HashTable *, const char *) MAKE_ATTR_USE; 134 unsigned int Hash_Substring(Substring) MAKE_ATTR_USE; 136 MAKE_ATTR_USE; 142 bool HashIter_Next(HashIter *) MAKE_ATTR_USE; 165 MAKE_INLINE bool MAKE_ATTR_USE
|
H A D | make_malloc.h | 30 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;
|
H A D | job.h | 189 const char *Shell_GetNewline(void) MAKE_ATTR_USE; 192 MAKE_ATTR_USE; 197 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;
|
H A D | lst.h | 123 MAKE_INLINE bool MAKE_ATTR_USE 130 ListNode *Lst_FindDatum(List *, const void *) MAKE_ATTR_USE; in Lst_IsEmpty() 163 void *Lst_Dequeue(List *) MAKE_ATTR_USE; in Lst_Enqueue() 182 MAKE_INLINE void * MAKE_ATTR_USE
|
H A D | meta.h | 49 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;
|
H A D | buf.h | 112 MAKE_INLINE bool MAKE_ATTR_USE 126 char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;
|
H A D | metachar.h | 38 MAKE_INLINE bool MAKE_ATTR_USE 44 MAKE_INLINE bool MAKE_ATTR_USE
|