Home
last modified time | relevance | path

Searched refs:__entry (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dargz.h109 char *__restrict __entry) __THROW;
112 char *__restrict __entry) __THROW;
123 __const char *__restrict __entry) __THROW;
127 __const char *__restrict __entry) __THROW;
158 __const char *__restrict __entry) __THROW;
160 __const char *__restrict __entry) __THROW;
165 __const char *__entry)) in __NTH() argument
167 if (__entry) in __NTH()
169 if (__entry < __argz + __argz_len) in __NTH()
170 __entry = strchr (__entry, '\0') + 1; in __NTH()
[all …]
H A Ddirent.h185 struct dirent *__restrict __entry,
192 struct dirent *__restrict __entry,
202 struct dirent64 *__restrict __entry,
H A Dutmp.h46 extern void login (__const struct utmp *__entry) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_bridge/
H A Debtables.h253 struct ebt_entry *__entry; \
256 __entry = (void *)(entries) + __i; \
257 __ret = fn(__entry , ## args); \
260 if (__entry->bitmask != 0) \
261 __i += __entry->next_offset; \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dx_tables.h153 type *__entry; \
156 __i += __entry->next_offset, __n++) { \
157 __entry = (void *)(entries) + __i; \
161 __ret = fn(__entry , ## args); \