| /dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
| H A D | c-gimplify.c | 111 gimple bind; in add_block_to_enclosing() local 114 FOR_EACH_VEC_ELT (gimple, stack, i, bind) in add_block_to_enclosing() 115 if (gimple_bind_block (bind)) in add_block_to_enclosing() 118 enclosing = gimple_bind_block (bind); in add_block_to_enclosing() 132 tree decls, bind; in c_build_bind_expr() local 155 bind = build3 (BIND_EXPR, void_type_node, decls, body, block); in c_build_bind_expr() 156 TREE_SIDE_EFFECTS (bind) = 1; in c_build_bind_expr() 157 SET_EXPR_LOCATION (bind, loc); in c_build_bind_expr() 160 bind = body; in c_build_bind_expr() 162 return bind; in c_build_bind_expr()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
| H A D | c-gimplify.c | 162 gbind *bind; in add_block_to_enclosing() local 165 FOR_EACH_VEC_ELT (stack, i, bind) in add_block_to_enclosing() 166 if (gimple_bind_block (bind)) in add_block_to_enclosing() 169 enclosing = gimple_bind_block (bind); in add_block_to_enclosing() 183 tree decls, bind; in c_build_bind_expr() local 206 bind = build3 (BIND_EXPR, void_type_node, decls, body, block); in c_build_bind_expr() 207 TREE_SIDE_EFFECTS (bind) = 1; in c_build_bind_expr() 208 SET_EXPR_LOCATION (bind, loc); in c_build_bind_expr() 211 bind = body; in c_build_bind_expr() 213 return bind; in c_build_bind_expr()
|
| /dflybsd-src/contrib/tcsh-6/nls/ukrainian/ |
| H A D | set20 | 1 $ tc.bind.c 15 13 -a list or bind KEY in alternative key map\n 19 17 -v bind all keys to vi bindings\n 20 18 -e bind all keys to emacs bindings\n 21 19 -d bind all keys to default editor's bindings (%s)\n 38 36 Використання: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
|
| /dflybsd-src/contrib/tcsh-6/nls/finnish/ |
| H A D | set20 | 1 $ tc.bind.c 15 13 -a list or bind KEY in alternative key map\n 19 17 -v bind all keys to vi bindings\n 20 18 -e bind all keys to emacs bindings\n 21 19 -d bind all keys to default editor's bindings (%s)\n 38 36 Käyttö: bind [NÄPPÄIN | KOMENTO NÄPPÄIN | "emacs" | "vi" | "-a"]\n
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | functional | 168 * function objects returned by bind(). 170 * C++11 [func.bind.isbind]. 179 * bind() expression and, if so, which placeholder it is. 181 * C++11 [func.bind.isplace]. 265 * Maps an argument to bind() into an actual argument to the bound 266 * function object [func.bind.bind]/10. Only the first parameter should 271 * bind expression. The first parameter is the bound argument and 283 * C++11 [func.bind.bind] p10 bullet 1. 300 * If the argument is a bind expression, we invoke the underlying 303 * C++11 [func.bind.bind] p10 bullet 2. [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | valtrack.c | 178 rtx bind in propagate_for_debug_subst() local 182 rtx_insn *bind_insn = emit_debug_insn_before (bind, pair->insn); in propagate_for_debug_subst() 466 rtx bind; in dead_debug_promote_uses() local 467 bind = gen_rtx_VAR_LOCATION (GET_MODE (reg), in dead_debug_promote_uses() 471 rtx_insn *insn = emit_debug_insn_before (bind, DF_REF_INSN (ref)); in dead_debug_promote_uses() 584 rtx bind; in dead_debug_insert_temp() local 758 bind = gen_rtx_VAR_LOCATION (GET_MODE (reg), in dead_debug_insert_temp() 764 bind = emit_debug_insn_after (bind, insn); in dead_debug_insert_temp() 766 bind = emit_debug_insn_before (bind, insn); in dead_debug_insert_temp() 769 bitmap_set_bit (debug->to_rescan, INSN_UID (bind)); in dead_debug_insert_temp()
|
| H A D | omp-grid.c | 163 if (gbind *bind = dyn_cast <gbind *> (stmt)) in grid_find_single_omp_among_assignments_1() local 165 gimple_seq bind_body = gimple_bind_body (bind); in grid_find_single_omp_among_assignments_1() 623 else if (gbind *bind = dyn_cast <gbind *> (stmt)) in grid_dist_follows_tiling_pattern() local 625 if (!grid_dist_follows_tiling_pattern (gimple_bind_body (bind), in grid_dist_follows_tiling_pattern() 959 if (gbind *bind = dyn_cast <gbind *> (stmt)) in grid_copy_leading_local_assignments() local 962 (gimple_bind_body (bind), dst, tgt_bind, var_segment, wi); in grid_copy_leading_local_assignments() 965 for (tree var = gimple_bind_vars (bind); in grid_copy_leading_local_assignments() 1118 gbind *bind = (gbind *) wi_in->info; in grid_mark_tiling_loops() local 1130 gimple_bind_append_vars (bind, gv); in grid_mark_tiling_loops() 1137 pop_gimplify_context (bind); in grid_mark_tiling_loops() [all …]
|
| H A D | omp-low.c | 872 gbind *bind; in finalize_task_copyfn() local 882 bind = gimplify_body (child_fn, false); in finalize_task_copyfn() 883 gimple_seq_add_stmt (&seq, bind); in finalize_task_copyfn() 887 bind = gimple_build_bind (NULL, new_seq, NULL); in finalize_task_copyfn() 889 gimple_seq_add_stmt (&seq, bind); in finalize_task_copyfn() 2199 gbind *bind = gimple_build_bind (NULL, NULL, NULL); in scan_omp_simd() local 2200 gsi_replace (gsi, bind, false); in scan_omp_simd() 2206 gimple_bind_set_vars (bind, cond); in scan_omp_simd() 2229 gimple_bind_set_body (bind, seq); in scan_omp_simd() 2230 update_stmt (bind); in scan_omp_simd() [all …]
|
| /dflybsd-src/share/examples/netgraph/ |
| H A D | ngctl | 58 # Now lets bind the socket associated with the ksocket node to a port 60 # ``bind'' control message. Again, ngctl does the conversion of the 63 + msg fred: bind inet/192.168.1.1 68 # ``bind'' command as ``inet/192.168.1.1'' (since we didn't specify 72 + msg fred: bind { family=2 len=16 data=[ 2=192 168 1 1 ] } 144 + msg bar bind local/"/tmp/bar.socket" 167 + msg bar bind local/"/tmp/bar.socket"
|
| /dflybsd-src/crypto/openssh/ |
| H A D | PROTOCOL.agent | 6 1. session-bind@openssh.com extension 8 This extension allows a ssh client to bind an agent connection to a 17 string session-bind@openssh.com 33 a duplicate session identifier, or any attempt to bind a connection 73 constraints against the session-bind@openssh.com bindings recorded for
|
| /dflybsd-src/lib/libexecinfo/ |
| H A D | symtab.c | 86 symtab_create(int fd, int bind, int type) in symtab_create() argument 134 if (bind != -1 && in symtab_create() 135 (unsigned)bind != ELF_ST_BIND(sym.st_info)) in symtab_create()
|
| /dflybsd-src/contrib/tcsh-6/nls/russian/ |
| H A D | set20 | 1 $ tc.bind.c 38 36 использование: bind [КЛАВИШа | КОМАНДа КЛАВИШа | "emacs" | "vi" | "-a"]\n
|
| /dflybsd-src/contrib/gcc-8.0/libgomp/ |
| H A D | team.c | 311 char bind, bind_var; in gomp_team_start() local 348 bind = bind_var; in gomp_team_start() 368 switch (bind) in gomp_team_start() 427 bind = omp_proc_bind_false; in gomp_team_start() 479 switch (bind) in gomp_team_start() 536 || (bind != omp_proc_bind_true in gomp_team_start() 586 if (bind != omp_proc_bind_true) in gomp_team_start() 655 switch (bind) in gomp_team_start() 735 switch (bind) in gomp_team_start()
|
| /dflybsd-src/contrib/tcsh-6/nls/greek/ |
| H A D | set20 | 1 $ tc.bind.c 38 36 χρήση: bind [ΠΛΗΚΤΡΟ | ΠΛΗΚΤΡΟ ΕΝΤΟΛΗΣ | "emacs" | "vi" | "-a"]\n
|
| /dflybsd-src/usr.bin/talk/ |
| H A D | ctl.c | 69 if (bind(sockt, (struct sockaddr *)&my_addr, sizeof(my_addr)) != 0) in open_sockt() 87 if (bind(ctl_sockt, in open_ctl()
|
| /dflybsd-src/contrib/openresolv/ |
| H A D | named.in | 43 elif [ -x "$RCDIR"/rc.bind ]; then 45 named_service=rc.bind
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | omp-low.c | 1255 gimple bind; in finalize_task_copyfn() local 1270 bind = gimplify_body (child_fn, false); in finalize_task_copyfn() 1272 gimple_seq_add_stmt (&seq, bind); in finalize_task_copyfn() 1276 bind = gimple_build_bind (NULL, new_seq, NULL); in finalize_task_copyfn() 1278 gimple_seq_add_stmt (&seq, bind); in finalize_task_copyfn() 5821 gimple stmt, new_stmt, bind, t; in lower_omp_sections() local 5868 bind = gimple_build_bind (NULL, body, block); in lower_omp_sections() 5878 BLOCK_VARS (block) = gimple_bind_vars (bind); in lower_omp_sections() 5886 gimple_seq_add_stmt (&new_body, bind); in lower_omp_sections() 6033 gimple t, bind, single_stmt = gsi_stmt (*gsi_p); in lower_omp_single() local [all …]
|
| /dflybsd-src/test/udp/bindconnfail/ |
| H A D | udp_bindconnfail.c | 72 if (bind(s1, (const struct sockaddr *)&local_in, sizeof(local_in)) < 0) in main() 85 if (bind(s2, (const struct sockaddr *)&local_in, sizeof(local_in)) < 0) in main()
|
| /dflybsd-src/share/examples/ppp/ |
| H A D | chap-auth | 68 bind .$n.value <Return> {done}; 89 bind .k.value <Return> {done};
|
| /dflybsd-src/sys/netinet/ |
| H A D | tcp_usrreq.c | 301 struct socket *so = msg->bind.base.nm_so; in tcp_usr_bind() 302 struct sockaddr *nam = msg->bind.nm_nam; in tcp_usr_bind() 303 struct thread *td = msg->bind.nm_td; in tcp_usr_bind() 355 lwkt_msg_t lmsg = &msg->bind.base.lmsg; in tcp_usr_bind() 357 KASSERT((msg->bind.nm_flags & PRUB_RELINK) == 0, in tcp_usr_bind() 361 msg->bind.nm_flags |= PRUB_RELINK; in tcp_usr_bind() 373 if (msg->bind.nm_flags & PRUB_RELINK) { in tcp_usr_bind() 374 msg->bind.nm_flags &= ~PRUB_RELINK; in tcp_usr_bind() 392 struct socket *so = msg->bind.base.nm_so; in tcp6_usr_bind() 393 struct sockaddr *nam = msg->bind.nm_nam; in tcp6_usr_bind() [all …]
|
| /dflybsd-src/sys/sys/ |
| H A D | elf32.h | 159 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
|
| H A D | elf64.h | 210 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| H A D | functional | 829 * function objects returned by bind(). [TR1 3.6.1] 838 * bind() expression and, if so, which placeholder it is. [TR1 3.6.2] 950 * Maps an argument to bind() into an actual argument to the bound 956 * bind expression. The first parameter is the bound argument and 986 * If the argument is a bind expression, we invoke the underlying 1021 * a reference to the Nth argument to the bind function object. 1079 * other function objects untouched. Used by tr1::bind(). The 1098 * other function objects untouched. Used by tr1::bind(). This 1112 // bind<void>() is called, because argument deduction instantiates 1135 /// Type of the function object returned from bind(). [all …]
|
| /dflybsd-src/contrib/tcsh-6/nls/german/ |
| H A D | set20 | 1 $ tc.bind.c 38 36 Benutzung: bind [TASTE | BEFEHL TASTE | "emacs" | "vi" | "-a"]\n
|
| /dflybsd-src/contrib/tcp_wrappers/ |
| H A D | rfc931.c | 162 if (bind(fileno(fp), (struct sockaddr *) & our_query_sin, 172 if (bind(fileno(fp), (struct sockaddr *) & our_query_sin,
|