Searched refs:dsp (Results 1 - 25 of 80) sorted by relevance

1234

/macosx-10.10/apr-32/apr/apr/
H A Dbuild.conf28 dsp = libapr.dsp
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_decl.c110 dt_scope_t *dsp = &yypcb->pcb_dstack; local
111 dt_decl_t *ddp = dsp->ds_decl;
114 dsp->ds_decl = ddp->dd_next;
117 ddp = dsp->ds_decl;
124 dt_scope_t *dsp = &yypcb->pcb_dstack; local
125 dt_decl_t *top = dsp->ds_decl;
135 dsp->ds_decl = ddp;
143 dt_scope_t *dsp = &yypcb->pcb_dstack; local
146 dsp->ds_decl = NULL;
147 free(dsp
160 dt_scope_t *dsp = &yypcb->pcb_dstack; local
194 dt_scope_t *dsp = &yypcb->pcb_dstack; local
214 dt_scope_t *dsp = &yypcb->pcb_dstack; local
386 dt_scope_t *dsp = &yypcb->pcb_dstack; local
521 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; local
710 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; local
1066 dt_scope_create(dt_scope_t *dsp) argument
1078 dt_scope_destroy(dt_scope_t *dsp) argument
1095 dt_scope_t *dsp = malloc(sizeof (dt_scope_t)); local
1116 dt_scope_t *dsp = rsp->ds_next; local
[all...]
H A Ddt_module.c68 dt_sym_t *dsp = &dmp->dm_symchains[dmp->dm_symfree]; local
73 dsp->ds_symid = id;
75 dsp->ds_next = dmp->dm_symbuckets[h];
200 const dt_sym_t *dsp = dmp->dm_symchains + 1; local
203 for (i = 1; i < n; i++, dsp++) {
204 Elf32_Sym *sym = symtab + dsp->ds_symid;
224 const dt_sym_t *dsp = dmp->dm_symchains + 1; local
227 for (i = 1; i < n; i++, dsp++) {
228 Elf64_Sym *sym = symtab + dsp->ds_symid;
276 const dt_sym_t *dsp; local
306 const dt_sym_t *dsp; local
489 const dt_sym_t *dsp = dmp->dm_symchains + 1; local
538 const dt_sym_t *dsp; local
742 const dt_sym_t *dsp = dmp->dm_symchains + 1; local
768 const dt_sym_t *dsp; local
[all...]
H A Ddt_parser.c1368 dt_scope_t *dsp = &yypcb->pcb_dstack; local
1369 dt_dclass_t class = dsp->ds_class;
1387 if (dsp->ds_ident == NULL) {
1398 if (strchr(dsp->ds_ident, '`') != NULL) {
1400 "a declaration name (%s)\n", dsp->ds_ident);
1434 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0;
1441 dmp->dm_name, dsp->ds_ident,
1447 dsp->ds_ident, &dtt) == NULL) {
1449 "failed to extern %s: %s\n", dsp->ds_ident,
1453 dmp->dm_name, dsp
2163 dt_scope_t *dsp = &yypcb->pcb_dstack; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_brew_dsp4 # Build BREW .dsp files.
16 # Build the bdb_brew.dsp file.
17 dsp() function
21 (cat brew/bdb_brew.dsp;
37 f=../build_brew/bdb_brew.dsp
70 dsp
H A Ds_windows_dsp4 # Build Windows/32 .dsp files.
12 projname="$1" # name of the .dsp file
15 dsptemplate="$4" # overall template file for the .dsp
20 proj_type="$9" # the project type dsp or vcp
23 # Set the default project type to be "dsp"
25 proj_type=dsp
/macosx-10.10/apr-32/apr/apr/build/
H A Dcvtdsp.pl38 print "Specify -5 or -6 for Visual Studio 5 or 6 (98) .dsp format\n";
39 print "Specify -w3 or -w4 for .dsp build with warning level 3 or 4 (strict)\n\n";
49 if (m|\.dsp$|) {
65 $outpath =~ s|\.dsp||;
105 if (m|\.dsp$|) {
151 if (m|\.dsp$|) {
195 if (m|\.dsp$| || m|\.mak$|) {
228 if (m|\.dsp$| || m|\.mak$|) {
258 if (m|\.dsp$| || m|\.mak$|) {
288 if (m|\.dsp
[all...]
H A Dfixwin32mak.pl93 # /machine spec from the .dsp was not enough, MSVC put it back.
129 $dname =~ s/.mak$/.dsp/;
/macosx-10.10/bind9-45.101/bind9/win32utils/
H A Dupdatelibxml2.pl31 "../lib/dns/win32/libdns.dsp",
32 "../bin/check/win32/checktool.dsp",
33 "../bin/check/win32/namedcheckconf.dsp",
35 "../bin/check/win32/namedcheckzone.dsp",
37 "../bin/confgen/win32/confgentool.dsp",
38 "../bin/confgen/win32/ddnsconfgen.dsp",
40 "../bin/confgen/win32/rndcconfgen.dsp",
42 "../bin/dig/win32/dig.dsp",
44 "../bin/dig/win32/dighost.dsp",
45 "../bin/dig/win32/host.dsp",
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dderef.c154 DerefSpec *dshead = NULL, **dsp = &dshead; local
236 *dsp = ds;
237 dsp = &ds->ds_next;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.c468 Fax3CodecState* dsp = (Fax3CodecState*) Fax3State(tif); local
501 dsp->runs=(uint32*) NULL;
512 dsp->runs = (uint32*) _TIFFCheckMalloc(tif,
516 if (dsp->runs == NULL)
518 dsp->curruns = dsp->runs;
520 dsp->refruns = dsp->runs + nruns;
522 dsp->refruns = NULL;
524 && is2DEncoding(dsp)) { /* N
[all...]
/macosx-10.10/bzip2-36/bzip2/
H A DMakefile180 $(DISTNAME)/libbz2.dsp \
181 $(DISTNAME)/dlltest.dsp \
/macosx-10.10/vim-55/runtime/syntax/
H A Dcmusrc.vim191 \ '\%(dsp\|mixer\)\.\%(alsa\|oss\|sun\)\.\%(channel\|device\)'
195 \ 'dsp\.ao\.\%(buffer_size\|driver\|wav_counter\|wav_dir\)'
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c1694 _ure_dstate_t *dsp; local
1782 dsp = dfa->states;
1787 dsp->trans = tp;
1788 dsp->ntrans = sp->trans_used;
1789 dsp->accepting = sp->accepting;
1794 for (j = 0; j < dsp->ntrans; j++, tp++) {
1799 dsp++;
/macosx-10.10/vim-55/src/
H A Dex_docmd.c575 static void save_dbg_stuff __ARGS((struct dbg_stuff *dsp));
576 static void restore_dbg_stuff __ARGS((struct dbg_stuff *dsp));
579 save_dbg_stuff(dsp)
580 struct dbg_stuff *dsp;
582 dsp->trylevel = trylevel; trylevel = 0;
583 dsp->force_abort = force_abort; force_abort = FALSE;
584 dsp->caught_stack = caught_stack; caught_stack = NULL;
585 dsp->vv_exception = v_exception(NULL);
586 dsp->vv_throwpoint = v_throwpoint(NULL);
589 dsp
[all...]
/macosx-10.10/vim-55/src/VisVim/
H A DVisVim.mak5 # 1999-08-01 Anon Original VisVim.dsp
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxml.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on xml.dsp
/macosx-10.10/bind9-45.101/bind9/bin/confgen/win32/
H A Dddnsconfgen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on ddnsconfgen.dsp
H A Drndcconfgen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on confgen.dsp
/macosx-10.10/bind9-45.101/bind9/bin/dnssec/win32/
H A Ddsfromkey.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on dsfromkey.dsp
H A Dkeyfromlabel.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on keyfromlabel.dsp
H A Dkeygen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on keygen.dsp
H A Drevoke.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on revoke.dsp
H A Dsettime.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on settime.dsp
H A Dsignzone.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on signzone.dsp

Completed in 299 milliseconds

1234