Searched refs:scode (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/usr.sbin/relayd/ |
| H A D | check_tcp.c | 347 char scode[4]; in check_http_code() local 375 (void)strlcpy(scode, head, sizeof(scode)); in check_http_code() 376 code = strtonum(scode, 100, 999, &estr); in check_http_code()
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | tree1.c | 100 treelang_handle_option (size_t scode, const char *arg ATTRIBUTE_UNUSED, in treelang_handle_option() argument 103 enum opt_code code = (enum opt_code) scode; in treelang_handle_option()
|
| H A D | treetree.h | 63 int treelang_handle_option (size_t scode, const char *arg, int value);
|
| /openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/ |
| H A D | dbu.c | 32 int scode; member 113 switch (act->scode) { in doit()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | opts.c | 118 static int common_handle_option (size_t scode, const char *arg, int value, 674 common_handle_option (size_t scode, const char *arg, int value, in common_handle_option() argument 677 enum opt_code code = (enum opt_code) scode; in common_handle_option() 1059 gcc_assert (cl_options[scode].flag_var); in common_handle_option()
|
| H A D | c-opts.c | 271 c_common_handle_option (size_t scode, const char *arg, int value) in c_common_handle_option() argument 273 const struct cl_option *option = &cl_options[scode]; in c_common_handle_option() 274 enum opt_code code = (enum opt_code) scode; in c_common_handle_option()
|
| H A D | optabs.c | 4521 enum insn_code scode = can_float_p (fmode, imode, 0); in expand_float() local 4522 if (scode != CODE_FOR_nothing) in expand_float() 4525 icode = scode, doing_unsigned = 0; in expand_float()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | unroll.c | 1361 enum rtx_code scode = signed_condition (code); local 1362 emit_cmp_and_jump_insns (op0, op1, scode, NULL_RTX, mode, 1363 code != scode, label);
|