Searched defs:_entry (Results 1 – 6 of 6) sorted by relevance
47 typedef struct _entry { struct49 int (*func)(char *, struct passwd *, struct _entry *); argument50 int restricted;51 size_t len;52 const char *except, *save;
160 typedef struct _entry { struct161 struct _entry *next; argument162 uid_t uid;163 gid_t gid;165 char *class;167 char **envp;168 char *cmd;169 union {184 int flags;194 time_t lastrun;
44 #define BCMA_EROM_GET_ATTR(_entry, _attr) \ argument57 #define BCMA_EROM_ENTRY_IS(_entry, _type) \ argument
141 std::auto_ptr< directory_entry > _entry; member
42 #define SIBA_REG_GET(_entry, _attr) \ argument
1544 struct drm_map_list *_entry; in drm_core_findmap() local