HomeSort by relevance Sort by last modified time
    Searched defs:add_to_list (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/support/
profile_helpers.c 32 * These functions --- init_list(), end_list(), and add_to_list() are
90 static errcode_t add_to_list(struct profile_string_list *list, char *str) function
163 add_to_list(&values, value);
206 add_to_list(&values, name);
247 add_to_list(&values, name);
  /external/toybox/toys/pending/
diff.c 472 static void add_to_list(struct dirtree *node) function
490 add_to_list(node);
498 add_to_list(node); //only at one side.
502 add_to_list(node);
tar.c 460 static void add_to_list(struct arg_list **llist, char *name) function
482 add_to_list(llist, line);
728 add_to_list(&TT.pass, xstrdup(file_hdr->name));
768 while(*args) add_to_list(&TT.inc, xstrdup(*args++));

Completed in 97 milliseconds