Searched refs:get_line (Results 1 - 23 of 23) sorted by last modified time

/freebsd-9.3-release/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))) {
784 get_line( function
1131 while (get_line(func, farg, line, sizeof(line))) {
/freebsd-9.3-release/usr.sbin/mountd/
H A Dmountd.c195 int get_line(void);
1355 while (get_line()) {
2775 get_line(void) function
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_uu.c162 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) function
207 len = get_line(*b, *avail, nl);
225 len = get_line(*b, *avail, nl);
457 len = get_line(b, avail_in - used, &nl);
/freebsd-9.3-release/contrib/gperf/lib/
H A Dgetline.cc110 get_line (char **lineptr, size_t *n, FILE *stream) function
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);
/freebsd-9.3-release/contrib/dialog/
H A Dprogressbox.c43 get_line(MY_OBJ * obj) function
229 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.c237 get_line(MY_OBJ * obj) function
277 char *match = get_line(obj);
371 char *line = get_line(obj);
757 * get_line() in the following 'for' loop.
769 (void) get_line(&obj); /* Called to update 'end_reached' and 'in_buf' */
/freebsd-9.3-release/contrib/dialog/samples/install/
H A Dsetup.c87 get_line(char *line, int size, FILE * f) function
118 && (length = get_line(line, 200, f)) >= 0) {
/freebsd-9.3-release/contrib/tnftp/src/
H A Dcmds.c184 if (get_line(stdin, cline, sizeof(cline), &errormsg) < 0) {
779 while (get_line(fp, buf, sizeof(buf), NULL) >= 0) {
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 Dmain.c655 len = get_line(stdin, line, sizeof(line), 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
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/gnu/lib/libodialog/
H A Dtextbox.c31 static unsigned char *get_line(void);
232 next page. This is done by calling get_line() in the following
245 get_line(); /* Called to update 'end_reached' and 'page' */
369 while((found = strstr(get_line(), search_term)) == NULL) {
374 while((found = strstr(get_line(), search_term)) == NULL) {
568 line = get_line();
592 static unsigned char *get_line(void) function
602 fprintf(stderr, "\nError moving file pointer in get_line().\n");
610 fprintf(stderr, "\nError reading file in get_line().\n");
638 /* End of get_line() */
[all...]
/freebsd-9.3-release/usr.bin/yacc/
H A Dreader.c97 static void get_line(void);
134 get_line(void) function
218 get_line();
236 get_line();
247 get_line();
276 get_line();
400 get_line();
414 get_line();
445 get_line();
491 get_line();
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/openssh/
H A Dssh-keygen.c499 get_line(FILE *fp, char *line, size_t len) function
542 while ((blen = get_line(fp, line, sizeof(line))) != -1) {

Completed in 247 milliseconds