Searched refs:type (Results 26 - 50 of 5029) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/ncurses/form/
H A Dfld_type.c39 | Function : int set_field_type(FIELD *field, FIELDTYPE *type,...)
49 set_field_type(FIELD *field, FIELDTYPE *type,...) argument
55 T((T_CALLED("set_field_type(%p,%p)"), field, type));
57 va_start(ap, type);
62 field->type = type;
63 field->arg = (void *)_nc_Make_Argument(field->type, &ap, &err);
67 _nc_Free_Argument(field->type, (TypeArgument *)(field->arg));
68 field->type = (FIELDTYPE *)0;
74 if (field->type)
[all...]
/freebsd-10.1-release/crypto/heimdal/admin/
H A Dktutil-commands.in40 type = "string"
48 type = "integer"
55 type = "string"
57 help = "encryption type"
62 type = "string"
68 type = "-flag"
75 type = "flag"
81 type = "flag"
93 type = "string"
100 type
[all...]
/freebsd-10.1-release/contrib/apr-util/include/
H A Dapr_anylock.h28 /** Structure that may contain any APR lock type */
30 /** Indicates what type of lock is in lock */
37 } type; member in struct:apr_anylock_t
52 (((lck)->type == apr_anylock_none) \
54 : (((lck)->type == apr_anylock_threadmutex) \
56 : (((lck)->type == apr_anylock_procmutex) \
58 : (((lck)->type == apr_anylock_readlock) \
60 : (((lck)->type == apr_anylock_writelock) \
67 (((lck)->type == apr_anylock_none) \
69 : (((lck)->type
[all...]
/freebsd-10.1-release/crypto/heimdal/kadmin/
H A Dkadmin-commands.in41 type = "string"
42 help = "encryption type"
48 type = "string"
54 type = "flag"
59 type = "flag"
64 type = "integer"
76 type = "flag"
89 type = "string"
94 type = "string"
99 type
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dp-typeprint.c40 static void pascal_type_print_varspec_suffix (struct type *, struct ui_file *, int, int, int);
42 static void pascal_type_print_derivation_info (struct ui_file *, struct type *);
44 void pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int);
51 pascal_print_type (struct type *type, char *varstring, struct ui_file *stream,
57 code = TYPE_CODE (type);
60 CHECK_TYPEDEF (type);
65 pascal_type_print_varspec_prefix (type, stream, show, 0);
80 pascal_type_print_varspec_prefix (type, stream, show, 0);
83 pascal_type_print_base (type, strea
50 pascal_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
116 pascal_type_print_derivation_info(struct ui_file *stream, struct type *type) argument
191 pascal_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr) argument
303 pascal_print_func_args(struct type *type, struct ui_file *stream) argument
336 pascal_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args) argument
440 pascal_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
H A Dm2-valprint.c30 m2_val_print (struct type *type, char *valaddr, int embedded_offset, argument
34 extern int c_val_print (struct type *, char *, int, CORE_ADDR,
37 return (c_val_print (type, valaddr, 0, address, stream, format, deref_ref,
H A Dada-typeprint.c42 static int print_record_field_types (struct type *, struct type *,
45 static void print_array_type (struct type *, struct ui_file *, int, int);
47 static void print_choices (struct type *, int, struct ui_file *,
48 struct type *);
50 static void print_range (struct type *, struct ui_file *);
52 static void print_range_bound (struct type *, char *, int *,
56 print_dynamic_range_bound (struct type *, const char *, int,
71 demangled_type_name (struct type *type)
70 demangled_type_name(struct type *type) argument
124 ada_typedef_print(struct type *type, struct symbol *new, struct ui_file *stream) argument
136 print_range(struct type *type, struct ui_file *stream) argument
186 print_range_bound(struct type *type, char *bounds, int *n, struct ui_file *stream) argument
219 print_dynamic_range_bound(struct type *type, const char *name, int name_len, const char *suffix, struct ui_file *stream) argument
292 print_enum_type(struct type *type, struct ui_file *stream) argument
321 print_fixed_point_type(struct type *type, struct ui_file *stream) argument
339 print_vax_floating_point_type(struct type *type, struct ui_file *stream) argument
351 print_array_type(struct type *type, struct ui_file *stream, int show, int level) argument
423 print_choices(struct type *type, int field_num, struct ui_file *stream, struct type *val_type) argument
499 print_variant_clauses(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument
541 print_variant_part(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument
562 print_record_field_types(struct type *type, struct type *outer_type, struct ui_file *stream, int show, int level) argument
610 struct type *type; local
655 print_unchecked_union_type(struct type *type, struct ui_file *stream, int show, int level) argument
691 print_func_type(struct type *type, struct ui_file *stream, char *name) argument
746 struct type *type = ada_completed_type (ada_get_base_type (type0)); local
[all...]
H A Df-typeprint.c41 static void f_type_print_args (struct type *, struct ui_file *);
44 static void print_equivalent_f77_float_type (struct type *,
47 static void f_type_print_varspec_suffix (struct type *, struct ui_file *,
50 void f_type_print_varspec_prefix (struct type *, struct ui_file *,
53 void f_type_print_base (struct type *, struct ui_file *, int, int);
60 f_print_type (struct type *type, char *varstring, struct ui_file *stream,
66 f_type_print_base (type, stream, show, level);
67 code = TYPE_CODE (type);
71 but not if we will print just a type nam
59 f_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
99 f_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr) argument
156 f_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args) argument
263 print_equivalent_f77_float_type(struct type *type, struct ui_file *stream) argument
286 f_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
H A Dgdbtypes.c44 struct type *builtin_type_void;
45 struct type *builtin_type_char;
46 struct type *builtin_type_true_char;
47 struct type *builtin_type_short;
48 struct type *builtin_type_int;
49 struct type *builtin_type_long;
50 struct type *builtin_type_long_long;
51 struct type *builtin_type_signed_char;
52 struct type *builtin_type_unsigned_char;
53 struct type *builtin_type_unsigned_shor
145 struct type *type; local
183 struct type *type; local
208 smash_type(struct type *type) argument
224 make_pointer_type(struct type *type, struct type **typeptr) argument
280 lookup_pointer_type(struct type *type) argument
291 make_reference_type(struct type *type, struct type **typeptr) argument
342 lookup_reference_type(struct type *type) argument
353 make_function_type(struct type *type, struct type **typeptr) argument
386 lookup_function_type(struct type *type) argument
434 make_qualified_type(struct type *type, int new_flags, struct type *storage) argument
483 make_type_with_address_space(struct type *type, int space_flag) argument
505 make_cvr_type(int cnst, int voltl, int restrct, struct type *type, struct type **typeptr) argument
560 replace_type(struct type *ntype, struct type *type) argument
593 lookup_member_type(struct type *type, struct type *domain) argument
609 allocate_stub_method(struct type *type) argument
663 get_discrete_bounds(struct type *type, LONGEST *lowp, LONGEST *highp) argument
975 smash_to_member_type(struct type *type, struct type *domain, struct type *to_type) argument
998 smash_to_method_type(struct type *type, struct type *domain, struct type *to_type, struct field *args, int nargs, int varargs) argument
1022 type_name_no_tag(const struct type *type) argument
1185 lookup_template_type(char *name, struct type *type, struct block *block) argument
1218 lookup_struct_elt_type(struct type *type, char *name, int noerr) argument
1300 fill_in_vptr_fieldno(struct type *type) argument
1375 check_typedef(struct type *type) argument
1494 struct type *type; local
1522 check_stub_method(struct type *type, int method_id, int signature_id) argument
1638 check_stub_method_group(struct type *type, int method_id) argument
1676 allocate_cplus_struct_type(struct type *type) argument
1697 struct type *type; local
2706 dump_fn_fieldlists(struct type *type, int spaces) argument
2771 print_cplus_stuff(struct type *type, int spaces) argument
2851 recursive_dump_type(struct type *type, int spaces) argument
[all...]
/freebsd-10.1-release/sys/kern/
H A Dkern_osd.c61 static void do_osd_del(u_int type, struct osd *osd, u_int slot,
91 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) argument
96 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type."));
105 sx_xlock(&osd_module_lock[type]);
109 for (i = 0; i < osd_nslots[type]; i++) {
110 if (osd_destructors[type][i] == NULL) {
111 OSD_DEBUG("Unused slot found (type=%u, slot=%u).",
112 type,
148 osd_deregister(u_int type, u_int slot) argument
196 osd_set(u_int type, struct osd *osd, u_int slot, void *value) argument
254 osd_get(u_int type, struct osd *osd, u_int slot) argument
277 osd_del(u_int type, struct osd *osd, u_int slot) argument
287 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) argument
339 osd_call(u_int type, u_int method, void *obj, void *data) argument
364 osd_exit(u_int type, struct osd *osd) argument
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dc-convert.c1 /* Language-level data type conversion for GNU C.
65 converted to type TYPE. The TREE_TYPE of the value
71 convert (tree type, tree expr)
74 enum tree_code code = TREE_CODE (type);
77 if (type == error_mark_node
83 = targetm.invalid_conversion (TREE_TYPE (expr), type)))
89 if (type == TREE_TYPE (expr))
92 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (TREE_TYPE (expr)))
93 return fold_convert (type, expr);
102 return fold_convert (type,
69 convert(tree type, tree expr) argument
[all...]
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Ddefun.h27 extern enum insertion_type get_base_type (int type);
/freebsd-10.1-release/crypto/openssh/
H A Ddispatch.c45 dispatch_protocol_error(int type, u_int32_t seq, void *ctxt) argument
47 logit("dispatch_protocol_error: type %d seq %u", type, seq);
56 dispatch_protocol_ignore(int type, u_int32_t seq, void *ctxt) argument
58 logit("dispatch_protocol_ignore: type %d seq %u", type, seq);
79 dispatch_set(int type, dispatch_fn *fn) argument
81 dispatch[type] = fn;
87 int type; local
91 type
[all...]
/freebsd-10.1-release/lib/msun/src/
H A Ds_fdim.c32 #define DECL(type, fn) \
33 type \
34 fn(type x, type y) \
/freebsd-10.1-release/libexec/bootpd/
H A Dhwaddr.h13 * This structure holds information about a specific network type. The
30 * Return the length in bytes of a hardware address of the given type.
31 * Return the canonical name of the network of the given type.
33 #define haddrlength(type) ((hwinfolist[(int) (type)]).hlen)
34 #define netname(type) ((hwinfolist[(int) (type)]).name)
/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.h38 #define PAIR32TO64(type, name) ((name ## 2) | ((type)(name ## 1) << 32))
42 #define PAIR32TO64(type, name) ((name ## 1) | ((type)(name ## 2) << 32))
/freebsd-10.1-release/usr.bin/svn/lib/libapr_util/
H A Dapu.h54 #define APU_DECLARE(type) type
61 #define APU_DECLARE_NONSTD(type) type
66 * @fn APU_DECLARE_DATA type apr_variable;
67 * @note APU_DECLARE_DATA extern type apr_variable; syntax is required for
72 #define APU_DECLARE(type) type __stdcall
73 #define APU_DECLARE_NONSTD(type) type __cdec
[all...]
/freebsd-10.1-release/contrib/tcp_wrappers/
H A Dmystdarg.h9 #define VARARGS(func,type,arg) func(type arg, ...)
10 #define VASTART(ap,type,name) va_start(ap,name)
14 #define VARARGS(func,type,arg) func(va_alist) va_dcl
15 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type)
/freebsd-10.1-release/contrib/ncurses/include/
H A Dncurses_dll.h61 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API
62 # define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type
73 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API
76 # define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type
84 #define NCURSES_WRAPPED_VAR(type,name) extern type NCURSES_PUBLIC_VA
[all...]
/freebsd-10.1-release/lib/libc/posix1e/
H A Dacl_valid.c80 acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl) argument
87 type = _acl_type_unold(type);
88 if (_posix1e_acl(acl, type))
91 return (__acl_aclcheck_file(pathp, type, &acl->ats_acl));
95 acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl) argument
102 type = _acl_type_unold(type);
103 if (_posix1e_acl(acl, type))
106 return (__acl_aclcheck_link(pathp, type,
110 acl_valid_fd_np(int fd, acl_type_t type, acl_t acl) argument
[all...]
/freebsd-10.1-release/sys/dev/sound/pcm/
H A Dmatrix_map.h43 * Sequences of channel type and interleave structure.
45 * .type = channel type (see matrix.h).
47 * member of this channel type.
50 * .type = Maximum channels marker (SND_CHN_T_MAX).
73 .type = SND_CHN_T_FL, \
82 .type = SND_CHN_T_MAX, \
99 .type = SND_CHN_T_FL, \
107 .type = SND_CHN_T_FR, \
114 .type
[all...]
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Deabi-ci.asm47 .type __GOT_START__,@object
52 .type __GOT1_START__,@object
57 .type __GOT2_START__,@object
62 .type __FIXUP_START__,@object
67 .type __CTOR_LIST__,@object
72 .type __DTOR_LIST__,@object
77 .type __SDATA_START__,@object
79 .type _SDA_BASE_,@object
85 .type __SBSS_START__,@object
90 .type _SDA2_BASE
[all...]
/freebsd-10.1-release/sys/net80211/
H A Dieee80211_ratectl.c53 ieee80211_ratectl_register(int type, const struct ieee80211_ratectl *ratectl) argument
55 if (type >= IEEE80211_RATECTL_MAX)
57 ratectls[type] = ratectl;
61 ieee80211_ratectl_unregister(int type) argument
63 if (type >= IEEE80211_RATECTL_MAX)
65 ratectls[type] = NULL;
77 ieee80211_ratectl_set(struct ieee80211vap *vap, int type) argument
79 if (type >= IEEE80211_RATECTL_MAX)
81 if (ratectls[type] == NULL) {
82 ieee80211_load_module(ratectl_modnames[type]);
[all...]
/freebsd-10.1-release/contrib/ntp/ntpdc/
H A Dnl.pl.in18 $type = $1;
19 print STDERR "type = '$type'\n" if $debug;
20 printf " printf(\"sizeof($type) = %%d\\n\", \n\t (int) sizeof($type));\n";
24 $type = $1;
25 print STDERR "union = '$type'\n" if $debug;
26 printf " printf(\"sizeof($type) = %%d\\n\", \n\t (int) sizeof($type));\n";
32 printf " printf(\"offsetof($field) = %%d\\n\", \n\t (int) offsetof($type,
[all...]
/freebsd-10.1-release/contrib/sendmail/libsmutil/
H A Dlockfile.c26 ** type -- type of the lock. Bits can be:
37 lockfile(fd, filename, ext, type)
41 int type;
48 if (bitset(LOCK_UN, type))
50 else if (bitset(LOCK_EX, type))
54 if (bitset(LOCK_NB, type))
65 ** as type "tmp" (that is, served from swap space), the
76 if (flock(fd, type) >= 0)

Completed in 362 milliseconds

1234567891011>>