代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/152184/5675537
java filesystemformatter.java
/* created at 2005-12-19 */
package com.clustering.data;
/**
* 由于使用的是readLine,所以recordSeperator只是一个占位作用
* @author Avon
* @version 0.9
* @since 0.9
*/
public class FileSystemFormatter im
www.eeworm.com/read/246537/4494071
c str_echo08.c
#include "unp.h"
void
str_echo(int sockfd)
{
long arg1, arg2;
ssize_t n;
char line[MAXLINE];
for ( ; ; ) {
if ( (n = Readline(sockfd, line, MAXLINE)) == 0)
return; /* connection closed
www.eeworm.com/read/180137/5289499
spec yaz.spec
Summary: Z39.50 Programs
Name: yaz
Version: 2.0.4
Release: 2
Requires: libxml2 openssl readline libyaz = %{version}
Copyright: YAZ License
Group: Other
Vendor: Index Data ApS
Sourc
www.eeworm.com/read/321483/3534429
t 02_ui.t
### Term::UI test suite ###
use strict;
use lib qw[../lib lib];
use Test::More tests => 19;
use Term::ReadLine;
use_ok( 'Term::UI' );
### make sure we can do this automatically ###
$Term::UI::AUTOR
www.eeworm.com/read/290808/3971356
c str_echo08.c
#include "unp.h"
void
str_echo(int sockfd)
{
long arg1, arg2;
ssize_t n;
char line[MAXLINE];
for ( ; ; ) {
if ( (n = Readline(sockfd, line, MAXLINE)) == 0)
return; /* connection closed
www.eeworm.com/read/410728/2201877
gdb changelog.gdb
2002-02-24 Elena Zannoni
* ChangeLog.gdb: Rename from ChangeLog.Cygnus.
2000-07-09 Elena Zannoni
* Import of readline 4.1.
www.eeworm.com/read/358128/3001602
pm nox.pm
package CPAN::Nox;
use strict;
use vars qw($VERSION @EXPORT);
BEGIN{
$CPAN::Suppress_readline=1 unless defined $CPAN::term;
}
use base 'Exporter';
use CPAN;
$VERSION = sprintf "%.6f", substr(q$Re
www.eeworm.com/read/268486/11136770
cpp ftplib.cpp
#include "ftplib.h"
///////////libftp.c
#define READLINE 256
#define ON 1
#define OFF 0
char ftp_message[FTP_MESSAGE_LEN];
in_port_t ftp_port;
int tcp_time
www.eeworm.com/read/100263/15879537
c rltab.c
/* New for v2.0: readline support -- daw */
/* all the tab completion support is here in this one file */
#ifdef HAVE_STDLIB_H
#include
#endif
#include
#include
exte
www.eeworm.com/read/100263/15879539
c log.c
/* New for v2.0: readline support -- daw */
/* i put the logging crap in it's own file, in case we wanna change it later */
#include
#include "tintin.h"
void
logit(s, b)
struct session *