/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | opt-functions.awk | 30 function flag_set_p(regex, flags) 33 gsub ("\\([^)]+\\)", "", flags); 34 return (" " flags " ") ~ (" " regex " ") 39 function test_flag(regex, flags, string) 41 if (flag_set_p(regex, flags)) 48 function flag_init(regex, flags) 50 if (flag_set_p(regex, flags)) 58 function opt_args(name, flags) 60 flags = " " flags 61 if (flags !~ " " name "\\(") [all …]
|
H A D | gimple-pretty-print.cc | 153 print_gimple_stmt (FILE *file, gimple *g, int spc, dump_flags_t flags) in print_gimple_stmt() argument 158 pp_gimple_stmt_1 (&buffer, g, spc, flags); in print_gimple_stmt() 183 print_gimple_expr (FILE *file, gimple *g, int spc, dump_flags_t flags) in print_gimple_expr() argument 185 flags |= TDF_RHS_ONLY; in print_gimple_expr() 189 pp_gimple_stmt_1 (&buffer, g, spc, flags); in print_gimple_expr() 201 dump_flags_t flags) in dump_gimple_seq() argument 209 pp_gimple_stmt_1 (buffer, gs, spc, flags); in dump_gimple_seq() 220 print_gimple_seq (FILE *file, gimple_seq seq, int spc, dump_flags_t flags) in print_gimple_seq() argument 225 dump_gimple_seq (&buffer, seq, spc, flags); in print_gimple_seq() 252 dump_gimple_fmt (pretty_printer *buffer, int spc, dump_flags_t flags, in dump_gimple_fmt() argument [all …]
|
H A D | tree-pretty-print.cc | 61 #define NIY do_niy (pp, node, spc, flags) 68 do_niy (pretty_printer *pp, const_tree node, int spc, dump_flags_t flags) in do_niy() argument 81 dump_generic_node (pp, TREE_OPERAND (node, i), spc+2, flags, false); in do_niy() 131 print_generic_decl (FILE *file, tree decl, dump_flags_t flags) in print_generic_decl() argument 134 print_declaration (tree_pp, decl, 2, flags); in print_generic_decl() 142 print_generic_stmt (FILE *file, tree t, dump_flags_t flags) in print_generic_stmt() argument 145 dump_generic_node (tree_pp, t, 0, flags, true); in print_generic_stmt() 154 print_generic_stmt_indented (FILE *file, tree t, dump_flags_t flags, int indent) in print_generic_stmt_indented() argument 162 dump_generic_node (tree_pp, t, indent, flags, true); in print_generic_stmt_indented() 170 print_generic_expr (FILE *file, tree t, dump_flags_t flags) in print_generic_expr() argument [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
H A D | bitfields.c | 24 } flags; variable 97 flags.uc = 1; in main() 99 flags.uc = 0; in main() 101 flags.s1 = -1; in main() 103 flags.s1 = 0; in main() 105 flags.u1 = 1; in main() 107 flags.u1 = 0; in main() 109 flags.s2 = 1; in main() 111 flags.s2 = 0; in main() 113 flags.u2 = 1; in main() [all …]
|
H A D | bitfields2.c | 22 } flags; variable 70 memset ((char *) &flags, 0, sizeof (flags)); in tester() 74 flags.s1 = 1; in tester() 76 flags.s1 = 0; in tester() 78 flags.u1 = 1; in tester() 80 flags.u1 = 0; in tester() 82 flags.s2 = 1; in tester() 84 flags.s2 = 0; in tester() 86 flags.u2 = 1; in tester() 88 flags.u2 = 0; in tester() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
H A D | bitfields.c | 24 } flags; variable 97 flags.uc = 1; in main() 99 flags.uc = 0; in main() 101 flags.s1 = -1; in main() 103 flags.s1 = 0; in main() 105 flags.u1 = 1; in main() 107 flags.u1 = 0; in main() 109 flags.s2 = 1; in main() 111 flags.s2 = 0; in main() 113 flags.u2 = 1; in main() [all …]
|
H A D | bitfields2.c | 22 } flags; variable 70 memset ((char *) &flags, 0, sizeof (flags)); in tester() 74 flags.s1 = 1; in tester() 76 flags.s1 = 0; in tester() 78 flags.u1 = 1; in tester() 80 flags.u1 = 0; in tester() 82 flags.s2 = 1; in tester() 84 flags.s2 = 0; in tester() 86 flags.u2 = 1; in tester() 88 flags.u2 = 0; in tester() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | opt-functions.awk | 30 function flag_set_p(regex, flags) 33 gsub ("\\([^)]+\\)", "", flags); 34 return (" " flags " ") ~ (" " regex " ") 39 function test_flag(regex, flags, string) 41 if (flag_set_p(regex, flags)) 48 function flag_init(regex, flags) 50 if (flag_set_p(regex, flags)) 58 function opt_args(name, flags) 60 flags = " " flags 61 if (flags !~ " " name "\\(") [all …]
|
H A D | gimple-pretty-print.c | 152 print_gimple_stmt (FILE *file, gimple *g, int spc, dump_flags_t flags) in print_gimple_stmt() argument 157 pp_gimple_stmt_1 (&buffer, g, spc, flags); in print_gimple_stmt() 182 print_gimple_expr (FILE *file, gimple *g, int spc, dump_flags_t flags) in print_gimple_expr() argument 184 flags |= TDF_RHS_ONLY; in print_gimple_expr() 188 pp_gimple_stmt_1 (&buffer, g, spc, flags); in print_gimple_expr() 200 dump_flags_t flags) in dump_gimple_seq() argument 208 pp_gimple_stmt_1 (buffer, gs, spc, flags); in dump_gimple_seq() 219 print_gimple_seq (FILE *file, gimple_seq seq, int spc, dump_flags_t flags) in print_gimple_seq() argument 224 dump_gimple_seq (&buffer, seq, spc, flags); in print_gimple_seq() 251 dump_gimple_fmt (pretty_printer *buffer, int spc, dump_flags_t flags, in dump_gimple_fmt() argument [all …]
|
H A D | tree-pretty-print.c | 56 #define NIY do_niy (pp, node, flags) 63 do_niy (pretty_printer *pp, const_tree node, dump_flags_t flags) in do_niy() argument 76 dump_generic_node (pp, TREE_OPERAND (node, i), 2, flags, false); in do_niy() 126 print_generic_decl (FILE *file, tree decl, dump_flags_t flags) in print_generic_decl() argument 129 print_declaration (tree_pp, decl, 2, flags); in print_generic_decl() 137 print_generic_stmt (FILE *file, tree t, dump_flags_t flags) in print_generic_stmt() argument 140 dump_generic_node (tree_pp, t, 0, flags, true); in print_generic_stmt() 149 print_generic_stmt_indented (FILE *file, tree t, dump_flags_t flags, int indent) in print_generic_stmt_indented() argument 157 dump_generic_node (tree_pp, t, indent, flags, true); in print_generic_stmt_indented() 165 print_generic_expr (FILE *file, tree t, dump_flags_t flags) in print_generic_expr() argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | open.c | 209 edit_modes (st_parameter_open *opp, gfc_unit *u, unit_flags *flags) in edit_modes() argument 213 if (flags->status != STATUS_UNSPECIFIED && flags->status != STATUS_OLD && in edit_modes() 214 u->flags.status != flags->status) in edit_modes() 218 if (flags->access != ACCESS_UNSPECIFIED && u->flags.access != flags->access) in edit_modes() 222 if (flags->form != FORM_UNSPECIFIED && u->flags.form != flags->form) in edit_modes() 226 if ((opp->common.flags & IOPARM_OPEN_HAS_RECL_IN) in edit_modes() 231 if (flags->action != ACTION_UNSPECIFIED && u->flags.action != flags->action) in edit_modes() 235 if (flags->share != SHARE_UNSPECIFIED && u->flags.share != flags->share) in edit_modes() 239 if (flags->cc != CC_UNSPECIFIED && u->flags.cc != flags->cc) in edit_modes() 245 if (flags->status != STATUS_UNSPECIFIED && flags->status != STATUS_OLD && in edit_modes() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | open.c | 187 edit_modes (st_parameter_open *opp, gfc_unit *u, unit_flags *flags) in edit_modes() argument 191 if (flags->status != STATUS_UNSPECIFIED && flags->status != STATUS_OLD && in edit_modes() 192 u->flags.status != flags->status) in edit_modes() 196 if (flags->access != ACCESS_UNSPECIFIED && u->flags.access != flags->access) in edit_modes() 200 if (flags->form != FORM_UNSPECIFIED && u->flags.form != flags->form) in edit_modes() 204 if ((opp->common.flags & IOPARM_OPEN_HAS_RECL_IN) in edit_modes() 209 if (flags->action != ACTION_UNSPECIFIED && u->flags.action != flags->action) in edit_modes() 213 if (flags->share != SHARE_UNSPECIFIED && u->flags.share != flags->share) in edit_modes() 217 if (flags->cc != CC_UNSPECIFIED && u->flags.cc != flags->cc) in edit_modes() 223 if (flags->status != STATUS_UNSPECIFIED && flags->status != STATUS_OLD && in edit_modes() [all …]
|
/netbsd-src/lib/libc/stdio/ |
H A D | vfwscanf.c | 156 int flags; /* flags as defined above */ in __vfwscanf_unlocked_l() local 199 flags = 0; in __vfwscanf_unlocked_l() 219 flags |= SUPPRESS; in __vfwscanf_unlocked_l() 222 flags |= INTMAXT; in __vfwscanf_unlocked_l() 225 if (flags & LONG) { in __vfwscanf_unlocked_l() 226 flags &= ~LONG; in __vfwscanf_unlocked_l() 227 flags |= LONGLONG; in __vfwscanf_unlocked_l() 229 flags |= LONG; in __vfwscanf_unlocked_l() 232 flags |= LONGLONG; /* not quite */ in __vfwscanf_unlocked_l() 235 flags |= PTRDIFFT; in __vfwscanf_unlocked_l() [all …]
|
/netbsd-src/lib/libc/gen/ |
H A D | fnmatch.c | 63 foldcase(int ch, int flags) in __weak_alias() 66 if ((flags & FNM_CASEFOLD) != 0 && isupper(ch)) in __weak_alias() 71 #define FOLDCASE(ch, flags) foldcase((unsigned char)(ch), (flags)) argument 74 rangematch(const char *pattern, int test, int flags) in rangematch() argument 92 for (ok = 0; (c = FOLDCASE(*pattern++, flags)) != ']' || need;) { in rangematch() 96 if (c == '\\' && !(flags & FNM_NOESCAPE)) in rangematch() 97 c = FOLDCASE(*pattern++, flags); in rangematch() 101 && (c2 = FOLDCASE(*(pattern + 1), flags)) != EOS && in rangematch() 104 if (c2 == '\\' && !(flags & FNM_NOESCAPE)) in rangematch() 105 c2 = FOLDCASE(*pattern++, flags); in rangematch() [all …]
|
/netbsd-src/games/hack/ |
H A D | hack.options.c | 81 flags.time = flags.nonews = flags.notombstone = flags.end_own = in initoptions() 82 flags.standout = flags.nonull = FALSE; in initoptions() 83 flags.no_rest_on_space = TRUE; in initoptions() 84 flags.invlet_constant = TRUE; in initoptions() 85 flags.end_top = 5; in initoptions() 86 flags.end_around = 4; in initoptions() 87 flags.female = FALSE; /* players are usually male */ in initoptions() 122 flags.standout = !negated; in parseoptions() 126 flags.nonull = negated; in parseoptions() 130 flags.notombstone = negated; in parseoptions() [all …]
|
/netbsd-src/sys/dev/i2c/ |
H A D | i2c_exec.c | 59 iic_op_flags(int flags) in iic_op_flags() argument 62 return flags | ((cold || shutting_down) ? I2C_F_POLL : 0); in iic_op_flags() 96 iic_acquire_bus(i2c_tag_t tag, int flags) in iic_acquire_bus() argument 103 flags = iic_op_flags(flags); in iic_acquire_bus() 105 if (flags & I2C_F_POLL) { in iic_acquire_bus() 139 error = (*tag->ic_acquire_bus)(tag->ic_cookie, flags); in iic_acquire_bus() 155 iic_release_bus(i2c_tag_t tag, int flags) in iic_release_bus() argument 162 flags = iic_op_flags(flags); in iic_release_bus() 165 (*tag->ic_release_bus)(tag->ic_cookie, flags); in iic_release_bus() 183 size_t cmdlen, void *vbuf, size_t buflen, int flags) in iic_exec() argument [all …]
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | kvx-opc.c | 4434 .flags = 0, 4452 .flags = 0, 4470 .flags = 0, 4488 .flags = 0, 4506 .flags = kvxSIGNED, 4527 .flags = kvxWRAPPED, 4555 .flags = kvxSIGNED, 4573 .flags = 0, 4591 .flags = 0, 4609 .flags = kvxSIGNED, [all …]
|
/netbsd-src/sys/dev/dm/ |
H A D | dm_ioctl.c | 120 dm_dbg_print_flags(uint32_t flags) in dm_dbg_print_flags() argument 123 aprint_debug("dbg_print --- %d\n", flags); in dm_dbg_print_flags() 125 if (flags & DM_READONLY_FLAG) in dm_dbg_print_flags() 128 if (flags & DM_SUSPEND_FLAG) in dm_dbg_print_flags() 131 if (flags & DM_PERSISTENT_DEV_FLAG) in dm_dbg_print_flags() 134 if (flags & DM_STATUS_TABLE_FLAG) in dm_dbg_print_flags() 137 if (flags & DM_ACTIVE_PRESENT_FLAG) in dm_dbg_print_flags() 140 if (flags & DM_INACTIVE_PRESENT_FLAG) in dm_dbg_print_flags() 143 if (flags & DM_BUFFER_FULL_FLAG) in dm_dbg_print_flags() 146 if (flags & DM_SKIP_BDGET_FLAG) in dm_dbg_print_flags() [all …]
|
/netbsd-src/sbin/wsconsctl/ |
H A D | mouse.c | 98 if (field_by_value(&mstype)->flags & FLG_GET) in mouse_get_values() 102 if (field_by_value(&calibration.minx)->flags & FLG_GET || in mouse_get_values() 103 field_by_value(&calibration.miny)->flags & FLG_GET || in mouse_get_values() 104 field_by_value(&calibration.maxx)->flags & FLG_GET || in mouse_get_values() 105 field_by_value(&calibration.maxy)->flags & FLG_GET || in mouse_get_values() 106 field_by_value(&calibration_samples)->flags & FLG_GET) in mouse_get_values() 109 if (field_by_value(&repeat.wr_buttons)->flags & FLG_GET || in mouse_get_values() 110 field_by_value(&repeat.wr_delay_first)->flags & FLG_GET || in mouse_get_values() 111 field_by_value(&repeat.wr_delay_decrement)->flags & FLG_GET || in mouse_get_values() 112 field_by_value(&repeat.wr_delay_minimum)->flags & FLG_GET) in mouse_get_values() [all …]
|
/netbsd-src/tests/lib/libc/net/getaddrinfo/ |
H A D | no_host_v4v6.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv http 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http 4 ai3: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 5 ai4: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 7 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv echo 8 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv echo 9 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv echo 10 ai3: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv echo 11 ai4: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv echo [all …]
|
/netbsd-src/bin/ksh/ |
H A D | shf.c | 29 static int shf_emptybuf ARGS((struct shf *shf, int flags)); 51 shf->flags = SHF_ALLOCS; 89 int flags = fcntl(fd, F_GETFL, 0); local 91 if (flags < 0) 95 switch (flags & O_ACCMODE) { 123 shf->flags = sflags; 142 int flags = fcntl(fd, F_GETFL, 0); local 144 if (flags < 0) 148 switch (flags & O_ACCMODE) { 167 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags; [all …]
|
/netbsd-src/usr.sbin/lpr/lpd/ |
H A D | ttcompat.c | 67 int flags = 0; in sttygetoflags() local 72 SET(flags, ODDP); in sttygetoflags() 74 SET(flags, EVENP); in sttygetoflags() 76 SET(flags, EVENP|ODDP); in sttygetoflags() 80 SET(flags, PASS8); in sttygetoflags() 82 SET(flags, LITOUT); in sttygetoflags() 89 SET(flags, CBREAK); in sttygetoflags() 91 SET(flags, RAW); in sttygetoflags() 94 return (flags); in sttygetoflags() 98 sttysetoflags(struct termios *tp, int flags) in sttysetoflags() argument [all …]
|
/netbsd-src/external/bsd/tcpdump/dist/tests/ |
H A D | forces2vvv.out | 1 05:12:46.942414 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68) 4 05:12:46.943161 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29… 7 05:12:46.943242 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26… 10 05:12:46.943643 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36) 13 05:12:47.944776 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68) 16 05:12:47.946163 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29… 19 05:12:47.946319 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26… 22 05:12:47.947214 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36) 25 05:12:48.948471 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68) 28 05:12:48.949179 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29… [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | error.c | 185 dump_scope (cxx_pretty_printer *pp, tree scope, int flags) in dump_scope() argument 187 int f = flags & (TFF_SCOPE | TFF_CHASE_TYPEDEF); in dump_scope() 212 else if ((flags & TFF_SCOPE) && TREE_CODE (scope) == FUNCTION_DECL) in dump_scope() 224 dump_template_argument (cxx_pretty_printer *pp, tree arg, int flags) in dump_template_argument() argument 229 flags|TFF_NO_OMIT_DEFAULT_TEMPLATE_ARGUMENTS); in dump_template_argument() 231 dump_type (pp, arg, flags & ~TFF_CLASS_KEY_OR_ENUM); in dump_template_argument() 241 dump_expr (pp, arg, (flags | TFF_EXPR_IN_PARENS) & ~TFF_CLASS_KEY_OR_ENUM); in dump_template_argument() 249 get_non_default_template_args_count (tree args, int flags) in get_non_default_template_args_count() argument 258 (flags & TFF_NO_OMIT_DEFAULT_TEMPLATE_ARGUMENTS) != 0 in get_non_default_template_args_count() 269 dump_template_argument_list (cxx_pretty_printer *pp, tree args, int flags) in dump_template_argument_list() argument [all …]
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | ispell | 17 >2 leshort 0x00 8-bit, no capitalization, 26 flags 18 >2 leshort 0x01 7-bit, no capitalization, 26 flags 19 >2 leshort 0x02 8-bit, capitalization, 26 flags 20 >2 leshort 0x03 7-bit, capitalization, 26 flags 21 >2 leshort 0x04 8-bit, no capitalization, 52 flags 22 >2 leshort 0x05 7-bit, no capitalization, 52 flags 23 >2 leshort 0x06 8-bit, capitalization, 52 flags 24 >2 leshort 0x07 7-bit, capitalization, 52 flags 25 >2 leshort 0x08 8-bit, no capitalization, 128 flags 26 >2 leshort 0x09 7-bit, no capitalization, 128 flags [all …]
|