Searched refs:esc (Results 1 - 25 of 81) sorted by relevance

1234

/netbsd-current/sys/arch/mipsco/obio/
H A Dasc.c128 struct asc_softc *esc = device_private(self); local
129 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
138 esc->sc_bst = ca->ca_bustag;
139 esc->sc_dmat = ca->ca_dmatag;
144 &esc->sc_bsh) != 0) {
150 BUS_SPACE_MAP_LINEAR, &esc->dm_bsh) != 0) {
155 if (bus_dmamap_create(esc->sc_dmat, MAX_DMA_SZ,
157 &esc->sc_dmamap) != 0) {
162 evcnt_attach_dynamic(&esc->sc_intrcnt, EVCNT_TYPE_INTR, NULL,
165 esc
207 struct asc_softc *esc = (struct asc_softc *)sc; local
215 struct asc_softc *esc = (struct asc_softc *)sc; local
223 struct asc_softc *esc = (struct asc_softc *)sc; local
242 check_fifo(struct asc_softc *esc) argument
268 struct asc_softc *esc = (struct asc_softc *)sc; local
290 struct asc_softc *esc = (struct asc_softc *)sc; local
376 struct asc_softc *esc = (struct asc_softc *)sc; local
387 struct asc_softc *esc = (struct asc_softc *)sc; local
476 struct asc_softc *esc = (struct asc_softc *)sc; local
487 struct asc_softc *esc = (struct asc_softc *)sc; local
492 rambo_dma_chain(struct asc_softc *esc) argument
532 struct asc_softc *esc = arg; local
[all...]
/netbsd-current/sys/arch/next68k/dev/
H A Desp.c236 struct esp_softc *esc = device_private(self); local
237 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
240 if (esc->sc_dma == NULL) {
242 esc->sc_dma = nextdma_findchannel("scsi");
243 if (esc->sc_dma == NULL)
248 nextdma_setconf(esc->sc_dma, shutdown_cb, &esp_dmacb_shutdown);
249 nextdma_setconf(esc->sc_dma, continue_cb, &esp_dmacb_continue);
250 nextdma_setconf(esc->sc_dma, completed_cb, &esp_dmacb_completed);
251 nextdma_setconf(esc->sc_dma, cb_arg, sc);
253 error = bus_dmamap_create(esc
294 struct esp_softc *esc = device_private(self); local
425 struct esp_softc *esc = (struct esp_softc *)sc; local
433 struct esp_softc *esc = (struct esp_softc *)sc; local
471 struct esp_softc *esc = (struct esp_softc *)sc; local
487 struct esp_softc *esc = (struct esp_softc *)sc; local
753 struct esp_softc *esc = (struct esp_softc *)sc; local
816 struct esp_softc *esc = (struct esp_softc *)sc; local
1174 struct esp_softc *esc = (struct esp_softc *)sc; local
1284 struct esp_softc *esc = (struct esp_softc *)sc; local
1425 struct esp_softc *esc = (struct esp_softc *)sc; local
1439 struct esp_softc *esc = (struct esp_softc *)sc; local
1461 struct esp_softc *esc = (struct esp_softc *)sc; local
1710 struct esp_softc *esc = (struct esp_softc *)sc; local
1760 struct esp_softc *esc = (struct esp_softc *)sc; local
1870 struct esp_softc *esc = (struct esp_softc *)sc; local
[all...]
/netbsd-current/sys/dev/mca/
H A Desp_mca.c137 struct esp_softc *esc = device_private(self); local
138 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
195 esc->sc_iot = ma->ma_iot;
196 esc->sc_ioh = ioh;
200 ESP_MCA_IOSIZE-ESP_REG_OFFSET, &esc->sc_esp_ioh)) {
206 esc->sc_dmat = ma->ma_dmat;
207 if ((error = mca_dmamap_create(esc->sc_dmat, MAXPHYS,
209 &esc->sc_xfer, drq)) != 0){
231 esc->sc_ih = mca_intr_establish(ma->ma_mc, irq, IPL_BIO, ncr53c9x_intr,
232 esc);
266 struct esp_softc *esc = (struct esp_softc *)sc; local
274 struct esp_softc *esc = (struct esp_softc *)sc; local
282 struct esp_softc *esc = (struct esp_softc *)sc; local
292 struct esp_softc *esc = (struct esp_softc *)sc; local
310 struct esp_softc *esc = (struct esp_softc *)sc; local
356 struct esp_softc *esc = (struct esp_softc *)sc; local
392 struct esp_softc *esc = (struct esp_softc *)sc; local
411 struct esp_softc *esc = (struct esp_softc *)sc; local
[all...]
/netbsd-current/sys/arch/mac68k/obio/
H A Desp.c179 struct esp_softc *esc = device_private(self); local
180 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
227 esc->sc_dreqreg = (volatile uint32_t *)
229 *esc->sc_dreqreg = 0x1d1;
256 esp0 = esc;
258 esc->sc_reg = (volatile uint8_t *)SCSIBase;
259 via2_register_irq(VIA2_SCSIIRQ, esp_intr, esc);
275 esp1 = esc;
277 esc->sc_reg = (volatile uint8_t *)SCSIBase + 0x402;
288 aprint_normal(": address %p", esc
426 struct esp_softc *esc = (struct esp_softc *)sc; local
434 struct esp_softc *esc = (struct esp_softc *)sc; local
451 struct esp_softc *esc = (struct esp_softc *)sc; local
459 struct esp_softc *esc = (struct esp_softc *)sc; local
467 struct esp_softc *esc = (struct esp_softc *)sc; local
476 struct esp_softc *esc = (struct esp_softc *)sc; local
553 struct esp_softc *esc = (struct esp_softc *)sc; local
567 struct esp_softc *esc = (struct esp_softc *)sc; local
580 struct esp_softc *esc = (struct esp_softc *)sc; local
592 struct esp_softc *esc = (struct esp_softc *)sc; local
654 struct esp_softc *esc = (struct esp_softc *)sc; local
684 esp_dafb_have_dreq(struct esp_softc *esc) argument
691 esp_iosb_have_dreq(struct esp_softc *esc) argument
735 struct esp_softc *esc = (struct esp_softc *)sc; local
973 struct esp_softc *esc = (struct esp_softc *)sc; local
995 struct esp_softc *esc = (struct esp_softc *)sc; local
1008 struct esp_softc *esc = (struct esp_softc *)sc; local
1089 struct esp_softc *esc = (struct esp_softc *)sc; local
1181 struct esp_softc *esc = (struct esp_softc *)sc; local
1196 struct esp_softc *esc = (struct esp_softc *)sc; local
[all...]
/netbsd-current/sys/dev/pci/
H A Dpcscp.c154 struct pcscp_softc *esc = device_private(self); local
155 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
178 esc->sc_st = iot;
179 esc->sc_sh = ioh;
180 esc->sc_dmat = pa->pa_dmat;
241 if (bus_dmamap_create(esc->sc_dmat, MAXPHYS, MDL_SIZE, MDL_SEG_SIZE,
242 MDL_SEG_SIZE, BUS_DMA_NOWAIT, &esc->sc_xfermap)) {
251 if ((error = bus_dmamem_alloc(esc->sc_dmat,
258 if ((error = bus_dmamem_map(esc->sc_dmat, &seg, rseg,
259 sizeof(uint32_t) * MDL_SIZE , (void **)&esc
331 struct pcscp_softc *esc = (struct pcscp_softc *)sc; local
339 struct pcscp_softc *esc = (struct pcscp_softc *)sc; local
347 struct pcscp_softc *esc = (struct pcscp_softc *)sc; local
355 struct pcscp_softc *esc = (struct pcscp_softc *)sc; local
365 struct pcscp_softc *esc = (struct pcscp_softc *)sc; local
518 struct pcscp_softc *esc = (struct pcscp_softc *)sc; local
581 struct pcscp_softc *esc = (struct pcscp_softc *)sc; local
617 struct pcscp_softc *esc = (struct pcscp_softc *)sc; local
631 struct pcscp_softc *esc = (struct pcscp_softc *)sc; local
[all...]
H A Dmpu_eso.c60 struct eso_softc *esc = device_private(parent); local
66 sc.ioh = esc->sc_mpu_ioh;
67 sc.iot = esc->sc_mpu_iot;
74 struct eso_softc *esc = device_private(parent); local
79 sc->ioh = esc->sc_mpu_ioh;
80 sc->iot = esc->sc_mpu_iot;
83 sc->lock = &esc->sc_intr_lock;
H A Dopl_eso.c71 struct eso_softc *esc = device_private(parent); local
75 sc->ioh = esc->sc_sb_ioh;
76 sc->iot = esc->sc_sb_iot;
78 sc->lock = &esc->sc_intr_lock;
H A Djoy_eso.c69 struct eso_softc *esc = device_private(parent); local
74 sc->sc_ioh = esc->sc_game_ioh;
75 sc->sc_iot = esc->sc_game_iot;
77 sc->sc_lock = &esc->sc_lock;
/netbsd-current/sys/dev/pcmcia/
H A Desp_pcmcia.c152 struct esp_pcmcia_softc *esc = device_private(self); local
153 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
161 esc->sc_pf = pf;
170 esc->sc_iot = cfe->iospace[0].handle.iot;
171 esc->sc_ioh = cfe->iospace[0].handle.ioh;
172 esp_pcmcia_init(esc);
181 esc->sc_state = ESP_PCMCIA_ATTACHED;
185 esp_pcmcia_init(struct esp_pcmcia_softc *esc) argument
187 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
194 callout_init(&esc
275 struct esp_pcmcia_softc *esc = arg; local
288 struct esp_pcmcia_softc *esc = (struct esp_pcmcia_softc *)sc; local
296 struct esp_pcmcia_softc *esc = (struct esp_pcmcia_softc *)sc; local
314 struct esp_pcmcia_softc *esc = (struct esp_pcmcia_softc *)sc; local
323 struct esp_pcmcia_softc *esc = (struct esp_pcmcia_softc *)sc; local
393 struct esp_pcmcia_softc *esc = (struct esp_pcmcia_softc *)sc; local
407 struct esp_pcmcia_softc *esc = (struct esp_pcmcia_softc *)sc; local
420 struct esp_pcmcia_softc *esc = (struct esp_pcmcia_softc *)sc; local
[all...]
/netbsd-current/sys/dev/podulebus/
H A Desp_podule.c123 struct esp_podule_softc *esc = device_private(self); local
124 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
139 esc->sc_esp_glue = esp_podule_glue;
140 esc->sc_esp_glue.gl_read_reg = devices[i].read_reg;
141 esc->sc_esp_glue.gl_write_reg = devices[i].write_reg;
142 sc->sc_glue = &esc->sc_esp_glue;
144 esc->sc_iot = pa->pa_slow_t;
145 bus_space_map(esc->sc_iot, pa->pa_slow_base, 0x4000, 0, &esc->sc_ioh);
180 struct esp_podule_softc *esc local
189 struct esp_podule_softc *esc = (struct esp_podule_softc *)sc; local
260 struct esp_podule_softc *esc = (struct esp_podule_softc *)sc; local
274 struct esp_podule_softc *esc = (struct esp_podule_softc *)sc; local
294 struct esp_podule_softc *esc = (struct esp_podule_softc *)sc; local
312 struct esp_podule_softc *esc = (struct esp_podule_softc *)sc; local
322 struct esp_podule_softc *esc = (struct esp_podule_softc *)sc; local
[all...]
/netbsd-current/sys/dev/fdt/
H A Ddwcmmc_fdt.c105 struct dwcmmc_fdt_softc *esc = device_private(self); local
106 struct dwc_mmc_softc *sc = &esc->sc;
125 esc->sc_clk_biu = fdtbus_clock_get(phandle, "biu");
126 if (esc->sc_clk_biu == NULL) {
130 esc->sc_clk_ciu = fdtbus_clock_get(phandle, "ciu");
131 if (esc->sc_clk_ciu == NULL) {
136 error = clk_enable(esc->sc_clk_biu);
141 error = clk_enable(esc->sc_clk_ciu);
147 esc->sc_vqmmc = fdtbus_regulator_acquire(phandle, "vqmmc-supply");
148 esc
210 struct dwcmmc_fdt_softc *esc = device_private(sc->sc_dev); local
219 struct dwcmmc_fdt_softc *esc = device_private(sc->sc_dev); local
228 struct dwcmmc_fdt_softc *esc = device_private(sc->sc_dev); local
238 struct dwcmmc_fdt_softc *esc = device_private(sc->sc_dev); local
260 struct dwcmmc_fdt_softc *esc = device_private(sc->sc_dev); local
[all...]
/netbsd-current/sys/arch/arm/altera/
H A Dcycv_dwcmmc.c82 struct cycv_dwcmmc_softc *esc = device_private(self); local
83 struct dwc_mmc_softc *sc = &esc->sc;
101 esc->sc_clk_biu = fdtbus_clock_get(phandle, "biu");
102 if (esc->sc_clk_biu == NULL) {
106 esc->sc_clk_ciu = fdtbus_clock_get(phandle, "ciu");
107 if (esc->sc_clk_ciu == NULL) {
112 error = clk_enable(esc->sc_clk_biu);
117 error = clk_enable(esc->sc_clk_ciu);
133 sc->sc_clock_freq = clk_get_rate(esc->sc_clk_ciu);
142 esc
173 struct cycv_dwcmmc_softc *esc = device_private(sc->sc_dev); local
[all...]
/netbsd-current/sys/arch/sparc/dev/
H A Desp_obio.c124 struct esp_softc *esc = device_private(self); local
125 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
132 esc->sc_bustag = oba->oba_bustag;
133 esc->sc_dmatag = oba->oba_dmatag;
145 esc->sc_dma = device_private(dma_dev);
146 esc->sc_dma->sc_client = sc;
151 &esc->sc_reg) != 0) {
243 bus_intr_establish(esc->sc_bustag, oba->oba_pri, IPL_BIO,
264 struct esp_softc *esc = (struct esp_softc *)sc; local
266 return bus_space_read_1(esc
272 struct esp_softc *esc = (struct esp_softc *)sc; local
280 struct esp_softc *esc = (struct esp_softc *)sc; local
288 struct esp_softc *esc = (struct esp_softc *)sc; local
296 struct esp_softc *esc = (struct esp_softc *)sc; local
305 struct esp_softc *esc = (struct esp_softc *)sc; local
313 struct esp_softc *esc = (struct esp_softc *)sc; local
321 struct esp_softc *esc = (struct esp_softc *)sc; local
332 struct esp_softc *esc = (struct esp_softc *)sc; local
[all...]
/netbsd-current/sys/arch/macppc/dev/
H A Desp.c162 struct esp_softc *esc = device_private(self); local
163 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
174 esc->sc_node = ca->ca_node;
175 esc->sc_pri = ca->ca_intr[0];
176 aprint_normal(" irq %d", esc->sc_pri);
182 esc->sc_reg = mapiodev(ca->ca_baseaddr + reg[0], reg[1], false);
183 esc->sc_dmareg = mapiodev(ca->ca_baseaddr + reg[2], reg[3], false);
186 esc->sc_dmacmd = dbdma_alloc(sizeof(dbdma_command_t) * 20, NULL);
198 /* esc->sc_dma->sc_esp = esc;*/
257 struct esp_softc *esc = (struct esp_softc *)sc; local
266 struct esp_softc *esc = (struct esp_softc *)sc; local
283 struct esp_softc *esc = (struct esp_softc *)sc; local
292 struct esp_softc *esc = (struct esp_softc *)sc; local
301 struct esp_softc *esc = (struct esp_softc *)sc; local
362 struct esp_softc *esc = (struct esp_softc *)sc; local
371 struct esp_softc *esc = (struct esp_softc *)sc; local
380 struct esp_softc *esc = (struct esp_softc *)sc; local
503 struct esp_softc *esc; local
[all...]
/netbsd-current/sys/dev/isa/
H A Desp_isa.c249 esp_isa_init(struct esp_isa_softc *esc, struct esp_isa_probe_data *epd) argument
251 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
362 struct esp_isa_softc *esc = device_private(self); local
363 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
393 esc->sc_ih = isa_intr_establish(ic, ia->ia_irq[0].ir_irq, IST_EDGE,
394 IPL_BIO, ncr53c9x_intr, esc);
395 if (esc->sc_ih == NULL) {
400 esc->sc_ioh = ioh;
401 esc->sc_iot = iot;
402 esp_isa_init(esc,
422 struct esp_isa_softc *esc = (struct esp_isa_softc *)sc; local
437 struct esp_isa_softc *esc = (struct esp_isa_softc *)sc; local
463 struct esp_isa_softc *esc = (struct esp_isa_softc *)sc; local
474 struct esp_isa_softc *esc = (struct esp_isa_softc *)sc; local
549 struct esp_isa_softc *esc = (struct esp_isa_softc *)sc; local
565 struct esp_isa_softc *esc = (struct esp_isa_softc *)sc; local
581 struct esp_isa_softc *esc = (struct esp_isa_softc *)sc; local
[all...]
H A Dif_ef.c167 struct ef_softc *esc = (struct ef_softc *)sc; local
172 bus_space_write_1(esc->sc_regt, esc->sc_regh,
175 bus_space_write_1(esc->sc_regt, esc->sc_regh,
192 struct ef_softc *esc = (struct ef_softc *)sc; local
194 bus_space_write_1(esc->sc_regt, esc->sc_regh, EF_ATTN, 1);
200 struct ef_softc *esc = (struct ef_softc *)sc; local
202 bus_space_write_1(esc
209 struct ef_softc *esc = (struct ef_softc *)sc; local
450 struct ef_softc *esc = device_private(self); local
[all...]
H A Djoy_ess.c37 struct ess_softc *esc = device_private(parent); local
42 sc->sc_iot = esc->sc_joy_iot;
43 sc->sc_ioh = esc->sc_joy_ioh;
45 sc->sc_lock = &esc->sc_lock;
/netbsd-current/sys/arch/sun3/dev/
H A Desp.c126 struct esp_softc *esc = device_private(self); local
127 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
139 esc->sc_bst = ca->ca_bustag;
140 if (bus_space_map(esc->sc_bst, ca->ca_paddr, ESP_REG_SIZE, 0,
141 &esc->sc_bsh) != 0) {
153 esc->sc_dma = espdmafind(device_unit(self));
154 esc->sc_dma->sc_client = sc; /* Point back to us */
256 struct esp_softc *esc = (struct esp_softc *)sc; local
258 return bus_space_read_1(esc->sc_bst, esc
264 struct esp_softc *esc = (struct esp_softc *)sc; local
272 struct esp_softc *esc = (struct esp_softc *)sc; local
280 struct esp_softc *esc = (struct esp_softc *)sc; local
288 struct esp_softc *esc = (struct esp_softc *)sc; local
297 struct esp_softc *esc = (struct esp_softc *)sc; local
305 struct esp_softc *esc = (struct esp_softc *)sc; local
313 struct esp_softc *esc = (struct esp_softc *)sc; local
321 struct esp_softc *esc = (struct esp_softc *)sc; local
[all...]
/netbsd-current/sys/arch/acorn32/podulebus/
H A Dcosc.c113 vu_char *esc; local
139 esc = &sc->sc_iobase[COSC_ESCOFFSET_BASE];
141 rp->esc.esc_tc_low = &esc[COSC_ESCOFFSET_TCL];
142 rp->esc.esc_tc_mid = &esc[COSC_ESCOFFSET_TCM];
143 rp->esc.esc_fifo = &esc[COSC_ESCOFFSET_FIFO];
144 rp->esc.esc_command = &esc[COSC_ESCOFFSET_COMMAN
[all...]
/netbsd-current/sys/dev/sbus/
H A Desp_sbus.c151 struct esp_softc *esc = device_private(self); local
152 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
165 esc->sc_bustag = sa->sa_bustag;
166 esc->sc_dmatag = sa->sa_dmatag;
198 esc->sc_dma = lsc;
259 sa->sa_promvaddrs[1], &esc->sc_reg);
265 0, &esc->sc_reg) != 0) {
277 esc->sc_pri = sa->sa_pri;
279 espattach(esc, &esp_sbus_glue);
298 esc
345 struct esp_softc *esc = device_private(self); local
399 espattach(struct esp_softc *esc, struct ncr53c9x_glue *gluep) argument
577 struct esp_softc *esc = (struct esp_softc *)sc; local
593 struct esp_softc *esc = (struct esp_softc *)sc; local
607 struct esp_softc *esc = (struct esp_softc *)sc; local
615 struct esp_softc *esc = (struct esp_softc *)sc; local
623 struct esp_softc *esc = (struct esp_softc *)sc; local
631 struct esp_softc *esc = (struct esp_softc *)sc; local
639 struct esp_softc *esc = (struct esp_softc *)sc; local
648 struct esp_softc *esc = (struct esp_softc *)sc; local
656 struct esp_softc *esc = (struct esp_softc *)sc; local
664 struct esp_softc *esc = (struct esp_softc *)sc; local
675 struct esp_softc *esc = (struct esp_softc *)sc; local
[all...]
/netbsd-current/sys/dev/eisa/
H A Ddepca_eisa.c102 struct depca_eisa_softc *esc = device_private(self); local
103 struct depca_softc *sc = &esc->sc_depca;
115 esc->sc_ec = ea->ea_ec;
147 esc->sc_irq = eci.eci_irq;
148 esc->sc_ist = eci.eci_ist;
156 struct depca_eisa_softc *esc = (struct depca_eisa_softc *)sc; local
162 if (eisa_intr_map(esc->sc_ec, esc->sc_irq, &ih)) {
164 "unable to map interrupt (%d)\n", esc->sc_irq);
167 intrstr = eisa_intr_string(esc
[all...]
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_dwcmmc.c91 struct exynos_dwcmmc_softc *esc = device_private(self); local
92 struct dwc_mmc_softc *sc = &esc->sc;
106 if (of_getprop_uint32(phandle, "samsung,dw-mshc-ciu-div", &esc->sc_ciu_div)) {
111 esc->sc_clk_biu = fdtbus_clock_get(phandle, "biu");
112 if (esc->sc_clk_biu == NULL) {
116 esc->sc_clk_ciu = fdtbus_clock_get(phandle, "ciu");
117 if (esc->sc_clk_ciu == NULL) {
122 error = clk_enable(esc->sc_clk_biu);
127 error = clk_enable(esc->sc_clk_ciu);
147 sc->sc_clock_freq = clk_get_rate(esc
190 struct exynos_dwcmmc_softc *esc = device_private(sc->sc_dev); local
200 struct exynos_dwcmmc_softc *esc = device_private(sc->sc_dev); local
[all...]
/netbsd-current/lib/libc/stdio/
H A Dfparseln.c64 * that starts in *sp, is escaped by the escape character esc.
67 isescaped(const char *sp, const char *p, int esc) argument
76 if (esc == '\0')
80 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++)
102 char esc, con, nl, com; local
113 esc = str[0];
135 if (*cp == com && !isescaped(ptr, cp, esc)) {
152 if (*cp == con && !isescaped(ptr, cp, esc)) {
181 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL &&
182 strchr(buf, esc) !
[all...]
/netbsd-current/lib/libc/string/
H A Dstresep.c52 * strings separated by characters from delim. If esc is not NUL, then
53 * the characters followed by esc are ignored and are not taken into account
64 stresep(char **stringp, const char *delim, int esc)
81 while (esc != '\0' && c == esc) {
/netbsd-current/external/bsd/blocklist/port/
H A Dfparseln.c56 * that starts in *sp, is escaped by the escape character esc.
59 isescaped(const char *sp, const char *p, int esc) argument
65 if (esc == '\0')
69 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++)
91 char esc, con, nl, com; local
100 esc = str[0];
122 if (*cp == com && !isescaped(ptr, cp, esc)) {
139 if (*cp == con && !isescaped(ptr, cp, esc)) {
168 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL &&
169 strchr(buf, esc) !
[all...]

Completed in 353 milliseconds

1234