#include <os2.h>
#include <stdio.h>
#include <process.h>
#include "nt.h"
#include "ntrtl.h"
Go to the source code of this file.
Functions | |
BOOLEAN | StringCompare (IN PSTRING String1, IN PSTRING String2, IN BOOLEAN CaseInSensitive, IN LONG ExpectedResult) |
BOOLEAN | StringEqual (IN PSTRING String1, IN PSTRING String2, IN BOOLEAN CaseInSensitive, IN BOOLEAN ExpectedResult) |
VOID | DumpString (IN PCH StringTitle, IN PSTRING String) |
BOOLEAN | TestString (void) |
int _CDECL | main (int argc, char *argv[]) |
Variables | |
char * | TestMemoryStrings [] |
|
Definition at line 100 of file trtl.c. References DbgPrint, and String. Referenced by TestString().
|
|
Definition at line 178 of file trtl.c. References DbgPrint, exit, and TestString().
|
|
Definition at line 44 of file trtl.c. References DbgPrint, FALSE, L, RtlCompareString(), String1, String2, and TRUE. Referenced by TestString().
|
|
Definition at line 77 of file trtl.c. References DbgPrint, FALSE, RtlEqualString(), String1, String2, and TRUE. Referenced by TestString().
|
|
Definition at line 114 of file trtl.c. References DumpString(), FALSE, L, NULL, RtlCopyString(), RtlInitString(), String1, String2, StringCompare(), StringEqual(), and TRUE. Referenced by main().
|
|
Initial value:
|