Lines Matching defs:alloc
66 struct alloc { struct
71 static const struct alloc ALLOC_INITIALIZER = { argument
101 alloc_is_empty(const struct alloc *const alloc) in alloc_is_empty()
113 alloc_realloc(struct alloc *const alloc) in alloc_realloc()
139 alloc_free(struct alloc *const alloc) in alloc_free()
161 alloc_wrap(struct alloc_wrap_data *const data, struct alloc *alloc) in alloc_wrap()
186 wrapped_getpwnam_r(void *data, const struct alloc *alloc) in wrapped_getpwnam_r()
218 struct alloc *const alloc) in alloc_getpwnam()
235 wrapped_getgrnam_r(void *data, const struct alloc *alloc) in wrapped_getgrnam_r()
267 struct alloc *const alloc) in alloc_getgrnam()
291 struct alloc alloc = ALLOC_INITIALIZER; in parse_user_pwd() local
339 struct alloc alloc = ALLOC_INITIALIZER; in parse_group() local