HomeSort by relevance Sort by last modified time
    Searched refs:basetype (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
symtab.c 354 char *type, char *basetype, int levels)
359 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1);
395 symtab_set_errval(char *name, int line, char *file, char *type, char *basetype,
401 name, line, file, PRIMITIVE, type, basetype, levels,
422 char *type, char *basetype, int levels)
430 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1);
495 char *basetype, int levels)
503 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1);
770 int kind, char *type, char *basetype, int levels, char *attribute,
781 return (set_entry(e, name, line, file, kind, type, basetype, levels
    [all...]
  /onnv/onnv-gate/usr/src/tools/lintdump/
lintdump.c 312 uint16_t basetype = atp->aty & LNQUAL; local
322 if (basetype < 1 ||
323 basetype > (sizeof (basetypes) / sizeof (*basetypes)))
324 info("<unknown type %x>", basetype);
326 switch (basetype) {
331 info("%s %s", basetypes[basetype], lsup->name);
333 info("%s", basetypes[basetype]);
341 info("%s", basetypes[basetype]);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
asn1_encode.c 389 assert(a->basetype != NULL);
391 a->basetype, retlen);
397 assert(a->basetype != NULL);
398 return encode_nullterm_sequence_of(buf, val, a->basetype,
405 retval = krb5int_asn1_encode_a_thing(buf, val, a->basetype, &length);
466 a = field->atype->basetype;
asn1_encode.h 267 const struct atype_info *basetype; member in struct:atype_info
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_print.c 1495 char *basetype; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
synch.c 129 int basetype = (type & ~ALL_ATTRIBUTES); local
134 if (basetype == USYNC_PROCESS_ROBUST) {
143 basetype = USYNC_PROCESS;
148 if ((basetype != USYNC_THREAD && basetype != USYNC_PROCESS) ||
178 if (basetype == USYNC_PROCESS)
    [all...]

Completed in 5040 milliseconds