代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/344712/11864665
c main.c
#include "eDbInit.h"
char *readline(char *zPrompt, FILE *in){
char *zLine;
int nLine;
int n;
int eol;
if( zPrompt && *zPrompt ){
#ifdef WIN32
printf("%s",zPrompt);
fflush(std
www.eeworm.com/read/16793/690731
c rl.c
/*
* rl - command-line interface to read a line from the standard input
* (or another fd) using readline.
*
* usage: rl [-p prompt] [-u unit] [-d default] [-n nchars]
*/
/* Copyright (C) 19
www.eeworm.com/read/16793/690795
h rldefs.h
/* rldefs.h -- an attempt to isolate some of the system-specific defines
for readline. This should be included after any files that define
system-specific constants like _POSIX_VERSION or USG.
www.eeworm.com/read/246537/4493553
c str_echo.c
#include "unp.h"
void
str_echo(int sockfd)
{
ssize_t n;
char line[MAXLINE];
for ( ; ; ) {
if ( (n = Readline(sockfd, line, MAXLINE)) == 0)
return; /* connection closed by other end */
www.eeworm.com/read/234560/4657569
cs class1.cs
using System;
using System.Net;
using System.Net.Sockets;
using System.Text;
namespace TestUdpServer
{
class Class1
{
static void Main()
{
StartListener();
Console.ReadLine();
www.eeworm.com/read/177816/5319794
c rl.c
/*
* rl - command-line interface to read a line from the standard input
* (or another fd) using readline.
*
* usage: rl [-p prompt] [-u unit] [-d default] [-n nchars]
*/
/* Copyright (C) 19
www.eeworm.com/read/177235/5331838
netsh
#!/usr/bin/perl
use Getopt::Std;
use DBI;
use Term::ReadLine;
use SNMP;
use AutoLoader;
use IO::File;
BEGIN {
$opts{'t'} = ! eval { require Text::FormatTable; };
$ansicolor = eval { require
www.eeworm.com/read/278796/4141597
c rl.c
/*
* rl - command-line interface to read a line from the standard input
* (or another fd) using readline.
*
* usage: rl [-p prompt] [-u unit] [-d default] [-n nchars]
*/
/* Copyright (C) 19
www.eeworm.com/read/271875/4221821
netsh
#!/usr/bin/perl
use Getopt::Std;
use DBI;
use Term::ReadLine;
use SNMP;
use AutoLoader;
use IO::File;
BEGIN {
$opts{'t'} = ! eval { require Text::FormatTable; };
$ansicolor = eval { require
www.eeworm.com/read/410728/2201876
c rl.c
/*
* rl - command-line interface to read a line from the standard input
* (or another fd) using readline.
*
* usage: rl [-p prompt] [-u unit] [-d default] [-n nchars]
*/
/* Copyright (C) 19