Searched refs:links (Results 1 - 25 of 235) sorted by relevance

12345678910

/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/
H A DMakefile.in41 .links :
47 touch .links
49 $(XXSRCS) $(XXHEADERS) : .links
52 @$(RM) *.dat .links $(XXHEADERS) ucgendat
54 depend-common: .links
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Ddef2.d8 # Just checking that undef2 links correctly when given a symbol.
H A Ddef3.d8 # Just checking that undef3 links correctly when given a symbol.
/netbsd-current/external/nvidia-firmware/nouveau/tu116/nvdec/
H A DMakefile12 .include <bsd.links.mk>
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_sormcp77.c39 .links = g94_sor_dp_links,
H A Dnouveau_nvkm_engine_disp_sorgk104.c39 .links = gf119_sor_dp_links,
H A Dnouveau_nvkm_engine_disp_sormcp89.c39 .links = g94_sor_dp_links,
/netbsd-current/etc/root/
H A DMakefile18 .include <bsd.links.mk>
/netbsd-current/games/adventure/
H A Dvocab.c104 atloc[where] = links[object];
107 for (temp = atloc[where]; links[temp] != object; temp = links[temp]);
108 links[temp] = links[object];
124 links[object] = atloc[where];
/netbsd-current/sys/kern/
H A DMakefile10 @echo "make tags, links, init_sysent.c, or vnode_if.c only"
28 # are placed in each source directory. We need to have links to tags files
41 .ifmake links
42 # Directories in which to place tags links (other than machine-dependent):
55 links::
61 (cd ../arch/$$i && ${MAKE} ${MFLAGS} SYSTAGS=${SYSTAGS} links); done
/netbsd-current/sys/arch/dreamcast/
H A DMakefile11 # Directories in which to place tags links
24 links:
/netbsd-current/sys/arch/epoc32/
H A DMakefile10 # Directories in which to place tags links
23 links:
/netbsd-current/sys/arch/evbsh3/
H A DMakefile11 # Directories in which to place tags links
24 links:
/netbsd-current/sys/arch/hpcsh/
H A DMakefile11 # Directories in which to place tags links
24 links:
/netbsd-current/sys/arch/mmeye/
H A DMakefile11 # Directories in which to place tags links
24 links:
/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_memman.c108 LIST_INSERT_HEAD(&bmp->block_list, memblock, links);
113 LIST_INSERT_HEAD(&bmp->free_node_list, &memnodes[i], links);
172 LIST_REMOVE(memnode, links);
174 LIST_INSERT_HEAD(&bmp->occupied_node_list, memnode, links);
254 LIST_INSERT_HEAD(&memman->flexmem_info_list, info, links);
292 LIST_FOREACH(memnode, &bmp->occupied_node_list, links) {
327 LIST_FOREACH(memnode, &bmp->occupied_node_list, links) {
339 LIST_REMOVE(memnode, links);
342 LIST_INSERT_HEAD(&bmp->free_node_list, memnode, links);
347 LIST_FOREACH(memnode, &bmp->free_node_list, links) {
[all...]
H A Daml_memman.h44 LIST_ENTRY(memman_block) links; member in struct:memman_block
57 LIST_ENTRY(memman_node) links; member in struct:memman_node
88 LIST_ENTRY(memman_flexmem_info) links; member in struct:memman_flexmem_info
/netbsd-current/external/nvidia-firmware/nouveau/tu102/nvdec/
H A DMakefile15 .include <bsd.links.mk>
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_link_resolver.c49 * match up links. These strategies match those used by various
76 unsigned int links; /* # links not yet seen */ member in struct:links_entry
235 /* If we ran out of links, return the
237 if (le->links == 0) {
281 /* Try to locate this entry in the links cache. */
291 * missed links.
293 --le->links;
294 if (le->links > 0)
326 /* Look for next non-empty bucket in the links cach
421 archive_entry_partial_links(struct archive_entry_linkresolver *res, unsigned int *links) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dkwset.c65 struct tree *links; /* Tree of edges leaving this node. */ member in struct:trie
110 kwset->trie->links = 0;
134 struct tree *links[12]; local
148 /* Descend the tree of outgoing links for this trie node,
151 link = trie->links;
152 links[0] = (struct tree *) &trie->links;
158 links[depth] = link;
181 link->trie->links = 0;
192 links[dept
[all...]
/netbsd-current/external/gpl2/grep/dist/src/
H A Dkwset.c65 struct tree *links; /* Tree of edges leaving this node. */ member in struct:trie
110 kwset->trie->links = 0;
134 struct tree *links[12]; local
148 /* Descend the tree of outgoing links for this trie node,
151 link = trie->links;
152 links[0] = (struct tree *) &trie->links;
158 links[depth] = link;
181 link->trie->links = 0;
192 links[dept
[all...]
/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c217 curnode = SLIST_NEXT(curnode, links);
264 SLIST_INSERT_HEAD(symlist, newnode, links);
269 if (SLIST_NEXT(curnode, links) == NULL) {
271 links);
276 cursymbol = SLIST_NEXT(curnode, links)->symbol;
286 links);
290 curnode = SLIST_NEXT(curnode, links);
293 SLIST_INSERT_HEAD(symlist, newnode, links);
304 node2 = SLIST_NEXT(node1, links);
319 SLIST_REMOVE_HEAD(symlist_src2, links);
[all...]
H A Daicasm_symbol.h111 STAILQ_ENTRY(macro_arg) links; member in struct:macro_arg
148 SLIST_ENTRY(symbol_node) links; member in struct:symbol_node
153 TAILQ_ENTRY(critical_section) links; member in struct:critical_section
H A Daicasm.c71 STAILQ_ENTRY(patch) links;
226 links))
247 links);
330 cur_instr = STAILQ_NEXT(cur_instr, links)) {
372 cur_instr = STAILQ_NEXT(cur_instr, links)) {
403 cur_node = SLIST_NEXT(cur_node,links)) {
431 cur_patch = STAILQ_NEXT(cur_patch,links)) {
449 cs = TAILQ_NEXT(cs, links)) {
522 STAILQ_INSERT_TAIL(&patches, new_patch, links);
554 cur_func = SLIST_NEXT(cur_func, links))
[all...]
/netbsd-current/sys/arch/cats/
H A DMakefile12 # Directories in which to place tags links
27 links:

Completed in 404 milliseconds

12345678910