Searched refs:get_line (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/dialog/
H A Dtextbox.c269 get_line(MY_OBJ * obj) function
309 char *match = get_line(obj);
403 char *line = get_line(obj);
788 * get_line() in the following 'for' loop.
800 (void) get_line(&obj); /* Called to update 'end_reached' and 'in_buf' */
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c106 int get_line(char *, size_t *);
252 while ((n = get_line(s->cbuf, &s->cbuf_valid)) > 0) {
346 get_line(char *buf, size_t *valid) function
1090 while ((n = get_line(s->sbuf, &s->sbuf_valid)) > 0) {
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dlp.h284 int get_line(FILE *_cfp);
H A Ddisplayq.c418 while (get_line(cfp)) {
448 * deliberately 'continue' to another get_line(), so
H A Dcommon.c83 * get_line reads a line from the control file cfp, removes tabs, converts
88 get_line(FILE *cfp) function
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c88 static char * get_line(leapsec_reader, void*, char*, size_t);
202 while (get_line(func, farg, linebuf, sizeof(linebuf))) {
797 get_line( function
1144 while (get_line(func, farg, line, sizeof(line))) {
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dlex.cpp1447 int get_line();
1535 if (!get_line())
1565 if (!get_line())
1584 int copy_thru_input::get_line() function in class:copy_thru_input
/freebsd-11-stable/contrib/tnftp/src/
H A Dfetch.c196 if (get_line(stdin, uuser, sizeof(uuser), &errormsg) < 0) {
843 len = get_line(fin, buf, sizeof(buf), &errormsg);
867 len = get_line(fin, buf, sizeof(buf), &errormsg);
1072 if (get_line(stdin, reply, sizeof(reply), NULL)
H A Dutil.c418 nlen = get_line(stdin, tmp, sizeof(tmp), &errormsg);
526 nlen = get_line(stdin, line + len, sizeof(line)-len, &errormsg);
1284 get_line(FILE *stream, char *buf, size_t buflen, const char **errormsg) function
H A Dmain.c655 len = get_line(stdin, line, sizeof(line), NULL);
H A Dcmds.c184 if (get_line(stdin, cline, sizeof(cline), &errormsg) < 0) {
779 while (get_line(fp, buf, sizeof(buf), NULL) >= 0) {
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c450 * get_line reads a line and expands tabs to blanks
455 while (get_line(cfp))
580 while (get_line(cfp))
925 while (get_line(cfp)) {
957 while ((i = get_line(cfp)) != 0) {
986 while (get_line(cfp))
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp240 * get_line - Copy a line (w/o newline) from a file to the
244 int get_line(FILE *f) function
297 while (get_line(f)) {
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dcmds.c309 if (get_line(fp) == 0)
1295 while (get_line(fp) > 0)
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1163 * get_line - a hacked up version of fgets to ignore TELNET escape codes.
1166 get_line(char *s, int n, FILE *iop)
1285 n = get_line(cbuf, sizeof(cbuf)-1, stdin);
H A Dftpd.c2843 ret = get_line(cp, 7, stdin);
/freebsd-11-stable/crypto/openssh/
H A Dssh-keygen.c539 get_line(FILE *fp, char *line, size_t len) function
577 while ((blen = get_line(fp, line, sizeof(line))) != -1) {
/freebsd-11-stable/contrib/ee/
H A Dee.c294 void get_line P_((int length, unsigned char *in_string, int *append));
2274 get_line(length, in_string, &append);
2306 get_line(length, in_string, append) /* read string and split into lines */ function
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c232 static int get_line(void);
1511 while (get_line()) {
3392 get_line(void) function

Completed in 172 milliseconds

12