Searched refs:list_add (Results 1 - 25 of 114) sorted by relevance

12345

/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dprog_cpp.c36 list_add(l, "-D__amd64__");
37 list_add(l, "-D__amd64");
38 list_add(l, "-D__x86_64__");
39 list_add(l, "-D__x86_64");
40 list_add(l, "-D__LP64__");
41 list_add(l, "-D_LP64");
45 list_add(l, "-D__arm__");
49 list_add(l, "-D__i386__");
50 list_add(l, "-D__i386");
54 list_add(
[all...]
H A Dprog_link.c37 if (target->crtbegin) list_add(l, "crtbegin.o");
38 if (target->crtbeginS) list_add(l, "crtbeginS.o");
39 if (target->crtbeginT) list_add(l, "crtbeginT.o");
40 if (target->crt0) list_add(l, "crt0.o");
41 if (target->crt1) list_add(l, "crt1.o");
42 if (target->crt2) list_add(l, "crt2.o");
43 if (target->crti) list_add(l, "crti.o");
44 if (target->dllcrt2) list_add(l, "dllcrt2.o");
45 if (target->gcrt0) list_add(l, "gcrt0.o");
46 if (target->gcrt1) list_add(
[all...]
H A Dprog_ccom.c45 list_add(l, "-g");
47 list_add(l, "-xtemps");
48 list_add(l, "-xdeljumps");
49 list_add(l, "-xinline");
50 list_add(l, "-xdce");
53 list_add(l, "-xgcc");
55 list_add(l, "-k");
57 list_add(l, "-p");
60 list_add(l, infile);
62 list_add(
[all...]
H A Dprog_asm.c112 list_add(l, infile);
114 list_add(l, "-");
117 list_add(l, "-o");
118 list_add(l, outfile);
H A Dlist.c136 list_add(struct list *l, const char *str, ...) function
185 list_add(l1, l2->array[i]);
H A Ddriver.h115 void list_add(list_t *, const char *, ...);
H A Doptions.c187 list_add(l, "-%s", options[n].name);
208 list_add(l, arg);
223 list_add(l, arg);
234 list_add(l, "-%s", options[n].name);
235 list_add(l, arg);
H A Dwflag.c115 list_add(l, "-W%s%s%s",
/netbsd-current/usr.bin/xlint/xlint/
H A Dxlint.c124 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(
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.h42 void list_add(list_t **, void *);
H A Dlist.c51 list_add(list_t **list, void *data) function
72 list_add(nextp, data);
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dlist.h34 void list_add(list_ptr list, void * obj);
H A Dbi_gmp.h65 list_add( allocs, ret);
74 list_add( allocs, ret);
/netbsd-current/tests/usr.bin/indent/
H A Dlsym_rparen_or_rbracket.c69 list_add(l, (const char[3]){'-', (char)c, '\0'}); function
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/utils/
H A Dlist.c25 void list_add(list_ptr list, void *obj) { function
28 LogError("[list_add] malloc of %d bytes failed", sizeof(struct _list_t));
/netbsd-current/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_execbuf_util.c106 list_add(&safe->head, dups);
154 list_add(&entry->head, list);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_csa.c85 list_add(&csa_tv.head, &list);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
H A Dnouveau_nvkm_engine_sw_chan.c112 list_add(&chan->head, &sw->chan);
H A Dnouveau_nvkm_engine_sw_base.c46 list_add(&chan->head, &sw->chan);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gem_evict.c69 list_add(&vma->evict_link, unwind);
343 list_add(&vma->evict_link, &eviction_list);
394 list_add(&vma->evict_link, &eviction_list);
H A Di915_buddy.c91 list_add(&block->link,
415 list_add(&block->right->tmp_link, &dfs);
416 list_add(&block->left->tmp_link, &dfs);
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_mm.c256 list_add(&next_node->fl_entry,
270 list_add(&cur->fl_entry, &mm->fl_entry);
274 list_add(&cur->fl_entry, &mm->unused_nodes);
H A Ddrm_linux_list.h54 list_add(struct list_head *new, struct list_head *head) { function
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dprime_gen.c68 list_add(res, bi_2);
87 list_add(res, (void *)prime);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/mpeg/
H A Dnouveau_nvkm_engine_mpeg_nv44.c124 list_add(&chan->head, &mpeg->chan);
167 list_add(&chan->head, &mpeg->chan);

Completed in 250 milliseconds

12345