Searched refs:con (Results 51 - 75 of 148) sorted by relevance

123456

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keyscan.c107 } con; typedef in typeref:struct:Connection
110 con *fdcon;
189 keygrab_ssh1(con *c)
246 keygrab_ssh2(con *c)
278 keyprint(con *c, Key *key)
393 con *c = &fdcon[s];
408 con *c = &fdcon[s];
485 con *c = &fdcon[s];
526 con *c;
719 fdcon = xcalloc(maxfd, sizeof(con));
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c847 pull(nfa, con)
849 struct arc *con;
851 struct state *from = con->from;
852 struct state *to = con->to;
858 freearc(nfa, con);
864 freearc(nfa, con);
893 assert(to != from); /* con is not an inarc */
895 cparc(nfa, con, s, to); /* move constraint arc */
896 freearc(nfa, con);
898 con
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp72 kern_return_t doCommand(io_connect_t con, unsigned char commandID,
76 kern_return_t openDevice(io_object_t obj, io_connect_t * con);
77 kern_return_t closeDevice(io_connect_t con);
170 openDevice(io_object_t obj, io_connect_t * con) argument
172 return IOServiceOpen(obj, mach_task_self(), 123, con);
176 closeDevice(io_connect_t con) argument
178 return IOServiceClose(con);
228 doCommand(io_connect_t con, argument
249 con,
/macosx-10.10/ruby-106/ruby/ext/io/console/
H A Dconsole.c658 VALUE con = 0; local
663 con = rb_const_get(klass, id_console);
664 if (RB_TYPE_P(con, T_FILE)) {
665 if ((fptr = RFILE(con)->fptr) && GetReadFD(fptr) != -1)
666 return con;
675 # define CONSOLE_DEVICE "con$"
706 con = rb_class_new_instance(2, args, klass);
707 GetOpenFile(con, fptr);
721 rb_const_set(klass, id_console, con);
723 return con;
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c941 struct arc *con)
943 struct state *from = con->from;
944 struct state *to = con->to;
950 freearc(nfa, con);
957 freearc(nfa, con);
989 assert(to != from); /* con is not an inarc */
991 cparc(nfa, con, s, to); /* move constraint arc */
992 freearc(nfa, con);
994 con = from->outs;
1004 switch (combine(con,
910 pull( struct nfa *nfa, struct arc *con) argument
1067 push( struct nfa *nfa, struct arc *con) argument
1175 combine( struct arc *con, struct arc *a) argument
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/Server/
H A DDaemon.pm38 $self->{con} = $c;
62 $self->{con}->send_response($response);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationsets.h94 ContractionsAndExpansions(UnicodeSet *con, UnicodeSet *exp, CESink *s, UBool prefixes) argument
96 contractions(con), expansions(exp),
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmuscle++.cpp178 Transaction::Transaction(Connection &con) argument
179 : connection(con)
H A Dmuscle++.h187 Transaction(Connection &con);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmuscle++.cpp178 Transaction::Transaction(Connection &con) argument
179 : connection(con)
H A Dmuscle++.h187 Transaction(Connection &con);
/macosx-10.10/postfix-255/postfix/src/tlsproxy/
H A Dtlsproxy.c460 ssl_stat = SSL_accept(tls_context->con);
462 handshake_err = SSL_get_error(tls_context->con, ssl_stat);
493 ssl_stat = SSL_shutdown(tls_context->con);
496 handshake_err = SSL_get_error(tls_context->con, ssl_stat);
520 ssl_stat = SSL_write(tls_context->con, NBBIO_READ_BUF(plaintext_buf),
522 ssl_write_err = SSL_get_error(tls_context->con, ssl_stat);
550 ssl_stat = SSL_read(tls_context->con,
555 ssl_read_err = SSL_get_error(tls_context->con, ssl_stat);
/macosx-10.10/vim-55/runtime/syntax/
H A Dobj.vim29 syn match objKeywords "^con\s"
41 syn match objKeywords "^con\s"
H A Ddcl.vim37 syn keyword dclInstr con[nect] edi[t] lin[k] qde[lete] sys[gen]
38 syn keyword dclInstr con[tinue] ena[ble] lmc[p] qse[t] sys[man]
39 syn keyword dclInstr con[vert] end[subroutine] loc[ale] qsh[ow] tff
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dbio_ssl.c539 BIO *ret=NULL,*con=NULL,*ssl=NULL; local
541 if ((con=BIO_new(BIO_s_connect())) == NULL)
545 if ((ret=BIO_push(ssl,con)) == NULL)
549 if (con != NULL) BIO_free(con);
/macosx-10.10/cups-408/cups/scheduler/
H A Dsubscriptions.c1285 static DBusConnection *con = NULL; /* Connection to DBUS server */ local
1310 if (con && !dbus_connection_get_is_connected(con))
1312 dbus_connection_unref(con);
1313 con = NULL;
1316 if (!con)
1320 con = dbus_bus_get(getuid() ? DBUS_BUS_SESSION : DBUS_BUS_SYSTEM, &error);
1321 if (!con)
1344 dbus_connection_send(con, message, NULL);
1345 dbus_connection_flush(con);
[all...]
H A Dconf.h280 extern int cupsdLogClient(cupsd_client_t *con, int level,
295 extern int cupsdLogRequest(cupsd_client_t *con, http_status_t code);
/macosx-10.10/ruby-106/ruby/lib/rdoc/parser/
H A Dc.rb911 con = RDoc::Constant.new const_name, new_definition, new_comment
913 con = RDoc::Constant.new const_name, definition, comment
916 con = RDoc::Constant.new const_name, definition, comment
919 con.record_location @top_level
920 @stats.add_constant con
921 class_obj.add_constant con
H A Druby.rb704 con = RDoc::Constant.new name, value, comment
734 read_documentation_modifiers con, RDoc::CONSTANT_MODIFIERS
767 con.record_location @top_level
768 con.offset = offset
769 con.line = line_no
770 read_documentation_modifiers con, RDoc::CONSTANT_MODIFIERS
772 @stats.add_constant con
773 con = container.add_constant con
/macosx-10.10/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl636 set con [InitTab $w]
637 set PRIV(curtab) $con
640 $con configure -setgrid 1 -width $OPT(cols) -height $OPT(rows)
653 set sy [scrollbar $w.sy -takefocus 0 -command [list $con yview]]
658 $con configure -yscrollcommand [list $sy set]
659 set PRIV(console) $con
675 grid $con -row 1 -column 1 -sticky news
735 set con $w.tab[incr PRIV(uid)]
736 text $con -wrap char -foreground $COLOR(stdin) \
738 $con mar
[all...]
/macosx-10.10/iodbc-42.5/iodbc/include/
H A Diodbc.h229 #define CONN(con, var) \
230 DBC_t *con = (DBC_t *)var
/macosx-10.10/ruby-106/ruby/test/io/console/
H A Dtest_io_console.rb229 con = r.gets.chomp
231 assert_match("File", con)
/macosx-10.10/apr-32/apr-util/apr-util/misc/
H A Dapr_reslist.c254 apr_reslist_constructor con,
286 rl->constructor = con;
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_it_it.latin1.vim26 "NOTA: fa conflitto con 'cerca' nel menu 'modifica'
44 menut Split\ &Diff\ with\.\.\. Finestra\ &Differenza\ con\.\.\.
99 let g:menutrans_path_dialog = "Batti percorso di ricerca per i file.\nSepara fra loro i nomi di directory con una virgola."
100 let g:menutrans_tags_dialog = "Batti nome dei file di tag.\nSepara fra loro i nomi di directory con una virgola."
123 let g:menutrans_fileformat_dialog = "Scegli formato con cui scrivere il file"
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c976 struct content *con; local
984 con = malloc(sizeof(struct content));
985 if (con == NULL) {
992 con->offset = child->offset;
993 con->size = child->size;
994 con->next = NULL;
995 *multi->contents.last = con;
996 multi->contents.last = &(con->next);
2468 struct content *con, *connext; local
2477 con
[all...]

Completed in 211 milliseconds

123456