Searched refs:restype (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/contrib/file/python/
H A Dmagic.py62 _open.restype = magic_t
66 _close.restype = None
70 _file.restype = c_char_p
74 _descriptor.restype = c_char_p
78 _buffer.restype = c_char_p
82 _error.restype = c_char_p
86 _setflags.restype = c_int
90 _load.restype = c_int
94 _compile.restype = c_int
98 _check.restype
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dremote-rdp.c267 int restype; local
283 while ((restype = serial_readchar (io, 1)) > 0)
285 switch (restype)
293 printf_unfiltered ("%c", isgraph (restype) ? restype : ' ');
298 if (restype == 0)
310 while (!sync && (restype = serial_readchar (io, 1)) > 0)
313 fprintf_unfiltered (gdb_stdlog, "[%02x]\n", restype);
315 switch (restype)
321 while ((restype
[all...]
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-smb.c1178 int restype; local
1183 restype = EXTRACT_16BITS(p);
1195 if (restype == 0x21) {
/freebsd-10.3-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c75 res->u.cq.restype = FW_RI_RES_TYPE_CQ;
146 res->u.cq.restype = FW_RI_RES_TYPE_CQ;
H A Dqp.c214 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ;
236 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ;
/freebsd-10.3-release/contrib/gcc/cp/
H A Dtypeck.c3932 tree restype = ptrdiff_type_node;
3952 cp_convert (restype, op0),
3953 cp_convert (restype, op1));
3965 result = build2 (EXACT_DIV_EXPR, restype, op0, cp_convert (restype, op1));
6760 tree restype;
6762 restype = TYPE_MAIN_VARIANT (TREE_TYPE (retval));
6764 = build_function_type (restype,
6766 TREE_TYPE (DECL_RESULT (current_function_decl)) = restype;
6768 cur_block->return_type = restype;
3924 tree restype = ptrdiff_type_node; local
6745 tree restype; local
[all...]
H A Ddecl.c11072 tree restype;
11178 restype = TREE_TYPE (fntype);
11180 if (c_promoting_integer_type_p (restype))
11181 restype = type_promotes_to (restype);
11186 resdecl = build_decl (RESULT_DECL, 0, TYPE_MAIN_VARIANT (restype));
11191 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
11053 tree restype; local
H A Dparser.c19727 tree restype;
19879 restype = !cur_block->return_type ? void_type_node
19881 if (restype == error_mark_node)
19890 == restype);
19904 ftype = build_function_type (restype, TREE_CHAIN (arg_type));
19724 tree restype; local
/freebsd-10.3-release/contrib/gcc/
H A Dc-typeck.c1532 tree restype = TREE_TYPE (type);
1542 ptrtype = build_pointer_type (restype);
2818 tree restype = ptrdiff_type_node;
2879 in case restype is a short type. */
2881 op0 = build_binary_op (MINUS_EXPR, convert (restype, op0),
2882 convert (restype, op1), 0);
2891 return fold_build2 (EXACT_DIV_EXPR, restype, op0, convert (restype, op1));
7368 tree restype;
7371 restype
1524 tree restype = TREE_TYPE (type); local
2804 tree restype = ptrdiff_type_node; local
7334 tree restype; local
[all...]
H A Dc-decl.c6626 tree restype, resdecl;
6876 restype = TREE_TYPE (TREE_TYPE (current_function_decl));
6878 if (c_promoting_integer_type_p (restype))
6881 if (TYPE_UNSIGNED (restype)
6882 && (TYPE_PRECISION (restype)
6884 restype = unsigned_type_node;
6886 restype = integer_type_node;
6889 resdecl = build_decl (RESULT_DECL, NULL_TREE, restype);
8181 tree restype, resdecl;
8231 restype
6600 tree restype, resdecl; local
8151 tree restype, resdecl; local
[all...]
H A Dc-parser.c9222 tree restype;
9384 tree restype = TYPE_MAIN_VARIANT (TREE_TYPE (body));
9388 = build_function_type (restype,
9390 TREE_TYPE (DECL_RESULT (current_function_decl)) = restype;
9392 cur_block->return_type = restype;
9399 restype = !cur_block->return_type ? void_type_node
9401 if (restype == error_mark_node)
9410 == restype);
9424 ftype = build_function_type (restype, arg_type);
9216 tree restype; local
9378 tree restype = TYPE_MAIN_VARIANT (TREE_TYPE (body)); local
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c2184 int action = -1, restype = -1; local
2207 restype = strtol(optarg, NULL, 0);
2222 if (restype < 0 || restype > 5) {
2224 warn("'restype' must specified and in the range: 0-5");
2244 /*type*/ restype,
3839 " <-r restype] [-k key] [-s sa_key]\n"
3896 "-r restype : specify the reservation type: 0-5(wr ex, ex ac,\n"
/freebsd-10.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1389 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_sqrq
1399 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq

Completed in 628 milliseconds