HomeSort by: relevance | last modified time | path
    Searched refs:eat_leading_spaces (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/io/
read.c 618 /* eat_leading_spaces()-- Given a character pointer and a width,
622 eat_leading_spaces (size_t *width, char *p) function
699 p = eat_leading_spaces (&w, p);
817 p = eat_leading_spaces (&w, p);
985 p = eat_leading_spaces (&w, (char*) p);
1011 p = eat_leading_spaces (&w, (char*) p);
1163 p = eat_leading_spaces (&w, (char*) p);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
read.c 605 /* eat_leading_spaces()-- Given a character pointer and a width,
609 eat_leading_spaces (size_t *width, char *p) function
682 p = eat_leading_spaces (&w, p);
791 p = eat_leading_spaces (&w, p);
952 p = eat_leading_spaces (&w, (char*) p);
978 p = eat_leading_spaces (&w, (char*) p);
1121 p = eat_leading_spaces (&w, (char*) p);

Completed in 19 milliseconds