Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmake.h1078 MAKE_INLINE bool MAKE_ATTR_USE
1090 MAKE_INLINE bool MAKE_ATTR_USE
1096 MAKE_INLINE bool MAKE_ATTR_USE
1102 MAKE_INLINE bool MAKE_ATTR_USE
1108 MAKE_INLINE bool MAKE_ATTR_USE
1114 MAKE_INLINE bool MAKE_ATTR_USE
1122 MAKE_INLINE bool MAKE_ATTR_USE
1169 MAKE_INLINE bool MAKE_ATTR_USE
1171 MAKE_INLINE bool MAKE_ATTR_USE
1173 MAKE_INLINE bool MAKE_ATTR_USE
[all …]
H A Dmake_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;
H A Ddir.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;
H A Dhash.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
H A Djob.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;
H A Dlst.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
H A Dmeta.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;
H A Dbuf.h112 MAKE_INLINE bool MAKE_ATTR_USE
126 char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;
127 char *Buf_DoneDataCompact(Buffer *) MAKE_ATTR_USE;
H A Dmetachar.h38 MAKE_INLINE bool MAKE_ATTR_USE
44 MAKE_INLINE bool MAKE_ATTR_USE