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

12

/macosx-10.10/ncurses-44/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.10/xnu-2782.1.97/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.10/architecture-266/i386/
H A Dreg_help.h85 #define REG_PAIR_DEF(type0, name0, type1, name1) \
88 type1 name1; \
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h90 #define REG_PAIR_DEF(type0, name0, type1, name1) \
93 type1 name1; \
/macosx-10.10/Heimdal-398.1.2/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.10/Heimdal-398.1.2/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.c723 * @param type1 the ntlm_type1 message to encode.
734 heim_ntlm_encode_type1(const struct ntlm_type1 *type1, struct ntlm_buf *data) argument
742 flags = type1->flags;
748 if (type1->domain) {
752 if (type1->hostname) {
759 if (type1->domain) {
761 domain.length = len_string(ucs2, type1->domain);
769 if (type1->hostname) {
771 hostname.length = len_string(ucs2, type1->hostname);
795 if (type1
[all...]
H A Dheimntlm-protos.h216 * @param type1 the ntlm_type1 message to encode.
228 const struct ntlm_type1 *type1,
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Daccept_sec_context.c276 struct ntlm_type1 type1; local
305 ret = heim_ntlm_decode_type1(&data, &type1);
312 if ((type1.flags & NTLM_NEG_UNICODE) == 0) {
313 heim_ntlm_free_type1(&type1);
320 ret = krb5_data_copy(&ctx->type1, data.data, data.length);
329 type1.flags,
330 type1.hostname,
331 type1.domain,
334 heim_ntlm_free_type1(&type1);
443 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.h155 krb5_data type1; member in struct:ntlm_ctx
/macosx-10.10/mail_cmds-30/mail/
H A Dcmd1.c260 return (type1(msgvec, 1, 1));
271 return (type1(msgvec, 0, 1));
282 return (type1(msgvec, 1, 0));
293 return (type1(msgvec, 0, 0));
301 type1(msgvec, doign, page) function
H A Dextern.h250 int type1(int *, int, int);
/macosx-10.10/pyobjc-45/2.6/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.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc_support.h25 extern BOOL PyObjC_signatures_compatible(const char* type1, const char* type2);
H A Dobjc_support.m2855 BOOL PyObjC_signatures_compatible(const char* type1, const char* type2)
2858 type1 = PyObjCRT_SkipTypeQualifiers(type1);
2861 if (*type1 == _C_ARY_B) {
2863 type1++;
2864 while (isdigit(*type1)) type1++;
2865 return PyObjC_signatures_compatible(type1, type2+1);
2867 type1++;
2868 while (isdigit(*type1)) type
[all...]
/macosx-10.10/tcl-105/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.10/rsync-45/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.10/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.10/emacs-93/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.10/emacs-93/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.10/tcl-105/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.10/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf88 rfc2308-type1 no;
286 rfc2308-type1 false;

Completed in 309 milliseconds

12