HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 1 - 25 of 1177) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /netvirt/usr/src/lib/gss_mechs/mech_krb5/crypto/old/
des_stringtokey.c 48 int type; local
52 type = parm->data[0];
53 } else type = 0;
55 switch(type) {
  /netvirt/usr/src/tools/ctf/common/
symbol.c 37 uchar_t type = GELF_ST_TYPE(sym->st_info); local
48 * linker, and will never have associated type information.
58 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS &&
  /netvirt/usr/src/cmd/geniconvtbl/
maptype.h 41 itmc_map_type_t type; member in struct:__anon542
  /netvirt/usr/src/cmd/lp/cmd/lpadmin/
rmdest.c 59 type; local
63 type = S_UNLOAD_PRINTER;
65 type = S_UNLOAD_CLASS;
68 send_message(type, dest, "", "");
69 rc = output(type + 1);
do_pwheel.c 154 char type; local
166 while ((type = *list++) != '\0') switch(type) {
  /netvirt/usr/src/lib/libpp/common/
ppline.c 34 static char type[5]; local
45 type[1] = PP_sync_ignore;
51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync;
58 type[1] = PP_sync;
60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync)
61 type[0] = 0;
64 type[0] = ' ';
67 type[2] = ' ';
68 type[3] = PP_sync_hosted;
71 type[2] = 0
    [all...]
  /netvirt/usr/src/cmd/man/src/util/nsgmls.src/lib/
NotationStorage.cxx 16 NotationStorageManager::NotationStorageManager(const char *type)
17 : type_(type)
26 const char *NotationStorageManager::type() const function in class:SP_NAMESPACE::NotationStorageManager
  /netvirt/usr/src/cmd/ipf/lib/common/
getnattype.c 23 * Get a nat filter type given its kernel address.
32 int type; local
37 type = nat->nat_redir;
42 type = ipnatbuff.in_redir;
45 switch (type)
60 sprintf(unknownbuf, "unknown(%04x)", type & 0xffffffff);
  /netvirt/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
ApplyException.java 36 package sunsoft.jws.visual.rt.type;
39 * An exception thrown by type editors when there is a problem with
DoubleHolder.java 36 package sunsoft.jws.visual.rt.type;
IntHolder.java 36 package sunsoft.jws.visual.rt.type;
ParseException.java 36 package sunsoft.jws.visual.rt.type;
AMRefConverter.java 36 package sunsoft.jws.visual.rt.type;
BooleanConverter.java 36 package sunsoft.jws.visual.rt.type;
71 throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.BooleanConverter.Illegal__boolean__valu.17") + s);
CharacterConverter.java 36 package sunsoft.jws.visual.rt.type;
UnknownTypeConverter.java 36 package sunsoft.jws.visual.rt.type;
43 * Handles conversion of objects of unknown type to string
50 * Handles conversion of an unknown object type.
56 throw new Error(Global.fmtMsg("sunsoft.jws.visual.rt.type.UnknownTypeConverter.NoTypeConverter",
62 * Handles conversion of an string type representation.
68 throw new Error(Global.fmtMsg("sunsoft.jws.visual.rt.type.UnknownTypeConverter.CantConvert", s));
  /netvirt/usr/src/lib/libast/common/cdt/
dtrestore.c 40 reg int type; local
43 type = dt->data->type&DT_FLATTEN;
45 { if(!type)
52 type = 0;
54 dt->data->type &= ~DT_FLATTEN;
56 if(dt->data->type&(DT_SET|DT_BAG))
58 if(type) /* restoring a flattened dictionary */
77 { if(dt->data->type&(DT_OSET|DT_OBAG))
79 else /*if(dt->data->type&(DT_LIST|DT_STACK|DT_QUEUE))*
    [all...]
  /netvirt/usr/src/lib/libcontract/common/
device_dump.c 50 uint_t type; local
57 type = ct_event_get_type(ev);
77 switch (type) {
  /netvirt/usr/src/lib/libcurses/screen/
tgetwch.c 48 int c, n, type, width; local
57 type = TYPE(c);
58 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1);
65 if (TYPE(c) != 0)
wgetwch.c 45 int c, n, type, width; local
56 type = TYPE(c);
57 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1);
63 if (TYPE(c) != 0)
  /netvirt/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
piclfruaccess_platmod.c 85 char type[PICL_PROPSIZE_MAX]; local
89 (void *)type, PICL_PROPSIZE_MAX);
95 if ((strcmp(type, PICL_SLOT_CPCI) != 0) &&
96 (strcmp(type, PICL_SLOT_PCI) != 0)) {
  /netvirt/usr/src/cmd/wbem/provider/c/wbem_disk/common/
mpxiogroup_descriptors.c 136 char *type = NULL; local
164 *errp = nvlist_lookup_string(nvlp, "ctype", &type);
179 if (strcasecmp(type, "scsi") == 0) {
  /netvirt/usr/src/common/openssl/apps/
progs.h 49 int type; member in struct:__anon1802
  /netvirt/usr/src/common/openssl/crypto/asn1/
a_verify.c 80 const EVP_MD *type; local
86 type=EVP_get_digestbyname(OBJ_nid2sn(i));
87 if (type == NULL)
103 EVP_VerifyInit_ex(&ctx,type, NULL);
132 const EVP_MD *type; local
138 type=EVP_get_digestbyname(OBJ_nid2sn(i));
139 if (type == NULL)
145 if (!EVP_VerifyInit_ex(&ctx,type, NULL))
  /netvirt/usr/src/grub/grub-0.95/netboot/
isa.h 14 int type; member in struct:isa_driver

Completed in 1979 milliseconds

1 2 3 4 5 6 7 8 91011>>