/freebsd/usr.bin/sed/ |
H A D | misc.c | 58 static char *oe; in strregerror() local 61 if (oe != NULL) in strregerror() 62 free(oe); in strregerror() 64 if ((oe = malloc(s)) == NULL) in strregerror() 66 (void)regerror(errcode, preg, oe, s); in strregerror() 67 return (oe); in strregerror()
|
/freebsd/contrib/tcsh/ |
H A D | ed.refresh.c | 588 Char *ofd, *ols, *oe, *nfd, *nls, *ne; in update_line() local 616 oe = o; in update_line() 617 *oe = (Char) 0; in update_line() 723 if ((oe - ols) < MIN_END_KEEP) { in update_line() 724 ols = oe; in update_line() 752 ols = oe; in update_line() 756 ols = oe; in update_line() 768 ols = oe; in update_line() 772 ols = oe; in update_line() 799 ofd - old, osb - old, ose - old, ols - old, oe - old); in update_line() [all …]
|
/freebsd/contrib/libedit/ |
H A D | refresh.c | 544 wchar_t *ofd, *ols, *oe, *nfd, *nls, *ne; in re_update_line() local 571 oe = o; in re_update_line() 572 *oe = '\0'; in re_update_line() 661 if ((oe - ols) < MIN_END_KEEP) { in re_update_line() 662 ols = oe; in re_update_line() 689 ols = oe; in re_update_line() 693 ols = oe; in re_update_line() 705 ols = oe; in re_update_line() 709 ols = oe; in re_update_line() 733 ofd - old, osb - old, ose - old, ols - old, oe - old)); in re_update_line() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3430-sdp.dts | 69 gpmc,oe-on-ns = <54>; 70 gpmc,oe-off-ns = <168>; 119 gpmc,oe-on-ns = <6>; 120 gpmc,oe-off-ns = <48>; 165 gpmc,oe-on-ns = <30>; 166 gpmc,oe-off-ns = <84>;
|
H A D | omap2420-h4.dts | 37 gpmc,oe-on-ns = <60>; 38 gpmc,oe-off-ns = <120>;
|
H A D | omap3-overo-tobiduo-common.dtsi | 32 gpmc,oe-on-ns = <0>; 33 gpmc,oe-off-ns = <42>;
|
H A D | omap-gpmc-smsc911x.dtsi | 36 gpmc,oe-on-ns = <45>; 37 gpmc,oe-off-ns = <140>;
|
H A D | omap-gpmc-smsc9221.dtsi | 39 gpmc,oe-on-ns = <0>; 40 gpmc,oe-off-ns = <42>;
|
H A D | omap2430-sdp.dts | 54 gpmc,oe-on-ns = <60>; 55 gpmc,oe-off-ns = <169>;
|
H A D | omap2420-n8x0-common.dtsi | 70 gpmc,oe-on-ns = <27>; 71 gpmc,oe-off-ns = <127>;
|
H A D | omap-zoom-common.dtsi | 38 gpmc,oe-on-ns = <45>; 39 gpmc,oe-off-ns = <145>;
|
H A D | omap3-sb-t35.dtsi | 119 gpmc,oe-on-ns = <45>; 120 gpmc,oe-off-ns = <140>;
|
H A D | omap3-igep.dtsi | 127 gpmc,oe-off-ns = <54>; 158 gpmc,oe-on-ns = <18>; 159 gpmc,oe-off-ns = <96>;
|
H A D | omap3-gta04a5one.dts | 71 gpmc,oe-on-ns = <15>; 72 gpmc,oe-off-ns = <87>;
|
H A D | dra62x-j5eco-evm.dts | 69 gpmc,oe-on-ns = <0>; 70 gpmc,oe-off-ns = <54>;
|
H A D | dm8148-evm.dts | 69 gpmc,oe-on-ns = <0>; 70 gpmc,oe-off-ns = <54>;
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | gpmc-nor.txt | 17 - gpmc,oe-on-ns: Output-enable assertion time 18 - gpmc,oe-off-ns: Output-enable de-assertion time 66 gpmc,oe-on-ns = <54>; 67 gpmc,oe-off-ns = <168>;
|
/freebsd/usr.bin/tip/tip/ |
H A D | remote | 13 # oe output EOF string (default is NULL) 27 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial57600: 29 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial33600: 33 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial57600:
|
/freebsd/sys/arm/ti/ |
H A D | ti_gpio.c | 409 uint32_t oe; in ti_gpio_pin_setflags() local 423 oe = ti_gpio_read_4(sc, TI_GPIO_OE); in ti_gpio_pin_setflags() 425 oe |= TI_GPIO_MASK(pin); in ti_gpio_pin_setflags() 427 oe &= ~TI_GPIO_MASK(pin); in ti_gpio_pin_setflags() 428 ti_gpio_write_4(sc, TI_GPIO_OE, oe); in ti_gpio_pin_setflags() 488 uint32_t oe, reg, val; in ti_gpio_pin_get() local 499 oe = ti_gpio_read_4(sc, TI_GPIO_OE); in ti_gpio_pin_get() 500 if (oe & TI_GPIO_MASK(pin)) in ti_gpio_pin_get()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | gpmc-eth.txt | 32 - gpmc,oe-on-ns: Output-enable assertion time 33 - gpmc,oe-off-ns: Output-enable de-assertion time 74 gpmc,oe-on-ns = <54>; 75 gpmc,oe-off-ns = <168>;
|
/freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/ |
H A D | octeon_3xxx.dtsi | 133 cavium,t-oe = <60>; 150 cavium,t-oe = <320>; 167 cavium,t-oe = <125>; 184 cavium,t-oe = <270>;
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | omap-gpmc.txt | 75 - gpmc,oe-on-ns: Assertion time 76 - gpmc,oe-off-ns: Deassertion time 77 - gpmc,oe-aad-mux-on-ns: Assertion time for AAD 78 - gpmc,oe-aad-mux-off-ns: Deassertion time for AAD 100 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
|
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
H A D | bootbus.txt | 36 - cavium,t-oe: A cell specifying the OE timing (in nS). 90 cavium,t-oe = <60>; 110 cavium,t-oe = <270>;
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am62-lp-sk-nand.dtso | 70 gpmc,oe-on-ns = <3>; 71 gpmc,oe-off-ns = <30>;
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_subst.c | 1285 char *oe; in re_error() local 1288 MALLOC(sp, oe, s); in re_error() 1289 if (oe != NULL) { in re_error() 1290 (void)regerror(errcode, preg, oe, s); in re_error() 1291 msgq(sp, M_ERR, "RE error: %s", oe); in re_error() 1292 free(oe); in re_error()
|