Searched refs:dba (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/bsd/mdocml/dist/
H A Ddba.h1 /* Id: dba.h,v 1.2 2016/08/17 20:46:56 schwarze Exp */
19 * To be used by dba.c, dba_read.c, and makewhatis(8).
31 struct dba { struct
37 struct dba *dba_new(int32_t);
38 void dba_free(struct dba *);
39 struct dba *dba_read(const char *);
40 int dba_write(const char *, struct dba *);
47 void dba_macro_new(struct dba *, int32_t,
H A Ddba_read.c19 * The interface is defined in "dba.h".
20 * This file is seperate from dba.c because this also uses "dbm.h".
31 #include "dba.h"
35 struct dba *
38 struct dba *dba; local
48 dba = dba_new(npages < 128 ? 128 : npages);
51 page = dba_page_new(dba->pages, pdata->arch,
67 dba_macro_new(dba, im, mdata->value, mdata->pp);
71 return dba;
[all...]
H A Ddba.c1 /* Id: dba.c,v 1.10 2017/02/17 14:43:54 schwarze Exp */
18 * The interface is defined in "dba.h".
42 #include "dba.h"
63 struct dba *
66 struct dba *dba; local
70 dba = mandoc_malloc(sizeof(*dba));
71 dba->pages = dba_array_new(npages, DBA_GROW);
72 dba
83 dba_free(struct dba *dba) argument
124 dba_write(const char *fname, struct dba *dba) argument
364 dba_macro_new(struct dba *dba, int32_t im, const char *value, const int32_t *pp) argument
[all...]
H A Dmandocdb.c60 #include "dba.h"
85 struct dba_array *dba; member in struct:mpage
121 static void dbadd(struct dba *, struct mpage *);
123 static void dbprune(struct dba *);
124 static void dbwrite(struct dba *);
136 static void mpages_merge(struct dba *, struct mparse *);
319 struct dba *dba; local
440 dba = nodb ? dba_new(128) : dba_read(MANDOC_DB);
441 if (dba !
1116 mpages_merge(struct dba *dba, struct mparse *mp) argument
2033 dbadd(struct dba *dba, struct mpage *mpage) argument
2116 dbprune(struct dba *dba) argument
2141 dbwrite(struct dba *dba) argument
[all...]
H A DMakefile.depend24 dba.o: dba.c config.h mandoc_aux.h mandoc_ohash.h compat_ohash.h mansearch.h dba_write.h dba_array.h dba.h
26 dba_read.o: dba_read.c mandoc_aux.h mansearch.h dba_array.h dba.h dbm.h
48 mandocdb.o: mandocdb.c config.h compat_fts.h mandoc_aux.h mandoc_ohash.h compat_ohash.h mandoc.h roff.h mdoc.h man.h mandoc_parse.h manconf.h mansearch.h dba_array.h dba.h
H A DMakefile80 dba.c \
153 dba.h \
289 DBA_OBJS = dba.o \
/netbsd-current/lib/libtelnet/
H A Dgetent.c54 const char *dba[2]; local
56 dba[0] = "/etc/gettytab";
57 dba[1] = 0;
58 return((cgetent(&area, dba, name) == 0) ? 1 : 0);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Djournal.h288 dns_db_diff(isc_mem_t *mctx, dns_db_t *dba, dns_dbversion_t *dbvera,
293 dns_db_diffx(dns_diff_t *diff, dns_db_t *dba, dns_dbversion_t *dbvera,
297 * Compare the databases 'dba' and 'dbb' and generate a diff/journal
298 * entry containing the changes to make 'dba' from 'dbb' (note
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Djournal.h287 dns_db_diff(isc_mem_t *mctx, dns_db_t *dba, dns_dbversion_t *dbvera,
292 dns_db_diffx(dns_diff_t *diff, dns_db_t *dba, dns_dbversion_t *dbvera,
296 * Compare the databases 'dba' and 'dbb' and generate a diff/journal
297 * entry containing the changes to make 'dba' from 'dbb' (note
/netbsd-current/external/bsd/mdocml/bin/mandoc/
H A DMakefile11 dba.c \
/netbsd-current/libexec/getty/
H A Dsubr.c73 const char *dba[2]; local
74 dba[0] = _PATH_GETTYTAB;
75 dba[1] = NULL;
77 if (cgetent(&buf, dba, name) != 0)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Djournal.c2264 diff_namespace(dns_db_t *dba, dns_dbversion_t *dbvera, dns_db_t *dbb, argument
2276 db[0] = dba, db[1] = dbb;
2371 * Compare the databases 'dba' and 'dbb' and generate a journal
2372 * entry containing the changes to make 'dba' from 'dbb' (note
2377 dns_db_diff(isc_mem_t *mctx, dns_db_t *dba, dns_dbversion_t *dbvera, argument
2384 result = dns_db_diffx(&diff, dba, dbvera, dbb, dbverb, filename);
2392 dns_db_diffx(dns_diff_t *diff, dns_db_t *dba, dns_dbversion_t *dbvera, argument
2405 CHECK(diff_namespace(dba, dbvera, dbb, dbverb, DNS_DB_NONSEC3, diff));
2406 CHECK(diff_namespace(dba, dbvera, dbb, dbverb, DNS_DB_NSEC3ONLY, diff));
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Djournal.c2265 diff_namespace(dns_db_t *dba, dns_dbversion_t *dbvera, dns_db_t *dbb, argument
2277 db[0] = dba, db[1] = dbb;
2372 * Compare the databases 'dba' and 'dbb' and generate a journal
2373 * entry containing the changes to make 'dba' from 'dbb' (note
2378 dns_db_diff(isc_mem_t *mctx, dns_db_t *dba, dns_dbversion_t *dbvera, argument
2385 result = dns_db_diffx(&diff, dba, dbvera, dbb, dbverb, filename);
2393 dns_db_diffx(dns_diff_t *diff, dns_db_t *dba, dns_dbversion_t *dbvera, argument
2406 CHECK(diff_namespace(dba, dbvera, dbb, dbverb, DNS_DB_NONSEC3, diff));
2407 CHECK(diff_namespace(dba, dbvera, dbb, dbverb, DNS_DB_NSEC3ONLY, diff));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/epiphany/
H A Dallinsn.d1039 ac4: 6dba sub r3,r3,r3
1045 ad8: 6dba sub r3,r3,r3
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-z8k/
H A Dcalr-back-8001.d1773 1dba: 8d07 nop
H A Dcalr-back-8002.d1773 1dba: 8d07 nop
H A Dcalr-forw-8001.d1773 1dba: 8d07 nop
H A Dcalr-forw-8002.d1773 1dba: 8d07 nop
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d555 221: 3dba.*
3524 dba: 6f88.*
7620 1dba: 6fe0.*
11716 2dba: 6fb1.*
15812 3dba: 0810.*
19908 4dba: 6fda.*
24004 5dba: 6fab.*
28100 6dba: 6ff3.*
28158 6df4: 0dba.*
32196 7dba
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mn10300/
H A Dam33-2.d747 0*dba <fmovc\+0x39> f9 ?b7 ?01 ? * fmov fpcr, ?r1
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dmodrm.l903 690 0dba 368C9C92 78563412 mov %ds,%ss:0x12345678\(%edx,%edx,4\)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68k/
H A Dmcf-emac.d828 dba: a4ae 3619 000a macw %a1l,%d3l,>>,%fp@\(10\),%d2,%acc2

Completed in 505 milliseconds