#include <string.h>
#include "config.h"
#include "log2lines.h"
#include "match.h"
Go to the source code of this file.
◆ match_break()
Definition at line 15 of file match.c.
static int processed(const type_t *type)
Referenced by match_line().
◆ match_line()
Definition at line 72 of file match.c.
76 if ( *
Line ==
'\n' || *
Line ==
'\0' )
88 return (
int)(
Line[0]);
static int match_break(FILE *outFile, char *Line, int processed)
int strncmp(const char *String1, const char *String2, ACPI_SIZE Count)
static int match_mod(FILE *outFile, char *Line, int processed)
static int processed(const type_t *type)
Referenced by translate_files().
◆ match_mod()
Definition at line 31 of file match.c.
44 l2l_dbg(1,
"Module relocate list:\n");
IN PVOID IN PVOID IN USHORT IN USHORT Size
_Check_return_ _CRTIMP int __cdecl sscanf(_In_z_ const char *_Src, _In_z_ _Scanf_format_string_ const char *_Format,...)
static int processed(const type_t *type)
Referenced by match_line().