Searched refs:pathelem (Results 1 – 1 of 1) sorted by relevance
19 struct pathelem struct25 struct pathelem *parent; argument28 struct pathelem *entries[0]; argument31 static struct pathelem *base;44 static struct pathelem *add_entry(struct pathelem *root, const char *name,47 static struct pathelem *new_entry(const char *root, in new_entry()48 struct pathelem *parent, in new_entry()51 struct pathelem *new = malloc(sizeof(*new)); in new_entry()72 static struct pathelem *add_dir_maybe(struct pathelem *path) in add_dir_maybe()89 static struct pathelem *add_entry(struct pathelem *root, const char *name, in add_entry()[all …]