Searched refs:oe (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/usr.bin/sed/
H A Dmisc.c58 static char *oe; local
61 if (oe != NULL)
62 free(oe);
64 if ((oe = malloc(s)) == NULL)
66 (void)regerror(errcode, preg, oe, s);
67 return (oe);
/freebsd-current/contrib/tcsh/
H A Ded.refresh.c588 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
616 oe = o;
617 *oe = (Char) 0;
723 if ((oe - ols) < MIN_END_KEEP) {
724 ols = oe;
752 ols = oe;
756 ols = oe;
768 ols = oe;
772 ols = oe;
798 reprintf("ofd %d, osb %d, ose %d, ols %d, oe
[all...]
/freebsd-current/contrib/libedit/
H A Drefresh.c544 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
[all...]
/freebsd-current/sys/arm/ti/
H A Dti_gpio.c409 uint32_t oe; local
423 oe = ti_gpio_read_4(sc, TI_GPIO_OE);
425 oe |= TI_GPIO_MASK(pin);
427 oe &= ~TI_GPIO_MASK(pin);
428 ti_gpio_write_4(sc, TI_GPIO_OE, oe);
488 uint32_t oe, reg, val; local
499 oe = ti_gpio_read_4(sc, TI_GPIO_OE);
500 if (oe & TI_GPIO_MASK(pin))
/freebsd-current/contrib/nvi/ex/
H A Dex_subst.c1285 char *oe; local
1288 MALLOC(sp, oe, s);
1289 if (oe != NULL) {
1290 (void)regerror(errcode, preg, oe, s);
1291 msgq(sp, M_ERR, "RE error: %s", oe);
1292 free(oe);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp220 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp365 oe = MI.memoperands_end();
366 o != oe; ++o) {
379 oe = MI.memoperands_end();
380 o != oe; ++o) {
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1377 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) {
1390 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi)
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk180 .if ${one two oe oxen:L:o%e=X} != "X two X oxen"
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp642 for (unsigned oi = 0, oe = ii.getNumOperands(); oi != oe; ++oi) {
/freebsd-current/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh803 atf_check -s exit:0 -o inline:"B\n" grep --mmap -oe "B" test1
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1272 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression; local
1274 << oe->getName() << DestType << OpRange
1275 << oe->getQualifierLoc().getSourceRange();
H A DSemaDeclObjC.cpp204 oe = Overridden->param_end(); local
207 ni != ne && oi != oe; ++ni, ++oi) {
H A DSemaDecl.cpp4437 oe = oldMethod->param_end();
4440 ni != ne && oi != oe; ++ni, ++oi)

Completed in 246 milliseconds