Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dmisc.c56 static char *oe; in strregerror() local
59 if (oe != NULL) in strregerror()
60 free(oe); in strregerror()
62 if ((oe = malloc(s)) == NULL) in strregerror()
64 (void) regerror(errcode, preg, oe, s); in strregerror()
65 return (oe); in strregerror()
/illumos-gate/usr/src/cmd/tip/
H A Detc.remote5 :dv=/dev/term/b:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D:
12 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#300:tc=dialers:
14 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#1200:tc=dialers:
16 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#2400:tc=dialers:
18 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#9600:tc=dialers:
20 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#19200:tc=dialers:
22 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#300:tc=dialers:
24 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#1200:tc=dialers:
37 oe output EOF string (default is NULL)
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dfts_fix.c44 FTSENT* oe; in _fts_read() local
48 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0)))) in _fts_read()
50 *ne = *oe; in _fts_read()
51 oe = ne; in _fts_read()
56 return oe; in _fts_read()
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrexit.c41 int oe; in errexit() local
43 oe = Err.exit; in errexit()
45 return (oe); in errexit()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_opt.c213 krb5_gic_opt_ext *oe; in krb5int_gic_opte_copy() local
215 oe = krb5int_gic_opte_alloc(context); in krb5int_gic_opte_copy()
216 if (NULL == oe) in krb5int_gic_opte_copy()
220 memcpy(oe, opt, sizeof(*opt)); in krb5int_gic_opte_copy()
230 oe->flags |= ( KRB5_GET_INIT_CREDS_OPT_EXTENDED | in krb5int_gic_opte_copy()
233 *opte = oe; in krb5int_gic_opte_copy()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_input.c83 DECL_AUDIO_IMPORT(16oe, int16_t, ddi_swap16, << 8)
85 DECL_AUDIO_IMPORT(32oe, int32_t, ddi_swap32, >> 8)
87 DECL_AUDIO_IMPORT(24oe, int32_t, ddi_swap32, /* nop */)
H A Daudio_output.c74 DECL_AUDIO_EXPORT(16oe, int16_t, ddi_swap16(sample >> 8))
76 DECL_AUDIO_EXPORT(32oe, int32_t, ddi_swap32(sample << 8))
78 DECL_AUDIO_EXPORT(24oe, int32_t, ddi_swap32(sample))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c307 Pos_t* oe; in better() local
316oe = os; oe < oend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sf… in better()
333 oe = os; in better()
336 if ((++oe)->serial == n) in better()
338 if (oe->be != END_ANY) in better()
353 if (ne->p > oe->p) in better()
355 if (oe->p > ne->p) in better()
357 if (k = better(env, os + 1, ns + 1, oe, ne, level + 1)) in better()
359 os = oe + 1; in better()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c856 smbios_obdev_ext_t oe; in print_obdevs_ext() local
859 if (smbios_info_obdevs_ext(shp, id, &oe) != 0) { in print_obdevs_ext()
869 enabled = oe.smboe_dtype >> 7; in print_obdevs_ext()
870 type = smbios_onboard_ext_type_desc(oe.smboe_dtype & 0x7f); in print_obdevs_ext()
872 str_print(fp, " Reference Designator", oe.smboe_name); in print_obdevs_ext()
876 oprintf(fp, " Device Type Instance: %u\n", oe.smboe_dti); in print_obdevs_ext()
877 oprintf(fp, " Segment Group Number: %u\n", oe.smboe_sg); in print_obdevs_ext()
878 oprintf(fp, " Bus Number: %u\n", oe.smboe_bus); in print_obdevs_ext()
879 oprintf(fp, " Device/Function Number: %u\n", oe.smboe_df); in print_obdevs_ext()
/illumos-gate/usr/src/uts/common/io/aac/
H A DREADME61 :dv=/dev/term/a:br#115200:el=^C^S^Q^U^D:ie=%$:oe=^D:
/illumos-gate/usr/src/cmd/units/
H A Dunittab491 oe oersted
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c133 char* oe; /* end of old string */ member
1234 tsp->oe = e; in info()
1278 tsp->oe = e; in localize()
1398 e = psp->oe; in label()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c5042 char* oe; local
5105 oe = op + sizeof(opt) - 1;
5108 if ((n + 1) >= (oe - op))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c7795 int oe; in readaction() local
7890 if ((tfp = validmod(strval, &oe)) == NULL) { in readaction()
7891 if (oe) { in readaction()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3200 \definedummyword{oe}%
3348 \def\oe{oe}%