Home
last modified time | relevance | path

Searched refs:dstr (Results 1 – 12 of 12) sorted by relevance

/dragonfly/usr.bin/dsynth/
H A Drepo.c281 char *dstr; in PurgeDistfiles() local
308 dstr = strtok(pkgs->distfiles, " \t"); in PurgeDistfiles()
309 while (dstr) { in PurgeDistfiles()
316 pkgs->distsubdir, dstr); in PurgeDistfiles()
318 buf = dstr; in PurgeDistfiles()
342 if (buf != dstr) { in PurgeDistfiles()
346 if (strrchr(dstr, ':') == NULL) in PurgeDistfiles()
348 *strrchr(dstr, ':') = 0; in PurgeDistfiles()
350 dstr = strtok(NULL, " \t"); in PurgeDistfiles()
/dragonfly/lib/libc/stdio/
H A Dfparseln.c73 static const char dstr[3] = { '\\', '\\', '#' }; in fparseln() local
90 str = dstr; in fparseln()
/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751var.h94 struct hifn_desc dstr[HIFN_D_DST_RSIZE+1]; member
126 #define HIFN_DSTR_SYNC(sc, i, f) HIFN_RING_SYNC((sc), dstr, (i), (f))
H A Dhifn7751.c1180 offsetof(struct hifn_dma, dstr[0])); in hifn_init_pci_registers()
1449 dma->dstr[dsti].p = htole32(sc->sc_dma_physaddr in hifn_writeramaddr()
1454 dma->dstr[dsti].l = htole32(4 | masks); in hifn_writeramaddr()
1509 dma->dstr[dsti].p = htole32(sc->sc_dma_physaddr + in hifn_readramaddr()
1514 dma->dstr[dsti].l = htole32(8 | masks); in hifn_readramaddr()
1568 dma->dstr[HIFN_D_DST_RSIZE].p = in hifn_init_dma()
1738 dma->dstr[idx].l = htole32(HIFN_D_VALID | in hifn_dmamap_load_dst()
1759 dma->dstr[idx].l = htole32(HIFN_D_VALID | in hifn_dmamap_load_dst()
1769 dma->dstr[idx].p = htole32(p); in hifn_dmamap_load_dst()
1770 dma->dstr[idx].l = htole32(l); in hifn_dmamap_load_dst()
[all …]
/dragonfly/usr.bin/find/
H A Dfunction.c335 char *dstr; in c_mXXdepth() local
338 dstr = nextarg(option, argvp); in c_mXXdepth()
339 if (dstr[0] == '-') in c_mXXdepth()
341 errx(1, "%s: %s: value must be positive", option->name, dstr); in c_mXXdepth()
345 maxdepth = find_parsenum(new, option->name, dstr, NULL); in c_mXXdepth()
347 mindepth = find_parsenum(new, option->name, dstr, NULL); in c_mXXdepth()
/dragonfly/usr.sbin/zic/
H A Dzic.c1845 struct rule stdr, dstr; in stringzone() local
1890 dstr.r_month = TM_JANUARY; in stringzone()
1891 dstr.r_dycode = DC_DOM; in stringzone()
1892 dstr.r_dayofmonth = 1; in stringzone()
1893 dstr.r_tod = 0; in stringzone()
1894 dstr.r_todisstd = dstr.r_todisgmt = FALSE; in stringzone()
1895 dstr.r_stdoff = stdrp->r_stdoff; in stringzone()
1896 dstr.r_abbrvar = stdrp->r_abbrvar; in stringzone()
1905 dstrp = &dstr; in stringzone()
/dragonfly/contrib/tcsh-6/
H A Dsh.dir.c191 skipargs(Char ***v, const char *dstr, const char *str) in skipargs() argument
205 if ((p = strchr(dstr, *s++)) != NULL) in skipargs()
206 dflag |= (1 << (p - dstr)); in skipargs()
208 stderror(ERR_DIRUS, short2str(**v), dstr, str); in skipargs()
212 stderror(ERR_DIRUS, short2str(**v), dstr, str); in skipargs()
/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dia64vms-stub.c388 struct dsc$descriptor_s dstr = in term_fao() local
400 status = sys$faol_64 (&dstr, &buf_desc.dsc$w_length, &buf_desc, args); in term_fao()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenautomata.c1566 char *dstr; in gen_regexp_el() local
1574 dstr = XALLOCAVAR (char, len - 1); in gen_regexp_el()
1575 memcpy (dstr, str + 1, len - 2); in gen_regexp_el()
1576 dstr [len-2] = '\0'; in gen_regexp_el()
1577 regexp = gen_regexp_sequence (dstr); in gen_regexp_el()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenautomata.c1556 char *dstr; in gen_regexp_el() local
1564 dstr = XALLOCAVAR (char, len - 1); in gen_regexp_el()
1565 memcpy (dstr, str + 1, len - 2); in gen_regexp_el()
1566 dstr [len-2] = '\0'; in gen_regexp_el()
1567 regexp = gen_regexp_sequence (dstr); in gen_regexp_el()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c14560 char dstr[30]; in ix86_print_operand() local
14562 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1); in ix86_print_operand()
14563 fputs (dstr, file); in ix86_print_operand()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c18701 char dstr[30]; in ix86_print_operand() local
18703 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1); in ix86_print_operand()
18704 fputs (dstr, file); in ix86_print_operand()