/src/usr.bin/sed/ |
misc.c | 110 static char *oe; local in function:strregerror 113 if (oe != NULL) 114 free(oe); 116 oe = xmalloc(s); 117 (void)regerror(errcode, preg, oe, s); 118 return (oe);
|
/src/sys/arch/mips/adm5120/dev/ |
admgpio.c | 113 uint32_t oe; local in function:admgpio_attach 116 oe = __SHIFTOUT(admgpio_read(sc), ADM5120_GPIO0_OE); 122 if ((oe & (1 << pin)) != 0)
|
/src/tests/lib/libc/stdio/ |
h_intr.c | 387 int oe = errno; local in function:pr_star 393 errno = oe;
|
/src/lib/libedit/ |
refresh.c | 544 wchar_t *ofd, *ols, *oe, *nfd, *nls, *ne; local in function:re_update_line 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/arm/ti/ |
ti_gpio.c | 153 uint32_t oe; local in function:ti_gpio_ctl 157 oe = RD4(sc, GPIO_OE); 159 oe |= __BIT(pin); 161 oe &= ~__BIT(pin); 162 WR4(sc, GPIO_OE, oe);
|