HomeSort by relevance Sort by last modified time
    Searched refs:array_append_unique (Results 1 - 4 of 4) sorted by null

  /external/kmod/shared/
array.h 18 int array_append_unique(struct array *array, const void *element);
array.c 64 int array_append_unique(struct array *array, const void *element) function
  /external/kmod/testsuite/
test-array.c 76 array_append_unique(&array, c1);
77 array_append_unique(&array, c2);
78 array_append_unique(&array, c3);
79 array_append_unique(&array, c3);
80 array_append_unique(&array, c2);
81 array_append_unique(&array, c1);
  /external/kmod/tools/
depmod.c 848 err = array_append_unique(&mod->deps, sym->owner);
    [all...]

Completed in 1182 milliseconds