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

  /src/usr.bin/make/
job.h 90 const char *Shell_GetNewline(void) MAKE_ATTR_USE;
93 bool TokenPool_Take(void) MAKE_ATTR_USE;
98 MAKE_ATTR_USE;
103 bool Job_ParseShell(char *) MAKE_ATTR_USE;
113 int Job_TempFile(const char *, char *, size_t) MAKE_ATTR_USE;
115 struct BuildMon *Job_BuildMon(Job *) MAKE_ATTR_USE;
117 GNode *Job_Node(Job *) MAKE_ATTR_USE;
118 int Job_Pid(Job *) MAKE_ATTR_USE;
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;
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;
metachar.h 38 MAKE_INLINE bool MAKE_ATTR_USE
44 MAKE_INLINE bool MAKE_ATTR_USE
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;
make.h 134 #define MAKE_ATTR_USE __attribute__((__warn_unused_result__))
136 #define MAKE_ATTR_USE /* delete */
811 bool Arch_LibOODate(GNode *) MAKE_ATTR_USE;
812 bool Arch_IsLib(GNode *) MAKE_ATTR_USE;
821 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE;
822 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
823 Guard *Cond_ExtractGuard(const char *) MAKE_ATTR_USE;
828 MAKE_INLINE const char * MAKE_ATTR_USE
835 MAKE_INLINE SearchPath * MAKE_ATTR_USE
847 int For_Eval(const char *) MAKE_ATTR_USE;
    [all...]
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 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
lst.h 118 MAKE_INLINE bool MAKE_ATTR_USE
125 ListNode *Lst_FindDatum(List *, const void *) MAKE_ATTR_USE;
158 void *Lst_Dequeue(List *) MAKE_ATTR_USE;
177 MAKE_INLINE void * MAKE_ATTR_USE
buf.h 112 MAKE_INLINE bool MAKE_ATTR_USE
126 char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;
  /src/tests/usr.bin/indent/
lsym_rparen_or_rbracket.c 64 char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;

Completed in 62 milliseconds