HomeSort by: relevance | last modified time | path
    Searched defs:get_line (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/usr.bin/ctags/
print.c 54 * get_line --
59 get_line(void) function
  /src/external/bsd/dhcpcd/dist/src/
common.c 161 get_line(char ** __restrict buf, ssize_t * __restrict buflen) function
  /src/games/gomoku/
bdisp.c 283 get_line(char *buf, int size, void (*on_change)(const char *)) function
  /src/usr.sbin/gspa/gspa/
gspa.c 141 while( get_line(line, MAXLINE) ){
175 while( get_line(line, MAXLINE) ){
230 get_line(char *lp, int maxlen) function
  /src/external/gpl2/groff/dist/src/utils/addftinfo/
addftinfo.cpp 152 static int get_line(FILE *fp, string *p) function
167 while (get_line(infp, &s)) {
173 while (get_line(infp, &s)) {
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-demangle.c 52 get_line(struct line *buf) function
196 get_line (&format);
200 get_line (&input);
201 get_line (&expect);
325 get_line (&expect);
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-demangle.c 52 get_line(struct line *buf) function
196 get_line (&format);
200 get_line (&input);
201 get_line (&expect);
325 get_line (&expect);
  /src/games/boggle/boggle/
mach.c 170 get_line(char *q) function
  /src/games/cribbage/
io.c 235 if (!(line = get_line()))
334 if (!(p = get_line()) || *p == '\0') {
515 * get_line:
520 get_line(void) function
  /src/usr.bin/csplit/
csplit.c 72 static char *get_line(void);
204 while ((p = get_line()) != NULL && fputs(p, ofp) != EOF)
284 get_line(void) function
305 /* Conceptually rewind the input (as obtained by get_line()) back `n' lines. */
357 * get_line() will read from here. Next call will truncate to
405 while ((p = get_line()) != NULL) {
431 while (--ofs > 0 && (p = get_line()) != NULL)
466 if ((p = get_line()) == NULL)
  /src/usr.bin/fsplit/
fsplit.c 94 static int get_line(void);
161 while (get_line() > 0) {
273 get_line(void) function
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 126 def get_line(self) -> int: member in class:AnalysisDiagnostic
142 return f"{self.get_file_name()}:{self.get_line()}:{self.get_column()}"
175 line = self.get_line()
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_uu.c 178 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) function
224 len = get_line(*b, *avail, nl);
253 len = get_line(*b + tested, *avail - tested, nl);
512 len = get_line(b, avail_in - used, &nl);
  /src/external/bsd/openldap/dist/libraries/libldap/
test.c 51 static char *get_line LDAP_P(( char *line, int len, FILE *fp, const char *prompt ));
65 get_line( char *line, int len, FILE *fp, const char *prompt ) function
87 get_line( buf, sizeof(buf), stdin, prompt );
185 get_line( buf, sizeof(buf), stdin, prompt1 );
192 get_line( buf, sizeof(buf), stdin, prompt2 );
262 get_line( dn, sizeof(dn), stdin, "re-bind dn? " );
266 get_line( passwd, sizeof(passwd), stdin,
376 while ( get_line( line, sizeof(line), stdin, "\ncommand? " ) != NULL ) {
385 get_line( dn, sizeof(dn), stdin, "dn? " );
398 get_line( line, sizeof(line), stdin, "msgid? " )
    [all...]
  /src/usr.bin/gencat/
gencat.c 120 static char *get_line(int);
277 get_line(int fd) function
397 cptr = get_line(fd);
474 while ((cptr = get_line(fd))) {
  /src/usr.bin/rs/
rs.c 99 static int get_line(void);
138 get_line();
142 get_line();
188 } while (get_line() != EOF);
346 get_line(void) /* get line; maintain curline, curlen; manage storage */ function
  /src/bin/pax/
options.c 98 static char *get_line(FILE *fp);
111 /* errors from get_line */
1250 while ((str = get_line(fp)) != NULL) {
1355 while ((str = get_line(fp)) != NULL) {
1684 while ((str = get_line(fp)) != NULL) {
1849 while ((str = get_line(stdin)) != NULL) {
2078 get_line(FILE *f) function
  /src/usr.bin/mail/
mime_attach.c 785 get_line(el_mode_t *em, const char *pr, const char *str, int i) function
813 line = get_line(em, pr, *str, i);
827 ename = get_line(&elm.mime_enc, "encoding", ename, num);
882 line = get_line(&elm.filec, "filename", ap->a_name, attach_num);
935 line = get_line(&elm.filec, "filename", "", attach_num);
  /src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.c 68 static char * get_line (leapsec_reader, void *, char *,
185 while (get_line(func, farg, linebuf, sizeof(linebuf))) {
780 get_line( function
1129 while (get_line(func, farg, line, sizeof(line))) {
  /src/usr.sbin/lpr/common_source/
common.c 207 get_line(FILE *cfp) function
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 106 int get_line(char *, size_t *);
255 while ((n = get_line(s->cbuf, &s->cbuf_valid)) > 0) {
354 get_line(char *buf, size_t *valid) function
1118 while ((n = get_line(s->sbuf, &s->sbuf_valid)) > 0) {
  /src/usr.bin/diff3/
diff3.c 148 static char *get_line(FILE *, size_t *);
274 while ((line = get_line(b, NULL))) {
283 get_line(FILE *b, size_t *n) function
477 if ((line = get_line(fp[i], &j)) == NULL)
  /src/usr.bin/ftp/
util.c 411 nlen = get_line(stdin, tmp, sizeof(tmp), &errormsg);
520 nlen = get_line(stdin, line + len, sizeof(line)-len, &errormsg);
1294 get_line(FILE *stream, char *buf, size_t buflen, const char **errormsg) function
  /src/usr.bin/unifdef/
unifdef.c 249 static Linetype get_line(void);
575 lineval = get_line();
589 get_line(void) function
  /src/external/gpl2/groff/dist/src/preproc/pic/
lex.cpp 1449 int get_line();
1537 if (!get_line())
1567 if (!get_line())
1586 int copy_thru_input::get_line() function in class:copy_thru_input

Completed in 100 milliseconds

1 2