Home | History | Annotate | Download | only in xdgmime

Lines Matching refs:FILE

1 /* -*- mode: C; c-file-style: "gnu" -*- */
2 /* xdgmimemagic.: Private file. Datastructure for storing magic files.
162 _xdg_mime_magic_read_to_newline (FILE *magic_file,
196 /* Returns the number read from the file, or -1 if no number could be read.
199 _xdg_mime_magic_read_a_number (FILE *magic_file,
245 _xdg_mime_magic_parse_header (FILE *magic_file, XdgMimeMagicMatch *match)
294 _xdg_mime_magic_parse_error (FILE *magic_file)
313 _xdg_mime_magic_parse_magic_line (FILE *magic_file,
485 /* FIXME: need to get this defined in a <config.h> style file */
754 FILE *magic_file)
798 FILE *magic_file;