Searched refs:get_line (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/contrib/gperf/lib/
H A Dgetline.h24 /* Like the glibc functions get_line and get_delim, except that the result
32 extern int get_line (char **lineptr, size_t *n, FILE *stream);
H A Dgetline.cc110 get_line (char **lineptr, size_t *n, FILE *stream) function
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgostsum.c20 int get_line(FILE *f, char *hash, char *filename);
85 while (get_line(check_file, inhash, filename)) {
166 int get_line(FILE *f, char *hash, char *filename) function
/freebsd-10-stable/contrib/byacc/
H A Dreader.c107 get_line(void) function
200 get_line();
217 get_line();
237 get_line();
263 get_line();
448 get_line();
496 get_line();
517 get_line();
531 get_line();
623 get_line();
[all...]
/freebsd-10-stable/contrib/groff/src/utils/addftinfo/
H A Daddftinfo.cpp150 static int get_line(FILE *fp, string *p) function
165 while (get_line(infp, &s)) {
171 while (get_line(infp, &s)) {
/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c250 static wchar_t * get_line (FILE *, size_t *);
410 while ((line=get_line(stream,&length)) != NULL) {
608 while ((line=get_line(stream, &length)) != 0) {
633 get_line(FILE *stream, size_t *lengthp) { function
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c177 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) function
223 len = get_line(*b, *avail, nl);
252 len = get_line(*b + tested, *avail - tested, nl);
482 len = get_line(b, avail_in - used, &nl);
/freebsd-10-stable/contrib/dialog/
H A Dprogressbox.c43 get_line(MY_OBJ * obj) function
259 for (i = 0; get_line(obj); i++) {
H A Dtailbox.c45 get_line(MY_OBJ * obj) function
53 dlg_exiterr("Error moving file pointer in get_line().");
87 char *line = get_line(obj);
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-10-stable/contrib/tnftp/src/
H A Dextern.h138 int get_line(FILE *, char *, size_t, const char **);
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-10-stable/contrib/binutils/gas/
H A Dmacro.c128 int (*get_line) (sb *))
135 int more = get_line (ptr);
230 more = get_line (ptr);
615 int (*get_line) (sb *),
634 if (! buffer_and_nest ("MACRO", "ENDM", &macro->sub, get_line))
1288 expand_irp (int irpc, int idx, sb *in, sb *out, int (*get_line) (sb *))
1298 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line))
/freebsd-10-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))) {
794 get_line( function
1141 while (get_line(func, farg, line, sizeof(line))) {
/freebsd-10-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-10-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-10-stable/usr.sbin/mountd/
H A Dmountd.c196 int get_line(void);
1445 while (get_line()) {
2877 get_line(void) function
/freebsd-10-stable/crypto/openssh/
H A Dssh-keygen.c537 get_line(FILE *fp, char *line, size_t len) function
575 while ((blen = get_line(fp, line, sizeof(line))) != -1) {
/freebsd-10-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

Completed in 413 milliseconds