Searched refs:fdc (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/example/
H A Dasync_https_server.pl35 my $fdc = $fds->accept || return;
38 $fdc = IO::Socket::SSL->start_SSL( $fdc,
43 $fdc->blocking(0);
44 _ssl_accept( undef,$fdc );
57 my ($event,$fdc) = @_;
58 $fdc ||= $event->fh;
59 if ( $fdc->accept_SSL ) {
62 ${*$fdc}{rbuf} = ${*$fdc}{wbu
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp_geturl.tcl35 set fdc [ftp::Open $urlparts(host) $urlparts(user) $urlparts(pwd) \
37 if {$fdc < 0} {
51 set result [ftp::Cd $fdc $ftp_dir]
53 ftp::Close $fdc
67 #array set flist [ftp::ParseList [$List $fdc ""]]
69 set flist [$List $fdc $ftp_file]
71 ftp::Close $fdc
85 set contents [ftp::NList $fdc $ftp_file]
87 ftp::Get $fdc $ftp_file -variable contents
91 set contents [ftp::NList $fdc
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dlogtalk.vim11 let b:undo_ftplugin = "setl ts< sw< fdm< fdc< ai< dict<"
16 setlocal fdc=2
H A Dman.vim139 setl nonu fdc=0
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpvalid45 set fdc [ftp::Open $current(host) anonymous enteryourname@here.com]
54 set result [ftp::Cd $fdc $ftp_dir] } returncode]
66 set result [ftp::List $fdc "${ftp_file}*"] } returncode]
76 ftp::Close $fdc
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dmap.c281 dncookie fdc = *dc; local
284 fdc.ctx = "searchFilterAttrDN";
287 switch ( ldap_back_dn_massage( &fdc, value, &vtmp ) ) {
630 dncookie fdc; local
641 fdc = *dc;
644 fdc.ctx = "searchFilter";
646 switch ( rewrite_session( fdc.target->mt_rwmap.rwm_rw, fdc.ctx,
648 fdc.conn, &fstr->bv_val ) )
659 fdc
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drwmmap.c445 dncookie fdc = *dc; local
448 fdc.ctx = "searchFilterAttrDN";
451 rc = rwm_dn_massage_normalize( &fdc, value, &vtmp );
818 dncookie fdc; local
827 fdc = *dc;
830 fdc.ctx = "searchFilter";
832 switch ( rewrite_session( fdc.rwmap->rwm_rw, fdc.ctx,
834 fdc.conn, &fstr->bv_val ) )
846 fdc
[all...]
/macosx-10.10.1/ntp-92/ntpdate/
H A Dntpdate.c1876 int fdc = 0; local
1893 fdc = fd[i];
1908 fdc = fd[i];
1945 (void) read(fdc, buf, sizeof buf);
1952 recvfrom(fdc, buf, sizeof(buf), 0, (struct sockaddr *)0, NULL);
1960 rb->recv_length = recvfrom(fdc, (char *)&rb->recv_pkt,
/macosx-10.10.1/vim-55/runtime/
H A Dmenu.vim491 an 40.340.310.10 &Tools.&Folding.Fold\ col&umn\ width.\ &0\ :set fdc=0<CR>
492 an 40.340.310.20 &Tools.&Folding.Fold\ col&umn\ width.\ &2\ :set fdc=2<CR>
493 an 40.340.310.30 &Tools.&Folding.Fold\ col&umn\ width.\ &3\ :set fdc=3<CR>
494 an 40.340.310.40 &Tools.&Folding.Fold\ col&umn\ width.\ &4\ :set fdc=4<CR>
495 an 40.340.310.50 &Tools.&Folding.Fold\ col&umn\ width.\ &5\ :set fdc=5<CR>
496 an 40.340.310.60 &Tools.&Folding.Fold\ col&umn\ width.\ &6\ :set fdc=6<CR>
497 an 40.340.310.70 &Tools.&Folding.Fold\ col&umn\ width.\ &7\ :set fdc=7<CR>
498 an 40.340.310.80 &Tools.&Folding.Fold\ col&umn\ width.\ &8\ :set fdc=8<CR>
H A Doptwin.vim879 call <SID>OptionL("fdc")
/macosx-10.10.1/vim-55/src/
H A Dscreen.c2204 int fdc; local
2240 fdc = wp->w_p_fdc;
2241 if (fdc > W_WIDTH(wp) - col)
2242 fdc = W_WIDTH(wp) - col;
2243 if (fdc > 0)
2251 copy_text_attr(off + W_WIDTH(wp) - fdc - col, buf, fdc,
2254 for (i = 0; i < fdc; ++i)
2259 copy_text_attr(off + col, buf, fdc, hl_attr(HLF_FC));
2260 col += fdc;
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim32 syn keyword vimOption contained allowrevins arab autoread backup balloonexpr bh bl bsk cc ch cino cmp com concealcursor cp cscopeprg csqf cursorcolumn delcombine diffopt ea efm ep et fdc fdo ffs fk foldcolumn foldmethod formatoptions gd go guifont guitabtooltip hid hkp iconstring imd include inex isi js kp linebreak lm lz matchpairs maxmemtot mkspellmem mod mousef mouset nf oft pa path pheader previewheight printmbcharset pvw remap rl ruf sc scrollopt selectmode shellpipe shiftround showfulltag sidescrolloff smarttab sp spf srr startofline suffixes switchbuf tabline tagrelative tbidi termencoding tgst titlelen toolbar tsl ttybuiltin tw undodir ur verbose viminfo warn wfh wildchar wim winminheight wmh wrapscan ww

Completed in 208 milliseconds