Searched refs:type1 (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfld_ftlink.c40 | FIELDTYPE *type1,
52 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) argument
56 T((T_CALLED("link_fieldtype(%p,%p)"), type1, type2));
57 if (type1 && type2)
66 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS))
68 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE))
70 nftyp->left = type1;
72 type1->ref++;
/macosx-10.9.5/cctools-845/include/architecture/m88k/
H A Dreg_help.h66 #define REG_PAIR_DEF(type0, name0, type1, name1) \
69 type1 name1; \
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/machine/
H A Dsdt.h159 #define DTRACE_SCHED1(name, type1, arg1) \
162 #define DTRACE_SCHED2(name, type1, arg1, type2, arg2) \
165 #define DTRACE_SCHED3(name, type1, arg1, type2, arg2, type3, arg3) \
168 #define DTRACE_SCHED4(name, type1, arg1, type2, arg2, \
175 #define DTRACE_PROC1(name, type1, arg1) \
178 #define DTRACE_PROC2(name, type1, arg1, type2, arg2) \
181 #define DTRACE_PROC3(name, type1, arg1, type2, arg2, type3, arg3) \
184 #define DTRACE_PROC4(name, type1, arg1, type2, arg2, \
191 #define DTRACE_IO1(name, type1, arg1) \
194 #define DTRACE_IO2(name, type1, arg
[all...]
/macosx-10.9.5/cctools-845/as/
H A Di386-check.c122 uint32_t type1)
134 switch(type1){
141 switch(type1){
150 switch(type1){
181 switch(type1){
210 uint32_t i, j, type0, type1, llvm_mc, bad_reg; local
410 type1 = 1 << j;
411 if((type1 & t->operand_types[1]) == 0)
414 if(type1 == Reg64)
418 if(type1 >
120 get_operand( uint32_t type0, uint32_t type1) argument
[all...]
/macosx-10.9.5/architecture-265/i386/
H A Dreg_help.h85 #define REG_PAIR_DEF(type0, name0, type1, name1) \
88 type1 name1; \
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h90 #define REG_PAIR_DEF(type0, name0, type1, name1) \
93 type1 name1; \
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dtest_gssntlm.c130 struct ntlm_type1 type1; local
138 memset(&type1, 0, sizeof(type1));
142 type1.flags =
146 type1.domain = strdup(domain);
147 type1.hostname = NULL;
148 type1.os[0] = 0;
149 type1.os[1] = 0;
151 ret = heim_ntlm_encode_type1(&type1, &data);
156 dump_packet("type1", dat
291 struct ntlm_type1 type1; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dtest_ntlm.c53 struct ntlm_type1 type1; local
59 memset(&type1, 0, sizeof(type1));
61 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM|NTLM_NEG_VERSION;
62 type1.domain = rk_UNCONST(domain);
63 type1.hostname = NULL;
64 type1.os[0] = 0;
65 type1.os[1] = 0;
67 ret = heim_ntlm_encode_type1(&type1, &data);
71 memset(&type1,
[all...]
H A Dntlm.c708 * @param type1 the ntlm_type1 message to encode.
719 heim_ntlm_encode_type1(const struct ntlm_type1 *type1, struct ntlm_buf *data) argument
726 flags = type1->flags;
729 if (type1->domain) {
733 if (type1->hostname) {
741 if (type1->domain) {
742 domain.length = len_string(0, type1->domain);
750 if (type1->hostname) {
751 hostname.length = len_string(0, type1->hostname);
773 if (type1
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Daccept_sec_context.c271 struct ntlm_type1 type1; local
300 ret = heim_ntlm_decode_type1(&data, &type1);
307 if ((type1.flags & NTLM_NEG_UNICODE) == 0) {
308 heim_ntlm_free_type1(&type1);
315 ret = krb5_data_copy(&ctx->type1, data.data, data.length);
324 type1.flags,
325 type1.hostname,
326 type1.domain,
329 heim_ntlm_free_type1(&type1);
436 CCHmacUpdate(&c, ctx->type1
[all...]
H A Dinit_sec_context.c133 struct ntlm_type1 type1; local
221 memset(&type1, 0, sizeof(type1));
223 type1.flags = flags;
224 type1.domain = NULL;
225 type1.hostname = NULL;
226 type1.os[0] = 0x0601b01d;
227 type1.os[1] = 0x0000000f;
229 ret = heim_ntlm_encode_type1(&type1, &data);
238 ret = krb5_data_copy(&ctx->type1, dat
[all...]
H A Ddelete_sec_context.c75 krb5_data_free(&ctx->type1);
H A Dntlm.h154 krb5_data type1; member in struct:ntlm_ctx
/macosx-10.9.5/mail_cmds-29/mail/
H A Dcmd1.c259 return (type1(msgvec, 1, 1));
270 return (type1(msgvec, 0, 1));
281 return (type1(msgvec, 1, 0));
292 return (type1(msgvec, 0, 0));
300 type1(msgvec, doign, page) function
H A Dextern.h250 int type1(int *, int, int);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.h25 extern BOOL PyObjC_signatures_compatible(const char* type1, const char* type2);
H A Dobjc_support.m2816 BOOL PyObjC_signatures_compatible(const char* type1, const char* type2)
2819 type1 = PyObjCRT_SkipTypeQualifiers(type1);
2822 if (*type1 == _C_ARY_B) {
2824 type1++;
2825 while (isdigit(*type1)) type1++;
2826 return PyObjC_signatures_compatible(type1, type2+1);
2828 type1++;
2829 while (isdigit(*type1)) type
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c1610 int type1, type2;
1617 if (GetNumberFromObj(NULL, valuePtr, &ptr1, &type1) != TCL_OK) {
1622 return TclGetIntFromObj(interp, valuePtr, &type1);
1629 TclGetIntFromObj(interp, incrPtr, &type1);
1634 if ((type1 == TCL_NUMBER_LONG) && (type2 == TCL_NUMBER_LONG)) {
1665 if ((type1 == TCL_NUMBER_DOUBLE) || (type1 == TCL_NUMBER_NAN)) {
1670 return TclGetIntFromObj(interp, valuePtr, &type1);
1677 TclGetIntFromObj(interp, incrPtr, &type1);
1683 if ((type1 !
1599 int type1, type2; local
4488 int iResult = 0, compare = 0, type1, type2; local
4802 int invalid, shift, type1, type2; local
5259 int type1, type2; local
5505 int type1, type2; local
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dflist.c1824 enum fnc_type type1, type2; local
1840 type1 = S_ISDIR(f1->mode) ? t_path : t_ITEM;
1842 if (type1 == t_PATH && *c1 == '.' && !c1[1]) {
1843 type1 = t_ITEM;
1849 type1 = t_path;
1866 if (type1 != type2)
1867 return type1 == t_PATH ? 1 : -1;
1877 type1 = S_ISDIR(f1->mode) ? t_path : t_ITEM;
1879 if (type1 == t_PATH && *c1 == '.' && !c1[1]) {
1880 type1
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dmaxq-dis.c151 get_reg_name (unsigned char reg_code, type1 arg_pos)
651 (type1) 0 /*DST*/),
656 get_reg_name (grp.dst, (type1) 0));
682 (type1) 1 /*SRC*/),
697 (type1) 1 /*SRC*/));
/macosx-10.9.5/CF-855.17/
H A DCFNumber.c1225 CFNumberType type1 = __CFNumberGetType(number1); local
1228 if (!__CFNumberTypeTable[type1].floatBit && !__CFNumberTypeTable[type2].floatBit) {
1235 if (__CFNumberTypeTable[type1].floatBit && __CFNumberTypeTable[type2].floatBit) {
1407 static Boolean __CFNumberEqualValue_old(const __CFNumberValue_old *value1, CFNumberType type1, const __CFNumberValue_old *value2, CFNumberType type2) { argument
1408 if (__CFNumberTypeIsFloat_old(type1) || __CFNumberTypeIsFloat_old(type2)) {
1410 __CFNumberGetValue_old(value1, type1, kCFNumberFloat64Type, &d1);
1416 __CFNumberGetValue_old(value1, type1, kCFNumberSInt64Type, &i1);
1636 CFNumberType type1, type2; local
1639 type1 = __CFNumberGetType_old(number1);
1642 if (__CFNumberTypeIsFloat_old(type1) || __CFNumberTypeIsFloat_ol
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-tool-bar.el178 (type1 (substring (symbol-name type) 1))
185 (key (intern (concat "mh-" type1 "-tool-bar-" name-str)))
186 (setter (intern (concat type1 "-button-setter")))
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcvs-status.el203 (let ((type1 (cvs-tag->type tag1))
209 (if type1
210 (unless (or (not type2) (equal type1 type2))
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/generic/
H A Dffidl.c602 ffidl_type **type1, ffidl_value *type2, void **argp)
608 *type1 = type_lookup(client, arg);
609 if (*type1 == NULL) {
614 if ((context & (*type1)->class) == 0) {
621 switch ((*type1)->typecode) {
648 sprintf(buff, "unknown ffidl_type.t = %d", (*type1)->typecode);
1625 /* usage: ffidl-typedef name type1 ?type2 ...? */
601 type_parse(Tcl_Interp *interp, ffidl_client *client, unsigned context, Tcl_Obj *obj, ffidl_type **type1, ffidl_value *type2, void **argp) argument
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dnamed.conf88 rfc2308-type1 no;
286 rfc2308-type1 false;

Completed in 217 milliseconds

12