/titanic_50/usr/src/cmd/acctadm/ |
H A D | utils.c | 192 ea_object_t eo; in verify_exacct_file() local 205 bzero(&eo, sizeof (eo)); in verify_exacct_file() 206 if (ea_previous_object(&ef, &eo) == EO_ERROR) { in verify_exacct_file() 229 uint_t c = eo.eo_catalog & EXD_DATA_MASK; in verify_exacct_file() 231 if (eo.eo_type != EO_GROUP || in verify_exacct_file() 232 (eo.eo_catalog & EXC_CATALOG_MASK) != EXC_NONE || in verify_exacct_file()
|
/titanic_50/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 233 disp_embedded_group(ea_object_t *eo, int indent) in disp_embedded_group() argument 235 while (eo != NULL) { in disp_embedded_group() 236 disp_obj(eo, indent + 1); in disp_embedded_group() 237 if (eo->eo_type == EO_GROUP) in disp_embedded_group() 238 disp_embedded_group(eo->eo_group.eg_objs, indent + 1); in disp_embedded_group() 239 eo = eo->eo_next; in disp_embedded_group() 442 ea_object_t *eo; in disp_obj() local 456 eo = op->eo_group.eg_objs; in disp_obj() 457 disp_embedded_group(eo, indent); in disp_obj()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_xdr.c | 294 makePseudoEntryObj(nis_object *obj, entry_obj *eo, nis_object *tobj) { in makePseudoEntryObj() argument 303 if (obj == 0 || eo == 0) in makePseudoEntryObj() 307 *eo = obj->zo_data.objdata_u.en_data; in makePseudoEntryObj() 308 eo->en_type = 0; in makePseudoEntryObj() 320 eo->en_type = (char *)in_directory; in makePseudoEntryObj() 354 eo->en_cols.en_cols_val[0].ec_value.ec_value_val = buf; in makePseudoEntryObj() 355 eo->en_cols.en_cols_val[0].ec_value.ec_value_len = xdr_getpos(&xdrs); in makePseudoEntryObj() 356 eo->en_cols.en_cols_val[0].ec_flags = EN_BINARY+EN_XDR; in makePseudoEntryObj() 358 return (eo); in makePseudoEntryObj()
|
H A D | ldap_xdr.h | 52 entry_obj *makePseudoEntryObj(nis_object *obj, entry_obj *eo,
|
H A D | nis_db.cc | 985 entry_object *e, eo; in dbRefreshObj() local 1031 eo.en_type = (char *)"IN_DIRECTORY"; in dbRefreshObj() 1032 eo.en_cols.en_cols_val = ec; in dbRefreshObj() 1033 eo.en_cols.en_cols_len = 2; in dbRefreshObj() 1035 e = makePseudoEntryObj(o, &eo, 0); in dbRefreshObj()
|
H A D | db_mindex3.cc | 670 entry_object eo, *e; in entriesFromLDAPreal() local 752 e = makePseudoEntryObj(&o, &eo, t->obj); in entriesFromLDAPreal()
|
H A D | db_mindex2.cc | 793 entry_object *e, eo; in queryLDAP() local
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 408 entry_obj *eo; in init_entry() local 417 eo = &(obj.EN_data); in init_entry() 418 eo->en_type = "cred_tbl"; in init_entry() 419 eo->en_cols.en_cols_val = cred_data; in init_entry() 420 eo->en_cols.en_cols_len = 5; in init_entry()
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_kernel.c | 306 ea_object_t *eo; in load_group() local 341 for (eo = ep->eo_group.eg_objs; eo != NULL; eo = eo->eo_next) { in load_group() 345 data = (eo->eo_catalog & EXD_DATA_MASK); in load_group() 352 if (eo->eo_item.ei_uint64 > prov->pkc_lotime) { in load_group() 353 if (eo->eo_item.ei_uint64 > prov->pkc_ltime) in load_group() 354 prov->pkc_ltime = eo->eo_item.ei_uint64; in load_group() 382 if (nvlist_unpack(eo->eo_item.ei_raw, in load_group() 383 eo->eo_item.ei_size, &elem->pke_properties, 0) != in load_group() 401 (int64_t)eo->eo_item.ei_uint32) != 0) { in load_group() 428 eo->eo_item.ei_uint32) != PO_SUCCESS) { in load_group() [all …]
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | grep.c | 303 highlight(Sfio_t* sp, const char* s, int n, int so, int eo) in highlight() argument 310 sfwrite(sp, s + so, eo - so); in highlight() 312 sfwrite(sp, s + eo, n - eo); in highlight()
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | view.test | 331 (SELECT a%2 AS eo, count(*) AS cnt FROM t1 GROUP BY eo);
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 428 regoff_t* eo; member
|
H A D | regnexec.c | 1187 …catcher.re.group_catch.eo = rex->re.group.number ? &env->match[rex->re.group.number].rm_eo : (rego… in parse() 1205 if (rex->re.group_catch.eo) in parse() 1206 *rex->re.group_catch.eo = s - env->beg; in parse() 1214 if (rex->re.group_catch.eo) in parse() 1215 *rex->re.group_catch.eo = -1; in parse()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 52 eo esperanto
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | caps | 48 erase_overstrike, "eo" "eo" Can erase overstrikes with a blank
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 72 erase_overstrike eo eo bool Can erase overstrikes with a blank
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 72 erase_overstrike eo eo bool Can erase overstrikes with a blank
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 682 :NP:am:eo:mi:\ 694 :eo:mi:ms:xo:\ 778 :am:eo:mi:ms:xn:xo:\ 825 :am:eo:mi:ms:ut:xn:xo:\ 1015 :am:bw:eo:km:mi:ms:xo:\ 1072 :am:bs:eo:xo:\ 1100 :am:bw:eo:xo:\ 1334 :am:bw:eo:\ 1632 :NP:am:bs:bw:eo:km:ms:pt:ut:\ 1679 :am:bw:eo:ms:\ [all …]
|
H A D | terminfo.src | 726 am, eo, mir, npc, 740 eo, mir, msgr, xon, 840 am, eo, mir, msgr, xenl, xon, 890 am, bce, eo, mir, msgr, xenl, xon, 1098 am, bce, bw, eo, km, mir, msgr, xon, 1167 OTbs, am, bce, eo, xon, 1215 am, bw, eo, xon, 1475 am, bw, eo, 1857 OTbs, OTpt, am, bce, bw, eo, km, msgr, npc, 1906 am, bce, bw, eo, msgr, npc, [all …]
|