ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <stdio.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winuser.h>
#include <conutils.h>
#include <strsafe.h>
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | FIND_LINE_BUFFER_SIZE 4096 |
Functions | ||||||||||
StrStrCase | ||||||||||
@implemented Locates a substring inside a NULL-terminated wide string.
| ||||||||||
static PWSTR | StrStrCase (IN PCWSTR pszStr, IN PCWSTR pszSearch, IN BOOL bIgnoreCase) | |||||||||
FindString | ||||||||||
@implemented Prints all lines of the stream that contain a string.
| ||||||||||
static int | FindString (IN FILE *pStream, IN PCWSTR pszFilePath OPTIONAL, IN PCWSTR pszSearchString) | |||||||||
int | wmain (int argc, WCHAR *argv[]) | |||||||||
Variables | |
static BOOL | bInvertSearch = FALSE |
static BOOL | bCountLines = FALSE |
static BOOL | bDisplayLineNumbers = FALSE |
static BOOL | bIgnoreCase = FALSE |
static BOOL | bDoNotSkipOfflineFiles = FALSE |
|
static |
Definition at line 106 of file find.c.
Referenced by wmain().
Definition at line 52 of file find.c.
Referenced by FindString().
Definition at line 169 of file find.c.
Definition at line 26 of file find.c.
Referenced by FindString(), and wmain().
Definition at line 27 of file find.c.
Referenced by FindString(), and wmain().
Definition at line 28 of file find.c.
Referenced by FindString(), GetHash(), StrStrCase(), and wmain().