Searched defs:TYPE (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Datoi.c33 typedef int TYPE; typedef
36 typedef long TYPE; typedef
40 TYPE
44 register TYPE n;
H A Datol.c33 typedef int TYPE; typedef
36 typedef long TYPE; typedef
40 TYPE
44 register TYPE n;
/illumos-gate/usr/src/lib/libc/port/gen/
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 Datoll.c40 typedef int TYPE; typedef
43 typedef long TYPE; typedef
46 typedef longlong_t TYPE; typedef
50 TYPE
53 TYPE n;
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DConstants.java70 int TYPE = 2; field in interface:Constants
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/
H A Dencr.c50 #define TYPE 0 macro
73 case TYPE:
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
H A Dickey.c44 #define TYPE 0 macro
111 case TYPE:
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/
H A Dkeymgmt.c53 #define TYPE 0 macro
76 case TYPE:
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c58 #define TYPE 2 macro
94 case TYPE:
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.h40 #define TYPE 0x00000008 /* -g */ macro
/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c40 #define TYPE 0 macro
279 if (*carray[TYPE] == 'R')
471 if (*carray[TYPE] == 'R')
680 if (*carray[TYPE] == 'R')
/illumos-gate/usr/src/cmd/id/
H A Did.c46 typedef enum TYPE { enum
48 } TYPE; typedef in typeref:enum:TYPE
61 static void prid(TYPE, uid_t);
329 prid(TYPE how, uid_t id)
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h34 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon9342
63 NAME -> COMMENT -> HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
67 TYPE -> STORED or TABLE or LEN or CHECK
68 STORED -> COPY -> TYPE
71 LEN -> LENEXT or LIT or TYPE
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h76 * BYTE ITEM NBYTES TYPE ACCESSOR MACRO
81 * 10 page type 1 u_int8_t TYPE(P)
113 #define TYPE(P) (REFERENCE((P), u_int8_t, I_TYPE)) macro
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h137 #define TYPE(i) ((i>>10)&077) macro
/illumos-gate/usr/src/cmd/lp/include/
H A Dfilters.h98 typedef struct TYPE { struct
101 } TYPE; typedef in typeref:struct:TYPE
114 * A (TYPE *) list is an array of content-types (TYPE) with a null
123 TYPE * printer_types;
124 TYPE * input_types; /* all possible choices */
125 TYPE * output_types; /* all possible choices */
126 TYPE * inputp; /* the one to be used */
127 TYPE * outputp; /* the one to be used */
190 TYPE s_to_typ
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon108
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c751 enum { NAME, INDEX, TYPE } op; enumerator in enum:__anon1519
764 op = TYPE;
803 case TYPE:
H A Dshdr.c757 enum { NAME, INDEX, TYPE } op; enumerator in enum:__anon1511
768 op = TYPE;
784 case TYPE:
814 enum { NAME, INTVAL, TYPE } op; enumerator in enum:__anon1512
829 op = TYPE;
841 case TYPE:
H A Dsym.c1472 enum { NAME, INDEX, TYPE } op; enumerator in enum:__anon1528
1485 op = TYPE;
1513 case TYPE:
1545 enum { NAME, INDEX, TYPE } op; enumerator in enum:__anon1529
1565 op = TYPE;
1581 case TYPE:
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c117 #define TYPE(f,t) ((f)->type = (t)) macro
125 #define TYPE(f,d) macro
198 TYPE(f, DT_UNKNOWN);
544 TYPE(f, DT_DIR);
559 TYPE(f, DT_LNK);
565 TYPE(f, DT_REG);
570 TYPE(f, DT_UNKNOWN);
1029 TYPE(f, D_TYPE(d));
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurshdr.h184 #define TYPE(x) ((x) == SS2 ? 1 : (x) == SS3 ? 2 : ISMBIT(x) ? 0 : 3) macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.h42 #define TYPE(st) (NEXT(st)+N_PP) macro
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h171 #define TYPE(p) (((PAGE *)p)->type) macro
188 (TYPE(p) == P_LBTREE ? NUM_ENT(p) / 2 : \
189 TYPE(p) == P_LRECNO ? NUM_ENT(p) : PREV_PGNO(p))
209 TYPE(pg) = pg_type; \

Completed in 113 milliseconds

12