Searched refs:__entry (Results 1 – 5 of 5) sorted by relevance
109 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() argument167 if (__entry) in __NTH()169 if (__entry < __argz + __argz_len) in __NTH()170 __entry = strchr (__entry, '\0') + 1; in __NTH()[all …]
185 struct dirent *__restrict __entry,192 struct dirent *__restrict __entry,202 struct dirent64 *__restrict __entry,
46 extern void login (__const struct utmp *__entry) __THROW;
253 struct ebt_entry *__entry; \256 __entry = (void *)(entries) + __i; \257 __ret = fn(__entry , ## args); \260 if (__entry->bitmask != 0) \261 __i += __entry->next_offset; \
153 type *__entry; \156 __i += __entry->next_offset, __n++) { \157 __entry = (void *)(entries) + __i; \161 __ret = fn(__entry , ## args); \