| /trueos/contrib/apr-util/dbd/ |
| HD | apr_dbd_mysql.c | 79 MYSQL_BIND *bind; member 149 MYSQL_BIND *bind = &res->bind[col]; in lob_bucket_read() local 155 rv = mysql_stmt_fetch_column(res->statement, bind, col, in lob_bucket_read() 161 blength -= blength > bind->buffer_length ? bind->buffer_length : blength; in lob_bucket_read() 163 *str = bind->buffer; in lob_bucket_read() 166 bind->buffer = apr_palloc(res->pool, bind->buffer_length); in lob_bucket_read() 337 MYSQL_BIND *bind; 342 bind = &row->res->bind[n]; 343 if (mysql_stmt_fetch_column(row->res->statement, bind, n, 0) != 0) { 347 if (*bind->is_null) { [all …]
|
| HD | apr_dbd_oracle.c | 146 OCIBind *bind; member 928 sql->status = OCIBindByPos(stmt, &statement->args[i].bind, in dbd_oracle_bind() 945 sql->status = OCIBindByPos(stmt, &statement->args[i].bind, in dbd_oracle_bind() 962 sql->status = OCIBindByPos(stmt, &statement->args[i].bind, in dbd_oracle_bind() 972 sql->status = OCIBindByPos(stmt, &statement->args[i].bind, in dbd_oracle_bind() 1323 sql->status = OCIBindByPos(stmt, &statement->args[i].bind, in dbd_oracle_bbind() 1334 sql->status = OCIBindByPos(stmt, &statement->args[i].bind, in dbd_oracle_bbind() 1345 sql->status = OCIBindByPos(stmt, &statement->args[i].bind, in dbd_oracle_bbind() 1356 sql->status = OCIBindByPos(stmt, &statement->args[i].bind, in dbd_oracle_bbind() 1367 sql->status = OCIBindByPos(stmt, &statement->args[i].bind, in dbd_oracle_bbind() [all …]
|
| /trueos/share/examples/BSD_daemon/ |
| HD | eps.patch | 26 /col-1 {0 setgray} bind def 27 /col0 {0.000 0.000 0.000 srgb} bind def 29 /sh {show} bind def 30 /slc {setlinecap} bind def 31 /slj {setlinejoin} bind def 32 -/slw {setlinewidth} bind def 33 +/slw {linethickness mul setlinewidth} bind def 34 /srgb {setrgbcolor} bind def 35 /rot {rotate} bind def 36 /sc {scale} bind def
|
| /trueos/contrib/tcsh/nls/ukrainian/ |
| HD | set20 | 2 $ tc.bind.c 16 13 -a list or bind KEY in alternative key map\n 20 17 -v bind all keys to vi bindings\n 21 18 -e bind all keys to emacs bindings\n 22 19 -d bind all keys to default editor's bindings\n 39 36 Використання: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
|
| /trueos/contrib/tcsh/nls/C/ |
| HD | set20 | 2 $ tc.bind.c 16 13 -a list or bind KEY in alternative key map\n 20 17 -v bind all keys to vi bindings\n 21 18 -e bind all keys to emacs bindings\n 22 19 -d bind all keys to default editor's bindings\n 39 36 usage: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
|
| /trueos/contrib/tcsh/nls/finnish/ |
| HD | set20 | 2 $ tc.bind.c 16 13 -a list or bind KEY in alternative key map\n 20 17 -v bind all keys to vi bindings\n 21 18 -e bind all keys to emacs bindings\n 22 19 -d bind all keys to default editor's bindings\n 39 36 Käyttö: bind [NÄPPÄIN | KOMENTO NÄPPÄIN | "emacs" | "vi" | "-a"]\n
|
| /trueos/tools/regression/sockets/unix_bindconnect/ |
| HD | unix_bindconnect.c | 114 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in bind_test() 126 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test() 148 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test() 168 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test() 185 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in bind_test() 240 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in connect_test()
|
| /trueos/contrib/gcc/ |
| HD | c-gimplify.c | 143 tree decls, bind; in c_build_bind_expr() local 166 bind = build3 (BIND_EXPR, void_type_node, decls, body, block); in c_build_bind_expr() 167 TREE_SIDE_EFFECTS (bind) = 1; in c_build_bind_expr() 170 bind = body; in c_build_bind_expr() 172 return bind; in c_build_bind_expr()
|
| HD | omp-low.c | 3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; in lower_omp_sections() local 3641 bind = build3 (BIND_EXPR, void_type_node, NULL, body, block); in lower_omp_sections() 3655 append_to_statement_list (bind, &new_body); in lower_omp_sections() 3789 tree t, bind, block, single_stmt = *stmt_p, dlist; in lower_omp_single() local 3794 *stmt_p = bind = build3 (BIND_EXPR, void_type_node, NULL, NULL, block); in lower_omp_single() 3795 TREE_SIDE_EFFECTS (bind) = 1; in lower_omp_single() 3798 &BIND_EXPR_BODY (bind), &dlist, ctx); in lower_omp_single() 3801 append_to_statement_list (single_stmt, &BIND_EXPR_BODY (bind)); in lower_omp_single() 3804 lower_omp_single_copy (single_stmt, &BIND_EXPR_BODY (bind), ctx); in lower_omp_single() 3806 lower_omp_single_simple (single_stmt, &BIND_EXPR_BODY (bind)); in lower_omp_single() [all …]
|
| /trueos/sys/rpc/ |
| HD | svc_generic.c | 158 struct t_bind bind; in svc_tp_create() local 169 bind.addr = *taddr; in svc_tp_create() 171 bind.qlen = -1; in svc_tp_create() 172 xprt = svc_tli_create(pool, NULL, nconf, &bind, 0, 0); in svc_tp_create() 173 free(bind.addr.buf, M_RPC); in svc_tp_create()
|
| /trueos/usr.bin/gprof/ |
| HD | elf.c | 133 int bind; in wantsym() local 136 bind = ELF_ST_BIND(sym->st_info); in wantsym() 139 (aflag && bind == STB_LOCAL) || in wantsym()
|
| /trueos/contrib/libreadline/shlib/ |
| HD | Makefile.in | 126 $(topdir)/complete.c $(topdir)/bind.c $(topdir)/isearch.c \ 146 rltty.so complete.so bind.so isearch.so display.so signals.so \ 206 bind.so: $(topdir)/ansi_stdlib.h $(topdir)/posixstat.h 207 bind.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h 208 bind.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h 209 bind.so: $(topdir)/rltypedefs.h 210 bind.so: $(topdir)/tilde.h $(topdir)/history.h 320 bind.so: $(topdir)/rlshell.h 328 bind.so: $(topdir)/rlprivate.h 350 bind.so: $(topdir)/xmalloc.h [all …]
|
| /trueos/share/examples/netgraph/ |
| HD | ngctl | 57 # Now lets bind the socket associated with the ksocket node to a port 59 # ``bind'' control message. Again, ngctl does the conversion of the 62 + msg fred: bind inet/192.168.1.1 67 # ``bind'' command as ``inet/192.168.1.1'' (since we didn't specify 71 + msg fred: bind { family=2 len=16 data=[ 2=192 168 1 1 ] } 143 + msg bar bind local/"/tmp/bar.socket" 166 + msg bar bind local/"/tmp/bar.socket"
|
| /trueos/contrib/tcsh/nls/russian/ |
| HD | set20 | 2 $ tc.bind.c 39 36 использование: bind [КЛАВИШа | КОМАНДа КЛАВИШа | "emacs" | "vi" | "-a"]\n
|
| /trueos/contrib/tcsh/nls/greek/ |
| HD | set20 | 2 $ tc.bind.c 39 36 χρήση: bind [ΠΛΗΚΤΡΟ | ΠΛΗΚΤΡΟ ΕΝΤΟΛΗΣ | "emacs" | "vi" | "-a"]\n
|
| /trueos/contrib/libexecinfo/ |
| HD | symtab.c | 84 symtab_create(int fd, int bind, int type) in symtab_create() argument 130 if (bind != -1 && in symtab_create() 131 (unsigned)bind != ELF_ST_BIND(sym.st_info)) in symtab_create()
|
| /trueos/contrib/openresolv/ |
| HD | named.in | 43 elif [ -x "@RCDIR@"/rc.bind ]; then 45 named_service=rc.bind
|
| /trueos/contrib/libreadline/ |
| HD | Makefile.in | 104 $(srcdir)/complete.c $(srcdir)/bind.c $(srcdir)/isearch.c \ 124 rltty.o complete.o bind.o isearch.o display.o signals.o \ 303 bind.o: ansi_stdlib.h posixstat.h 304 bind.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h 305 bind.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h rlstdc.h 306 bind.o: history.h 402 bind.o: rlshell.h 410 bind.o: rlprivate.h 432 bind.o: xmalloc.h 470 bind.o: $(srcdir)/bind.c [all …]
|
| /trueos/crypto/heimdal/lib/roken/ |
| HD | socket_wrapper.h | 69 #ifdef bind 70 #undef bind 72 #define bind(s,myaddr,addrlen) swrap_bind(s,myaddr,addrlen) macro
|
| /trueos/usr.bin/talk/ |
| HD | ctl.c | 81 if (bind(sockt, (struct sockaddr *)&my_addr, sizeof(my_addr)) != 0) in open_sockt() 102 if (bind(ctl_sockt, in open_ctl()
|
| /trueos/tools/regression/pjdfstest/tests/unlink/ |
| HD | 00.t | 44 expect 0 bind ${n0} 86 expect 0 bind ${n0} 128 expect 0 bind ${n0} 181 expect 0 bind ${n0}/${n1}
|
| /trueos/contrib/pjdfstest/tests/unlink/ |
| HD | 00.t | 44 expect 0 bind ${n0} 86 expect 0 bind ${n0} 128 expect 0 bind ${n0} 181 expect 0 bind ${n0}/${n1}
|
| /trueos/tools/regression/sockets/zerosend/ |
| HD | zerosend.c | 91 if (bind(sock1, (struct sockaddr *)&sin, sizeof(sin)) < 0) in setup_udp() 102 if (bind(sock2, (struct sockaddr *)&sin, sizeof(sin)) < 0) in setup_udp() 134 if (bind(sock1, (struct sockaddr *)&sin, sizeof(sin)) < 0) in setup_tcp()
|
| /trueos/contrib/sendmail/libsm/ |
| HD | mpeix.c | 94 #undef bind 117 result = bind(sd, addr, addrlen); 124 return bind(sd, addr, addrlen);
|
| /trueos/share/examples/ppp/ |
| HD | chap-auth | 67 bind .$n.value <Return> {done}; 88 bind .k.value <Return> {done};
|