HomeSort by: relevance | last modified time | path
    Searched defs:list_add (Results 1 - 11 of 11) sorted by relevancy

  /src/tests/usr.bin/indent/
lsym_rparen_or_rbracket.c 69 list_add(l, (const char[3]){'-', (char)c, '\0'}); function
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/utils/
list.c 25 void list_add(list_ptr list, void *obj) { function
28 LogError("[list_add] malloc of %d bytes failed", sizeof(struct _list_t));
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_linux_list.h 54 list_add(struct list_head *new, struct list_head *head) { function
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
list.h 72 * list_add(&foo->entry, &bar.list_of_foos);
155 * list_add(&newfoo->entry, &bar->list_of_foos);
161 list_add(struct list_head *entry, struct list_head *head) function
  /src/external/bsd/pcc/dist/pcc/driver/
list.c 136 list_add(struct list *l, const char *str, ...) function
185 list_add(l1, l2->array[i]);
  /src/external/cddl/osnet/dist/tools/ctf/common/
list.c 51 list_add(list_t **list, void *data) function
72 list_add(nextp, data);
  /src/sys/external/bsd/common/include/linux/
list.h 131 list_add(struct list_head *node, struct list_head *head) function
223 list_add(node, head);
  /src/usr.bin/xlint/xlint/
xlint.c 124 list_add(list *l, const char *s) function
134 list_add(l, (const char[3]){ '-', (char)c, '\0' }); function
144 list_add(l, s);
152 list_add(dst, src->items[i]);
369 list_add(&args, name);
397 list_add(&args, cpp.outfile);
398 list_add(&args, out_fname);
415 list_add(&lint2.input_files, name);
450 list_add(&lint1.outfiles, ofn);
455 list_add(&lint2.input_files, ofn)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
transport.c 81 list_add(dns_transport_list_t *list, const dns_name_t *name, function
158 list_add(list, name, type, transport);
  /src/external/gpl3/binutils/dist/gprofng/common/
hwctable.c 1580 list_add (ptr_list *list, uint_t regno, const char *name) function
3719 list_add (&unfiltered_raw, regno, name);
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwctable.c 1580 list_add (ptr_list *list, uint_t regno, const char *name) function
3719 list_add (&unfiltered_raw, regno, name);

Completed in 27 milliseconds