HomeSort by: relevance | last modified time | path
    Searched defs:next_char (Results 1 - 19 of 19) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
memcache_proto.c 73 int next_char; local
85 if ((next_char = VSTREAM_GETC(stream)) == '\n') {
89 if (next_char != VSTREAM_EOF)
90 vstream_ungetc(stream, next_char);
smtp_stream.c 389 int next_char; local
417 if ((next_char = VSTREAM_GETC(stream)) == '\n') {
422 if (next_char != VSTREAM_EOF)
423 vstream_ungetc(stream, next_char);
460 while ((next_char = VSTREAM_GETC(stream)) != VSTREAM_EOF
461 && next_char != '\n')
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.cc 123 const char *next_char = StripPrefix(line, suppression_types_[type]); local
124 if (next_char && *next_char == ':') {
125 line = ++next_char;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_suppressions.cpp 134 const char *next_char = StripPrefix(line, suppression_types_[type]); local
135 if (next_char && *next_char == ':') {
136 line = ++next_char;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_suppressions.cpp 133 const char *next_char = StripPrefix(line, suppression_types_[type]); local
134 if (next_char && *next_char == ':') {
135 line = ++next_char;
  /src/external/gpl2/texinfo/dist/makeinfo/
xref.c 46 int next_char = next_nonwhitespace_character (); local
48 if (next_char == -1)
52 else if (next_char != ',' && next_char != '.')
  /src/external/gpl3/gcc/dist/libgfortran/io/
format.c 180 /* next_char()-- Return the next character in the format string.
185 next_char (format_data *fmt, int literal) function
308 c = next_char (fmt, 0);
329 c = next_char (fmt, 0);
340 c = next_char (fmt, 0);
368 c = next_char (fmt, 0);
400 switch (next_char (fmt, 0))
421 switch (next_char (fmt, 0))
438 switch (next_char (fmt, 0))
463 c = next_char (fmt, 1)
    [all...]
read.c 638 next_char (st_parameter_dt *dtp, char **p, size_t *w) function
734 c = next_char (dtp, &p, &w);
852 c = next_char (dtp, &p, &w);
list_read.c 69 #define next_char(dtp) ((dtp)->u.p.current_unit->next_char_fn_ptr (dtp)) macro
417 /* Now skip spaces, EOF and EOL are handled in next_char. */
419 c = next_char (dtp);
437 c = next_char (dtp);
465 c = next_char (dtp);
469 c = next_char (dtp);
519 if ((n = next_char(dtp)) == EOF)
533 if ((c = next_char (dtp)) == EOF)
583 if ((c = next_char (dtp)) == EOF)
736 if ((c = next_char (dtp)) == EOF
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
format.c 180 /* next_char()-- Return the next character in the format string.
185 next_char (format_data *fmt, int literal) function
308 c = next_char (fmt, 0);
329 c = next_char (fmt, 0);
340 c = next_char (fmt, 0);
368 c = next_char (fmt, 0);
400 switch (next_char (fmt, 0))
421 switch (next_char (fmt, 0))
438 switch (next_char (fmt, 0))
463 c = next_char (fmt, 1)
    [all...]
read.c 625 next_char (st_parameter_dt *dtp, char **p, size_t *w) function
717 c = next_char (dtp, &p, &w);
826 c = next_char (dtp, &p, &w);
list_read.c 73 #define next_char(dtp) ((dtp)->u.p.current_unit->next_char_fn_ptr (dtp)) macro
421 /* Now skip spaces, EOF and EOL are handled in next_char. */
423 c = next_char (dtp);
441 c = next_char (dtp);
471 if ((c = next_char (dtp)) == EOF)
492 if ((n = next_char(dtp)) == EOF)
506 if ((c = next_char (dtp)) == EOF)
556 if ((c = next_char (dtp)) == EOF)
709 if ((c = next_char (dtp)) == EOF)
729 c = next_char (dtp)
    [all...]
  /src/external/gpl2/groff/dist/src/utils/tfmtodit/
tfmtodit.cpp 80 unsigned char next_char; member in struct:lig_kern_command
150 *c2 = t->lig_kern[i].next_char;
189 && lig_kern[i].next_char == c2) {
364 lig_kern[i].next_char = *ptr++;
  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 667 next_char (void) function
697 c = next_char ();
745 if ((c = next_char ()) == 'g' || c == 'G')
746 if ((c = next_char ()) == 'c' || c == 'C')
747 if ((c = next_char ()) == 'c' || c == 'C')
748 if ((c = next_char ()) == '$')
770 if ((c = next_char ()) == 'c' || c == 'C')
771 if ((c = next_char ()) == 'c' || c == 'C')
776 if ((c = next_char ()) == ' ' || c == '\t'
780 c = next_char ();
    [all...]
io.cc 147 next_char (gfc_instring in_string) function
208 error_element = c = next_char (NONSTRING);
377 c = next_char (INSTRING_WARN);
386 c = next_char (NONSTRING);
479 c = next_char (INSTRING_WARN);
488 c = next_char (NONSTRING);
1149 next_char (INSTRING_WARN);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 667 next_char (void) function
697 c = next_char ();
745 if ((c = next_char ()) == 'g' || c == 'G')
746 if ((c = next_char ()) == 'c' || c == 'C')
747 if ((c = next_char ()) == 'c' || c == 'C')
748 if ((c = next_char ()) == '$')
770 if ((c = next_char ()) == 'c' || c == 'C')
771 if ((c = next_char ()) == 'c' || c == 'C')
776 if ((c = next_char ()) == ' ' || c == '\t'
780 c = next_char ();
    [all...]
io.cc 147 next_char (gfc_instring in_string) function
208 error_element = c = next_char (NONSTRING);
377 c = next_char (INSTRING_WARN);
386 c = next_char (NONSTRING);
479 c = next_char (INSTRING_WARN);
488 c = next_char (NONSTRING);
1149 next_char (INSTRING_WARN);
  /src/external/gpl3/binutils/dist/gas/
read.c 50 #define TC_START_LABEL(STR, NUL_CHAR, NEXT_CHAR) (NEXT_CHAR == ':')
863 /* Find first <eol><next_char>NO_APP<eol>, if any, in the supplied buffer.
864 Return NULL if there's none, or else the position of <next_char>.
874 find_no_app (char *s, char next_char)
877 const char srch[] = { next_char, 'N', 'O', '_', 'A', 'P', 'P', '\0' };
900 char next_char;
987 next_char = *input_line_pointer;
990 ? next_char == '#'
991 : next_char && strchr (line_comment_chars, next_char))
897 char next_char; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
read.c 50 #define TC_START_LABEL(STR, NUL_CHAR, NEXT_CHAR) (NEXT_CHAR == ':')
863 /* Find first <eol><next_char>NO_APP<eol>, if any, in the supplied buffer.
864 Return NULL if there's none, or else the position of <next_char>. */
866 find_no_app (const char *s, char next_char)
869 const char srch[] = { next_char, 'N', 'O', '_', 'A', 'P', 'P', '\0' };
892 char next_char;
977 next_char = *input_line_pointer;
980 ? next_char == '#'
981 : next_char && strchr (line_comment_chars, next_char))
889 char next_char; local
    [all...]

Completed in 48 milliseconds