Searched refs:dep_list (Results 1 – 6 of 6) sorted by relevance
43 dl_print (const dep_list *dl) in dl_print()61 dep_list* dl_create (char *path, ino_t inode) in dl_create()63 dep_list *dl = calloc (1, sizeof (dep_list)); in dl_create()84 dep_list*85 dl_shallow_copy (const dep_list *dl) in dl_shallow_copy()87 dep_list *head; in dl_shallow_copy()88 dep_list *cp; in dl_shallow_copy()89 const dep_list *it; in dl_shallow_copy()95 head = calloc (1, sizeof (dep_list)); in dl_shallow_copy()108 cp->next = calloc (1, sizeof (dep_list)); in dl_shallow_copy()[all …]
28 typedef struct dep_list { struct29 struct dep_list *next; argument33 } dep_list; typedef40 typedef void (* list_cb) (void *udata, const dep_list *list);54 dep_list* dl_create (char *path, ino_t inode);55 void dl_print (const dep_list *dl);56 dep_list* dl_shallow_copy (const dep_list *dl);57 void dl_shallow_free (dep_list *dl);58 void dl_free (dep_list *dl);59 dep_list* dl_listing (const char *path);[all …]
50 dep_list* deps;
182 dep_list *was; in _kh_dir_diff()
116 for (project, dep_list) in sorted(deps.items()):119 if dep_list:120 for dep in dep_list:
110 for (project, dep_list) in sorted(deps.items()):113 if dep_list:114 for dep in dep_list: