Searched refs:TYPE (Results 1 - 25 of 78) sorted by relevance

1234

/osnet-11/usr/src/lib/libc/port/gen/
H A Datoll.c40 typedef int TYPE; typedef
43 typedef long TYPE; typedef
46 typedef longlong_t TYPE; typedef
50 TYPE
53 TYPE n;
H A Datoi.c40 typedef int TYPE; typedef
43 typedef long TYPE; typedef
47 TYPE
50 TYPE n;
H A Datol.c40 typedef int TYPE; typedef
43 typedef long TYPE; typedef
47 TYPE
50 TYPE n;
H A Ddrand48.c57 #define EXPORT0(TYPE, fn, fnu) TYPE fn() { \
58 TYPE res; \
63 #define EXPORT1(TYPE, fn, fnu) TYPE fn(unsigned short xsubi[3]) { \
64 TYPE res; \
90 #define NEST(TYPE, f, F) static TYPE f(unsigned short *xsubi) { \
91 int i; TYPE v; unsigned temp[3]; \
/osnet-11/usr/src/lib/libcurses/screen/
H A Dmbcharlen.c52 ty = TYPE(c & 0377);
57 if (TYPE(c) != 0)
H A Dmbdisplen.c54 ty = TYPE(c & 0377);
59 if (TYPE(c) != 0)
H A Dtgetwch.c57 type = TYPE(c);
65 if (TYPE(c) != 0)
H A Dwgetwch.c56 type = TYPE(c);
63 if (TYPE(c) != 0)
H A Dwdelch.c80 if (cp + _curs_scrwidth[TYPE(*cp)] > end+1)
84 s = _curs_scrwidth[TYPE(RBYTE(*temp1))];
H A Dmbinch.c58 ep = wp + _curs_scrwidth[TYPE(wc & 0377)];
H A Dmbmove.c71 if (wp + _curs_scrwidth[TYPE(*wp)] > ep)
H A Dwborder.c117 if ((m = xend + _curs_scrwidth[TYPE(wc)]) > win->_maxx)
140 if ((m = xend + _curs_scrwidth[TYPE(wc)]) > win->_maxx)
165 if (!ISCBIT(wc) && _curs_scrwidth[TYPE(RBYTE(wc))] == 1)
168 if (!ISCBIT(wc) && _curs_scrwidth[TYPE(RBYTE(wc))] == 1)
H A Dmbaddch.c61 ep = wp + _curs_scrwidth[TYPE(wc)];
125 if (wp + _curs_scrwidth[TYPE(wc)] > ecp) {
169 ty = TYPE(wc);
193 len = _curs_scrwidth[TYPE(wc)];
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h305 * The various DEF*TYPE macros must:
363 * This isn't consistent with DEFFN[X]TYPE above, but all of the uses
641 #define FIELDOF_OPT(TYPE,DESCR,FIELDNAME,TAG,OPT) \
643 field_normal, OFFOF(TYPE, FIELDNAME, aux_typedefname_##DESCR), \
646 #define FIELDOF_NORM(TYPE,DESCR,FIELDNAME,TAG) \
647 FIELDOF_OPT(TYPE,DESCR,FIELDNAME,TAG,-1)
655 #define FIELDOF_ENCODEAS(TYPE,DESCR,TAG) \
656 FIELDOF_ENCODEAS_OPT(TYPE,DESCR,TAG,-1)
657 #define FIELDOF_ENCODEAS_OPT(TYPE,DESCR,TAG,OPT) \
660 0 * sizeof(0 ? (TYPE *)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DUNIVERSAL.pm44 =item C<< $obj->isa( TYPE ) >>
46 =item C<< CLASS->isa( TYPE ) >>
48 =item C<isa( VAL, TYPE )>
54 =item C<TYPE>
72 When used as an instance or class method (C<< $obj->isa( TYPE ) >>),
73 C<isa> returns I<true> if $obj is blessed into package C<TYPE> or
74 inherits from package C<TYPE>.
76 When used as a class method (C<< CLASS->isa( TYPE ) >>: sometimes
78 inherits from (or is itself) the name of the package C<TYPE> or
79 inherits from package C<TYPE>
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Db.t58 ok( B::svref_2object(\$.)->MAGIC->TYPE eq "\0", '$. has \0 magic' );
63 eval { B::svref_2object(\$.)->MAGIC->MOREMAGIC->TYPE; };
64 like( $e, qr/Can't call method "TYPE" on an undefined value/,
/osnet-11/usr/src/lib/librstp/common/
H A Dbase.h135 #define STP_MALLOC(PTR, TYPE, MSG) \
137 PTR = (TYPE*) calloc (1, sizeof (TYPE)); \
160 #define STP_NEW_IN_LIST(WHAT, TYPE, LIST, MSG) \
162 STP_MALLOC(WHAT, TYPE, MSG); \
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c394 switch (TYPE(h)) {
420 fprintf(fp, "ILLEGAL PAGE TYPE: page: %lu type: %lu\n",
421 (u_long)h->pgno, (u_long)TYPE(h));
427 if (TYPE(h) == P_IBTREE || TYPE(h) == P_IRECNO ||
428 (TYPE(h) == P_LRECNO && h->pgno == PGNO_ROOT))
431 if (TYPE(h) != P_IBTREE && TYPE(h) != P_IRECNO)
434 if (TYPE(h) == P_IBTREE || TYPE(
[all...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dbtree.h57 #define ISINTERNAL(p) (TYPE(p) == P_IBTREE || TYPE(p) == P_IRECNO)
58 #define ISLEAF(p) (TYPE(p) == P_LBTREE || TYPE(p) == P_LRECNO)
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dsupport.h68 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c155 switch (TYPE(h)) {
373 pgno = TYPE(h) == P_IBTREE ?
511 (TYPE(parent) != P_IBTREE && TYPE(parent) != P_IRECNO))
514 pgno = TYPE(parent) == P_IBTREE ?
551 if (TYPE(child) == P_IRECNO ||
552 (TYPE(child) == P_IBTREE && F_ISSET(dbp, DB_BT_RECNUM)))
556 if (TYPE(child) == P_IRECNO ||
557 (TYPE(child) == P_IBTREE && F_ISSET(dbp, DB_BT_RECNUM)))
H A Dbt_rsearch.c171 switch (TYPE(h)) {
298 if (TYPE(h) == P_IBTREE || TYPE(h) == P_IRECNO) {
306 if (TYPE(h) == P_IBTREE)
370 switch (TYPE(h)) {
H A Dbt_compare.c97 if (TYPE(h) == P_LBTREE || TYPE(h) == P_DUPLICATE) {
H A Dbt_split.c194 if ((ret = __bam_new(dbc, TYPE(cp->page), &lp)) != 0 ||
195 (ret = __bam_new(dbc, TYPE(cp->page), &rp)) != 0)
199 cp->page->level, TYPE(cp->page));
202 cp->page->level, TYPE(cp->page));
270 if ((ret = __bam_new(dbc, TYPE(cp->page), &rp)) != 0)
275 cp->page->level, TYPE(cp->page));
283 cp->page->level, TYPE(cp->page));
312 if (TYPE(cp->page) == P_LBTREE && rp->next_pgno != PGNO_INVALID) {
441 switch (TYPE(rp)) {
616 switch (TYPE(rchil
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgenaddrs.c46 #define SET(TARG, THING, TYPE) \
49 (TARG).addrtype = (TYPE))

Completed in 106 milliseconds

1234