代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/118628/14861450
patch readline-2.0.patch
This patch corrects a config mistake in GNU readline-2.0 that causes
it to mishandle signals, resulting in problems with ftp's ^C handling.
*** signals.c.dist Wed Aug 3 11:25:57 1994
--- signals.c
www.eeworm.com/read/246537/4493935
h readline_r.h
typedef struct {
int read_fd; /* caller's descriptor to read from */
char *read_ptr; /* caller's buffer to read into */
size_t read_maxlen; /* max #bytes to read */
/* next three are use
www.eeworm.com/read/246537/4493958
c readline_r.c
/* include readline */
#include "unp.h"
#include "readline_r.h"
static ssize_t
my_read_r(Rline *rptr, char *ptr)
{
if (rptr->rl_cnt rl_cnt = read(rptr->read_fd, rptr->rl_buf,
www.eeworm.com/read/246537/4494008
c readline3.c
/* include readline */
#include "unp.h"
#include "readline.h"
static ssize_t
my_read(Rline *rptr, char *ptr)
{
if (rptr->rl_cnt rl_cnt = read(rptr->read_fd, rptr->rl_buf, size
www.eeworm.com/read/246537/4494014
c readline1.c
/* include readline */
#include "unp.h"
ssize_t
readline(int fd, void *vptr, size_t maxlen)
{
ssize_t n, rc;
char c, *ptr;
ptr = vptr;
for (n = 1; n < maxlen; n++) {
again:
if ( (rc = read(fd,
www.eeworm.com/read/246537/4494019
c readline2.c
/* include readline */
#include "unp.h"
static ssize_t
my_read(int fd, char *ptr)
{
static int read_cnt = 0;
static char *read_ptr;
static char read_buf[MAXLINE];
if (read_cnt
www.eeworm.com/read/229403/4756579
patch readline5.patch
diff -urN orig-readline/support/config.sub readline-5.0/support/config.sub
--- orig-readline/support/config.sub 2003-09-10 09:16:12.000000000 -0400
+++ readline-5.0/support/config.sub 2004-11-23 14:54
www.eeworm.com/read/222917/4816270
h php_readline.h
/*
+----------------------------------------------------------------------+
| PHP Version 4 |
+-----------------------------------------
www.eeworm.com/read/207991/5000084
mx mal_readline.mx
@' The contents of this file are subject to the MonetDB Public License
@' Version 1.1 (the "License"); you may not use this file except in
@' compliance with the License. You may obtain a copy of the