| /freebsd-12.1/contrib/ncurses/ncurses/base/ |
| H A D | MKlib_gen.sh | 283 argtype = "" 293 argtype = "char"; 295 argtype = "int"; 297 argtype = "short"; 299 argtype = "chtype"; 301 argtype = "attr"; 311 if ( argtype == "char" ) { 320 if ( argtype == "int" || argtype == "short" ) { 322 argtype = "" 326 if (argtype == "attr") { [all …]
|
| /freebsd-12.1/sys/cddl/dev/sdt/ |
| H A D | sdt.c | 244 struct sdt_argtype *argtype; in sdt_getargdesc() local 253 if (desc->dtargd_ndx == argtype->ndx) { in sdt_getargdesc() 255 if (argtype->type == NULL) { in sdt_getargdesc() 260 strlcpy(desc->dtargd_native, argtype->type, in sdt_getargdesc() 262 if (argtype->xtype != NULL) in sdt_getargdesc() 263 strlcpy(desc->dtargd_xlate, argtype->xtype, in sdt_getargdesc() 286 struct sdt_argtype **argtype, **a_begin, **a_end; in sdt_kld_load() local 305 for (argtype = a_begin; argtype < a_end; argtype++) { in sdt_kld_load() 306 (*argtype)->probe->n_args++; in sdt_kld_load() 307 TAILQ_INSERT_TAIL(&(*argtype)->probe->argtype_list, in sdt_kld_load() [all …]
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | lhash.h | 181 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ argument 182 int_implement_lhash_doall(type, argtype, const type) 184 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ argument 185 int_implement_lhash_doall(type, argtype, type) 187 #define int_implement_lhash_doall(type, argtype, cbargtype) \ argument 189 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \ 190 void (*fn)(cbargtype *, argtype *), \ 191 argtype *arg) \
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/ |
| H A D | zfs_iter.c | 444 zfs_type_t argtype; in zfs_for_each() local 451 argtype = types; in zfs_for_each() 453 argtype |= ZFS_TYPE_FILESYSTEM; in zfs_for_each() 455 argtype |= ZFS_TYPE_VOLUME; in zfs_for_each() 461 argtype); in zfs_for_each() 463 zhp = zfs_open(g_zfs, argv[i], argtype); in zfs_for_each()
|
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | cr16.h | 114 argtype; typedef 291 argtype type; 326 argtype arg_type;
|
| H A D | ChangeLog | 440 * crx.h (enum argtype): Rename types, remove unused types.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck.c | 4120 tree argtype = 0; in build_unary_op() local 4284 argtype = TREE_TYPE (arg); in build_unary_op() 4304 && !TYPE_PTROB_P (argtype)) in build_unary_op() 4314 inc = cp_convert (argtype, inc); in build_unary_op() 4339 argtype, value, inc); in build_unary_op() 4381 argtype = lvalue_type (arg); in build_unary_op() 4529 if (argtype != error_mark_node) in build_unary_op() 4530 argtype = build_pointer_type (argtype); in build_unary_op() 4581 build_ptrmemfunc_type (argtype); in build_unary_op() 4594 if (argtype == 0) in build_unary_op() [all …]
|
| H A D | cvt.c | 353 tree argtype = TREE_TYPE (arg); in build_up_reference() local 382 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type) in build_up_reference() 383 && IS_AGGR_TYPE (argtype) in build_up_reference() 387 tree binfo = lookup_base (argtype, target_type, ba_check, NULL); in build_up_reference() 391 return error_not_base_type (target_type, argtype); in build_up_reference()
|
| H A D | call.c | 1404 tree argtype = lvalue_type (arg); in add_function_candidate() local 1435 t = implicit_conversion (parmtype, argtype, arg, in add_function_candidate() 1440 t = build_identity_conv (argtype, arg); in add_function_candidate() 1505 tree argtype = lvalue_type (arg); in add_conv_candidate() local 1509 t = implicit_conversion (totype, argtype, arg, /*c_cast_p=*/false, in add_conv_candidate() 1514 t = implicit_conversion (TREE_VALUE (parmnode), argtype, arg, in add_conv_candidate() 1518 t = build_identity_conv (argtype, arg); in add_conv_candidate() 4872 tree argtype = TREE_TYPE (TREE_VALUE (arg)); in build_over_call() local 4878 TREE_TYPE (argtype), fn); in build_over_call() 4894 if (!accessible_base_p (TREE_TYPE (argtype), in build_over_call() [all …]
|
| H A D | decl.c | 9728 tree argtype; in grok_op_properties() local 9737 for (argtype = argtypes, arity = 0; in grok_op_properties() 9738 argtype && argtype != void_list_node; in grok_op_properties() 9739 argtype = TREE_CHAIN (argtype)) in grok_op_properties() 9741 ellipsis_p = !argtype; in grok_op_properties()
|
| H A D | ChangeLog-1996 | 1522 (add_function_candidate): Fix cv-quals on argtype.
|
| /freebsd-12.1/sbin/fdisk/ |
| H A D | fdisk.c | 110 char argtype; member 1014 command->args[command->n_args].argtype = *cp++; in parse_config_line() 1059 switch (command->args[i].argtype) { in process_geometry() 1072 current_line_number, command->args[i].argtype, in process_geometry() 1073 command->args[i].argtype); in process_geometry()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | dojump.c | 247 tree argtype = TREE_TYPE (arg); in do_jump() local 251 && prefer_and_bit_test (TYPE_MODE (argtype), in do_jump() 256 do_jump (build2 (BIT_AND_EXPR, argtype, arg, in do_jump() 257 build_int_cst_type (argtype, mask)), in do_jump()
|
| H A D | c-typeck.c | 2894 tree argtype = 0; in build_unary_op() local 3054 argtype = TREE_TYPE (arg); in build_unary_op() 3084 inc = convert (argtype, inc); in build_unary_op() 3146 argtype = TREE_TYPE (arg); in build_unary_op() 3154 argtype = c_build_type_variant (argtype, in build_unary_op() 3164 argtype = build_pointer_type (argtype); in build_unary_op() 3175 return fold_build2 (PLUS_EXPR, argtype, op0, op1); in build_unary_op() 3178 val = build1 (ADDR_EXPR, argtype, arg); in build_unary_op() 3186 if (argtype == 0) in build_unary_op() 3187 argtype = TREE_TYPE (arg); in build_unary_op() [all …]
|
| H A D | builtins.c | 6527 tree argtype, parmtype; in builtin_mathfn_code() local 6557 argtype = TREE_TYPE (TREE_VALUE (arglist)); in builtin_mathfn_code() 6561 if (! SCALAR_FLOAT_TYPE_P (argtype)) in builtin_mathfn_code() 6566 if (! COMPLEX_FLOAT_TYPE_P (argtype)) in builtin_mathfn_code() 6571 if (! POINTER_TYPE_P (argtype)) in builtin_mathfn_code() 6576 if (! INTEGRAL_TYPE_P (argtype)) in builtin_mathfn_code()
|
| /freebsd-12.1/lib/libdevstat/ |
| H A D | devstat.c | 97 devstat_arg_type argtype; member 1303 switch (devstat_arg_list[metric].argtype) { in devstat_compute_statistics() 1319 if (devstat_arg_list[metric].argtype == DEVSTAT_ARG_SKIP) in devstat_compute_statistics()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_util.c | 737 zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype) in zfs_path_to_zhandle() argument 747 return (zfs_open(hdl, path, argtype)); in zfs_path_to_zhandle()
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | cr16-dis.c | 152 static argtype
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-cr16.c | 276 static argtype 2107 argtype cur_type[MAX_OPERANDS]; in assemble_insn()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-0203 | 7002 Use tolower, not TO_LOWER. If no register is found and argtype
|