Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 2239) sorted by relevance

12345678910>>...90

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimple-pretty-print.c97 print_gimple_stmt (FILE *file, gimple g, int spc, int flags) in print_gimple_stmt()
110 print_gimple_expr (FILE *file, gimple g, int spc, int flags) in print_gimple_expr()
122 dump_gimple_seq (pretty_printer *buffer, gimple_seq seq, int spc, int flags) in dump_gimple_seq()
141 print_gimple_seq (FILE *file, gimple_seq seq, int spc, int flags) in print_gimple_seq()
171 dump_gimple_fmt (pretty_printer *buffer, int spc, int flags, in dump_gimple_fmt()
250 dump_unary_rhs (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_unary_rhs()
334 dump_binary_rhs (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_binary_rhs()
388 dump_ternary_rhs (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_ternary_rhs()
473 dump_gimple_assign (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_gimple_assign()
524 dump_gimple_return (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_gimple_return()
[all …]
H A Dtree-pretty-print.c122 print_generic_decl (FILE *file, tree decl, int flags) in print_generic_decl()
133 print_generic_stmt (FILE *file, tree t, int flags) in print_generic_stmt()
145 print_generic_stmt_indented (FILE *file, tree t, int flags, int indent) in print_generic_stmt_indented()
161 print_generic_expr (FILE *file, tree t, int flags) in print_generic_expr()
171 dump_decl_name (pretty_printer *buffer, tree node, int flags) in dump_decl_name()
212 dump_function_name (pretty_printer *buffer, tree node, int flags) in dump_function_name()
227 int spc, int flags) in dump_function_declaration()
263 dump_array_domain (pretty_printer *buffer, tree domain, int spc, int flags) in dump_array_domain()
294 dump_omp_clause (pretty_printer *buffer, tree clause, int spc, int flags) in dump_omp_clause()
447 dump_omp_clauses (pretty_printer *buffer, tree clause, int spc, int flags) in dump_omp_clauses()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-pretty-print.c144 print_gimple_stmt (FILE *file, gimple *g, int spc, dump_flags_t flags) in print_gimple_stmt()
174 print_gimple_expr (FILE *file, gimple *g, int spc, dump_flags_t flags) in print_gimple_expr()
192 dump_flags_t flags) in dump_gimple_seq()
211 print_gimple_seq (FILE *file, gimple_seq seq, int spc, dump_flags_t flags) in print_gimple_seq()
243 dump_gimple_fmt (pretty_printer *buffer, int spc, dump_flags_t flags, in dump_gimple_fmt()
323 dump_flags_t flags) in dump_unary_rhs()
416 dump_flags_t flags) in dump_binary_rhs()
474 dump_flags_t flags) in dump_ternary_rhs()
601 dump_flags_t flags) in dump_gimple_assign()
663 dump_flags_t flags) in dump_gimple_return()
[all …]
H A Dtree-pretty-print.c56 do_niy (pretty_printer *pp, const_tree node, dump_flags_t flags) in do_niy()
119 print_generic_decl (FILE *file, tree decl, dump_flags_t flags) in print_generic_decl()
130 print_generic_stmt (FILE *file, tree t, dump_flags_t flags) in print_generic_stmt()
142 print_generic_stmt_indented (FILE *file, tree t, dump_flags_t flags, int indent) in print_generic_stmt_indented()
158 print_generic_expr (FILE *file, tree t, dump_flags_t flags) in print_generic_expr()
248 dump_decl_name (pretty_printer *pp, tree node, dump_flags_t flags) in dump_decl_name()
307 dump_function_name (pretty_printer *pp, tree node, dump_flags_t flags) in dump_function_name()
322 int spc, dump_flags_t flags) in dump_function_declaration()
358 dump_array_domain (pretty_printer *pp, tree domain, int spc, dump_flags_t flags) in dump_array_domain()
389 dump_omp_clause (pretty_printer *pp, tree clause, int spc, dump_flags_t flags) in dump_omp_clause()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-attribs.c517 int flags, bool *no_add_attrs) in handle_packed_attribute()
560 int ARG_UNUSED (flags), bool *no_add_attrs) in handle_nocommon_attribute()
578 int ARG_UNUSED (flags), bool *no_add_attrs) in handle_common_attribute()
596 int ARG_UNUSED (flags), bool *no_add_attrs) in handle_noreturn_attribute()
626 int ARG_UNUSED (flags), bool *no_add_attrs) in handle_hot_attribute()
647 int ARG_UNUSED (flags), bool *no_add_attrs) in handle_cold_attribute()
666 add_no_sanitize_value (tree node, unsigned int flags) in add_no_sanitize_value()
693 unsigned int flags = 0; in handle_no_sanitize_attribute() local
831 int ARG_UNUSED (flags), bool *no_add_attrs) in handle_noinline_attribute()
859 int ARG_UNUSED (flags), bool *no_add_attrs) in handle_noclone_attribute()
[all …]
/dflybsd-src/lib/libc/gen/
H A Dvis.c125 #define ISGRAPH(flags, c) \ argument
167 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_hvis()
190 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_mvis()
211 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) in do_mbyte()
312 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_svis()
347 getvisfun(int flags) in getvisfun()
360 makeextralist(int flags, const char *src) in makeextralist()
405 int flags, const char *mbextra, int *cerr_ptr) in istrsenvisx()
610 int flags, const char *mbextra, int *cerr_ptr) in istrsenvisxl()
627 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) in svis()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Derror.c119 dump_scope (tree scope, int flags) in dump_scope()
149 dump_template_argument (tree arg, int flags) in dump_template_argument()
170 get_non_default_template_args_count (tree args, int flags) in get_non_default_template_args_count()
190 dump_template_argument_list (tree args, int flags) in dump_template_argument_list()
216 dump_template_parameter (tree parm, int flags) in dump_template_parameter()
338 dump_alias_template_specialization (tree t, int flags) in dump_alias_template_specialization()
357 dump_type (tree t, int flags) in dump_type()
564 dump_typename (tree t, int flags) in dump_typename()
600 dump_aggr_type (tree t, int flags) in dump_aggr_type()
689 dump_type_prefix (tree t, int flags) in dump_type_prefix()
[all …]
/dflybsd-src/contrib/elftoolchain/libelf/
H A Delf_flag.c34 elf_flagarhdr(Elf_Arhdr *a, Elf_Cmd c, unsigned int flags) in elf_flagarhdr()
56 elf_flagdata(Elf_Data *d, Elf_Cmd c, unsigned int flags) in elf_flagdata()
81 elf_flagehdr(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagehdr()
110 elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagelf()
143 elf_flagphdr(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagphdr()
172 elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags) in elf_flagscn()
193 elf_flagshdr(Elf_Scn *s, Elf_Cmd c, unsigned int flags) in elf_flagshdr()
/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_smime.c65 cms_get_text_bio(BIO *out, unsigned int flags) in cms_get_text_bio()
81 cms_copy_content(BIO *out, BIO *in, unsigned int flags) in cms_copy_content()
156 CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags) in CMS_data()
175 CMS_data_create(BIO *in, unsigned int flags) in CMS_data_create()
192 CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags) in CMS_digest_verify()
217 CMS_digest_create(BIO *in, const EVP_MD *md, unsigned int flags) in CMS_digest_create()
240 size_t keylen, BIO *dcont, BIO *out, unsigned int flags) in CMS_EncryptedData_decrypt()
266 const unsigned char *key, size_t keylen, unsigned int flags) in CMS_EncryptedData_encrypt()
331 BIO *dcont, BIO *out, unsigned int flags) in CMS_verify()
491 STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags) in CMS_verify_receipt()
[all …]
/dflybsd-src/sys/dev/drm/include/linux/
H A Dslab.h35 #define kzalloc(size, flags) kmalloc(size, M_DRM, flags | M_ZERO) argument
43 #define kcalloc(n, size, flags) kzalloc((n) * (size), flags) argument
46 kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array()
61 #define KMEM_CACHE(__struct, flags) \ argument
67 unsigned long flags, void (*ctor)(void *)) in kmem_cache_create()
84 kmem_cache_alloc(struct kmem_cache *kc, gfp_t flags) in kmem_cache_alloc()
90 kmem_cache_zalloc(struct kmem_cache *kc, gfp_t flags) in kmem_cache_zalloc()
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_radix.c58 pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags) in pfr_clr_tables()
74 pfr_add_tables(struct pfr_table *tbl, int size, int *nadd, int flags) in pfr_add_tables()
95 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) in pfr_del_tables()
117 int flags) in pfr_get_tables()
140 int flags) in pfr_get_tstats()
162 pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags) in pfr_clr_addrs()
182 int *nadd, int flags) in pfr_add_addrs()
205 int *ndel, int flags) in pfr_del_addrs()
228 int *size2, int *nadd, int *ndel, int *nchange, int flags) in pfr_set_addrs()
258 int flags) in pfr_get_addrs()
[all …]
/dflybsd-src/lib/libfetch/
H A Dfetch.c80 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) in fetchXGet()
104 fetchGet(struct url *URL, const char *flags) in fetchGet()
114 fetchPut(struct url *URL, const char *flags) in fetchPut()
134 fetchStat(struct url *URL, struct url_stat *us, const char *flags) in fetchStat()
158 fetchList(struct url *URL, const char *flags) in fetchList()
177 fetchXGetURL(const char *URL, struct url_stat *us, const char *flags) in fetchXGetURL()
195 fetchGetURL(const char *URL, const char *flags) in fetchGetURL()
204 fetchPutURL(const char *URL, const char *flags) in fetchPutURL()
222 fetchStatURL(const char *URL, struct url_stat *us, const char *flags) in fetchStatURL()
240 fetchListURL(const char *URL, const char *flags) in fetchListURL()
/dflybsd-src/sys/dev/disk/dm/
H A Ddm_ioctl.c120 dm_dbg_print_flags(uint32_t flags) in dm_dbg_print_flags()
167 uint32_t flags; in dm_list_versions_ioctl() local
192 uint32_t flags; in dm_dev_create_ioctl() local
245 uint32_t flags; in dm_dev_list_ioctl() local
335 uint32_t flags, minor, is_open; in dm_dev_remove_ioctl() local
370 uint32_t flags = 0; in dm_dev_remove_all_ioctl() local
389 uint32_t flags, j, minor; in dm_dev_status_ioctl() local
444 uint32_t flags, minor; in dm_dev_suspend_ioctl() local
484 uint32_t flags, minor; in dm_dev_resume_ioctl() local
541 uint32_t flags, minor; in dm_table_clear_ioctl() local
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Derror.c175 dump_scope (cxx_pretty_printer *pp, tree scope, int flags) in dump_scope()
205 dump_template_argument (cxx_pretty_printer *pp, tree arg, int flags) in dump_template_argument()
230 get_non_default_template_args_count (tree args, int flags) in get_non_default_template_args_count()
250 dump_template_argument_list (cxx_pretty_printer *pp, tree args, int flags) in dump_template_argument_list()
276 dump_template_parameter (cxx_pretty_printer *pp, tree parm, int flags) in dump_template_parameter()
410 dump_alias_template_specialization (cxx_pretty_printer *pp, tree t, int flags) in dump_alias_template_specialization()
427 dump_type (cxx_pretty_printer *pp, tree t, int flags) in dump_type()
636 dump_typename (cxx_pretty_printer *pp, tree t, int flags) in dump_typename()
672 dump_aggr_type (cxx_pretty_printer *pp, tree t, int flags) in dump_aggr_type()
762 dump_type_prefix (cxx_pretty_printer *pp, tree t, int flags) in dump_type_prefix()
[all …]
/dflybsd-src/crypto/libressl/crypto/dh/
H A Ddh_check.c78 int flags = 0; in DH_check_params_ex() local
92 DH_check_params(const DH *dh, int *flags) in DH_check_params()
133 int flags = 0; in DH_check_ex() local
157 DH_check(const DH *dh, int *flags) in DH_check()
234 int flags = 0; in DH_check_pub_key_ex() local
250 DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *flags) in DH_check_pub_key()
/dflybsd-src/sys/dev/serial/sio/
H A Dsio_private.h36 #define COM_ISMULTIPORT(flags) ((flags) & 0x01) argument
37 #define COM_MPMASTER(flags) (((flags) >> 8) & 0x0ff) argument
38 #define COM_NOTAST4(flags) ((flags) & 0x04) argument
41 #define COM_CONSOLE(flags) ((flags) & 0x10) argument
42 #define COM_FORCECONSOLE(flags) ((flags) & 0x20) argument
43 #define COM_LLCONSOLE(flags) ((flags) & 0x40) argument
44 #define COM_DEBUGGER(flags) ((flags) & 0x80) argument
45 #define COM_LOSESOUTINTS(flags) ((flags) & 0x08) argument
46 #define COM_NOFIFO(flags) ((flags) & 0x02) argument
47 #define COM_ST16650A(flags) ((flags) & 0x20000) argument
[all …]
/dflybsd-src/lib/libpam/modules/pam_echo/
H A Dpam_echo.c48 _pam_echo(pam_handle_t *pamh, int flags, in _pam_echo()
108 pam_sm_authenticate(pam_handle_t *pamh, int flags, in pam_sm_authenticate()
124 pam_sm_acct_mgmt(pam_handle_t *pamh, int flags, in pam_sm_acct_mgmt()
132 pam_sm_open_session(pam_handle_t *pamh, int flags, in pam_sm_open_session()
140 pam_sm_close_session(pam_handle_t *pamh, int flags, in pam_sm_close_session()
148 pam_sm_chauthtok(pam_handle_t *pamh, int flags, in pam_sm_chauthtok()
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c56 pm_list(const char *start, const char *end, const char c, int flags) in pm_list()
103 pm_list_w(const wchar_t *start, const wchar_t *end, const wchar_t c, int flags) in pm_list_w()
171 pm(const char *p, const char *s, int flags) in pm()
276 pm_w(const wchar_t *p, const wchar_t *s, int flags) in pm_w()
382 __archive_pathmatch(const char *p, const char *s, int flags) in __archive_pathmatch()
424 __archive_pathmatch_w(const wchar_t *p, const wchar_t *s, int flags) in __archive_pathmatch_w()
/dflybsd-src/sys/kern/
H A Dkern_lock.c90 _lockmgr_assert(struct lock *lkp, u_int flags) in _lockmgr_assert()
107 lockmgr_shared(struct lock *lkp, u_int flags) in lockmgr_shared()
284 lockmgr_exclusive(struct lock *lkp, u_int flags) in lockmgr_exclusive()
498 lockmgr_downgrade(struct lock *lkp, u_int flags) in lockmgr_downgrade()
576 lockmgr_upgrade(struct lock *lkp, u_int flags) in lockmgr_upgrade()
742 lockmgr_release(struct lock *lkp, u_int flags) in lockmgr_release()
978 lockmgr_cancel_beg(struct lock *lkp, u_int flags) in lockmgr_cancel_beg()
1017 lockmgr_cancel_end(struct lock *lkp, u_int flags) in lockmgr_cancel_end()
1300 lockinit(struct lock *lkp, const char *wmesg, int timo, int flags) in lockinit()
1315 lockreinit(struct lock *lkp, const char *wmesg, int timo, int flags) in lockreinit()
/dflybsd-src/contrib/nvi2/vi/
H A Dv_itxt.c88 u_int32_t flags; in v_ia() local
144 u_int32_t flags; in v_ii() local
196 u_int32_t flags; in io() local
245 u_int32_t flags; in v_change() local
385 u_int32_t flags; in v_Replace() local
419 u_int32_t flags; in v_subst() local
456 set_txt_std(SCR *sp, VICMD *vp, u_int32_t flags) in set_txt_std()
/dflybsd-src/sys/sys/
H A Dmalloc.h212 #define __kmalloc(size, type, flags) ({ \ argument
233 #define __kmalloc_obj(size, type, flags) ({ \ argument
254 #define kmalloc(size, type, flags) __kmalloc(size, type, flags) argument
255 #define kmalloc_obj(size, type, flags) __kmalloc_obj(size, type##_obj, flags) argument
260 #define krealloc(addr, size, type, flags) \ argument
307 #define kmalloc(size, type, flags) \ argument
309 #define kmalloc_obj(size, type, flags) \ argument
326 #define _kmalloc_debug(size, type, flags, file, line) \ argument
328 #define _kmalloc_obj_debug(size, type, flags, file, line) \ argument
330 #define krealloc_debug(addr, size, type, flags, file, line) \ argument
/dflybsd-src/contrib/gdb-7/gdb/
H A Dm2-typeprint.c78 const struct type_print_options *flags) in m2_print_type()
191 int level, const struct type_print_options *flags) in m2_range()
210 int level, const struct type_print_options *flags) in m2_typedef()
223 int show, int level, const struct type_print_options *flags) in m2_array()
246 int level, const struct type_print_options *flags) in m2_pointer()
258 int level, const struct type_print_options *flags) in m2_ref()
278 int show, int level, const struct type_print_options *flags) in m2_procedure()
430 const struct type_print_options *flags) in m2_long_set()
518 int level, const struct type_print_options *flags) in m2_unbounded_array()
535 int level, const struct type_print_options *flags) in m2_record_fields()
/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211.c547 int flags, const uint8_t bssid[IEEE80211_ADDR_LEN]) in ieee80211_vap_setup()
1007 mapgsm(u_int freq, u_int flags) in mapgsm()
1021 mappsb(u_int freq, u_int flags) in mappsb()
1030 ieee80211_mhz2ieee(u_int freq, u_int flags) in ieee80211_mhz2ieee()
1088 ieee80211_ieee2mhz(u_int chan, u_int flags) in ieee80211_ieee2mhz()
1135 uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t flags) in addchan()
1155 uint32_t flags) in copychan_prev()
1173 getflags_2ghz(const uint8_t bands[], uint32_t flags[], int ht40) in getflags_2ghz()
1192 getflags_5ghz(const uint8_t bands[], uint32_t flags[], int ht40) in getflags_5ghz()
1209 getflags(const uint8_t bands[], uint32_t flags[], int ht40) in getflags()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/eap_common/
H A Deap_psk_common.h25 #define EAP_PSK_FLAGS_GET_T(flags) (((flags) & 0xc0) >> 6) argument
34 u8 flags; member
41 u8 flags; member
50 u8 flags; member
58 u8 flags; member
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_trs.c114 X509_check_trust(X509 *x, int id, int flags) in X509_check_trust()
191 X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int), in X509_TRUST_add() argument
293 trust_1oidany(X509_TRUST *trust, X509 *x, int flags) in trust_1oidany()
304 trust_1oid(X509_TRUST *trust, X509 *x, int flags) in trust_1oid()
312 trust_compat(X509_TRUST *trust, X509 *x, int flags) in trust_compat()
322 obj_trust(int id, X509 *x, int flags) in obj_trust()

12345678910>>...90