Searched refs:env_entry (Results 1 – 3 of 3) sorted by relevance
| /include/ |
| A D | search.h | 29 struct env_entry { struct 57 int (*change_ok)(const struct env_entry *item, const char *newval, argument 73 int hsearch_r(struct env_entry item, enum env_action action, 74 struct env_entry **retval, struct hsearch_data *htab, int flag); 80 int hmatch_r(const char *match, int last_idx, struct env_entry **retval, 108 int (*callback)(struct env_entry *entry));
|
| A D | env_callback.h | 91 void env_callback_init(struct env_entry *var_entry); 93 static inline void env_callback_init(struct env_entry *var_entry) in env_callback_init()
|
| A D | env_flags.h | 171 void env_flags_init(struct env_entry *var_entry); 176 int env_flags_validate(const struct env_entry *item, const char *newval,
|
Completed in 6 milliseconds