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

  /src/external/bsd/file/dist/src/
apprentice.c 163 file_private int check_format(struct magic_set *, struct magic *);
2425 if (check_format(ms, m) == -1)
2792 check_format(struct magic_set *ms, struct magic *m) function
  /src/external/gpl3/gcc/dist/gcc/fortran/
io.cc 593 check_format (bool is_input) function
1338 rv = check_format (is_input);
1396 if (!check_format (false))
1419 check_format (false); /* Guaranteed to succeed */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
io.cc 593 check_format (bool is_input) function
1338 rv = check_format (is_input);
1396 if (!check_format (false))
1419 check_format (false); /* Guaranteed to succeed */

Completed in 30 milliseconds