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

/freebsd-9.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-9.3-release/contrib/tcpdump/
H A Dprint-smb.c1178 int restype; local
1183 restype = EXTRACT_16BITS(p);
1195 if (restype == 0x21) {
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c6188 tree restype, resdecl;
6438 restype = TREE_TYPE (TREE_TYPE (current_function_decl));
6440 if (c_promoting_integer_type_p (restype))
6443 if (TYPE_UNSIGNED (restype)
6444 && (TYPE_PRECISION (restype)
6446 restype = unsigned_type_node;
6448 restype = integer_type_node;
6451 resdecl = build_decl (RESULT_DECL, NULL_TREE, restype);
6161 tree restype, resdecl; local
H A Dc-typeck.c1502 tree restype = TREE_TYPE (type);
1512 ptrtype = build_pointer_type (restype);
2704 tree restype = ptrdiff_type_node;
2765 in case restype is a short type. */
2767 op0 = build_binary_op (MINUS_EXPR, convert (restype, op0),
2768 convert (restype, op1), 0);
2777 return fold_build2 (EXACT_DIV_EXPR, restype, op0, convert (restype, op1));
1494 tree restype = TREE_TYPE (type); local
2690 tree restype = ptrdiff_type_node; local
/freebsd-9.3-release/usr.sbin/ctladm/
H A Dctladm.c2885 int action = -1, restype = -1; local
2909 restype = strtol(optarg, NULL, 0);
2924 if (restype < 0 || restype > 5) {
2926 warn("'restype' must specified and in the range: 0-5");
2946 /*type*/ restype,
3689 " <-r restype] [-k key] [-s sa_key]\n"
3749 "-r restype : specify the reservation type: 0-5(wr ex, ex ac,\n"
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c10604 tree restype;
10710 restype = TREE_TYPE (fntype);
10712 if (c_promoting_integer_type_p (restype))
10713 restype = type_promotes_to (restype);
10718 resdecl = build_decl (RESULT_DECL, 0, TYPE_MAIN_VARIANT (restype));
10723 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
10584 tree restype; local
H A Dtypeck.c3836 tree restype = ptrdiff_type_node;
3856 cp_convert (restype, op0),
3857 cp_convert (restype, op1));
3869 result = build2 (EXACT_DIV_EXPR, restype, op0, cp_convert (restype, op1));
3827 tree restype = ptrdiff_type_node; local
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1351 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_sqrq
1361 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq

Completed in 369 milliseconds