| /src/usr.bin/sed/ |
| misc.c | 110 static char *oe; local 113 if (oe != NULL) 114 free(oe); 116 oe = xmalloc(s); 117 (void)regerror(errcode, preg, oe, s); 118 return (oe);
|
| /src/lib/libedit/ |
| refresh.c | 544 wchar_t *ofd, *ols, *oe, *nfd, *nls, *ne; local 571 oe = o; 572 *oe = '\0'; 661 if ((oe - ols) < MIN_END_KEEP) { 662 ols = oe; 689 ols = oe; 693 ols = oe; 705 ols = oe; 709 ols = oe; 732 ELRE_DEBUG(1, (__F, "ofd %td, osb %td, ose %td, ols %td, oe %td\n" [all...] |
| /src/sys/arch/mips/adm5120/dev/ |
| admgpio.c | 113 uint32_t oe; local 116 oe = __SHIFTOUT(admgpio_read(sc), ADM5120_GPIO0_OE); 122 if ((oe & (1 << pin)) != 0)
|
| /src/sys/arch/arm/ti/ |
| ti_gpio.c | 153 uint32_t oe; local 157 oe = RD4(sc, GPIO_OE); 159 oe |= __BIT(pin); 161 oe &= ~__BIT(pin); 162 WR4(sc, GPIO_OE, oe);
|
| /src/tests/lib/libc/stdio/ |
| h_intr.c | 387 int oe = errno; local 393 errno = oe;
|
| /src/usr.bin/make/unit-tests/ |
| varmod-sysv.mk | 180 .if ${one two oe oxen:L:o%e=X} != "X two X oxen"
|