NTFS_UCSNCMP

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ntfs_ucsncmp - compare two little endian Unicode strings  

SYNOPSIS

"SYNOPSIS"

int ntfs_ucsncmp (const ntfschar * s1, const ntfschar * s2, size_t n);  

ARGUMENTS

s1
first string
s2
second string
n
maximum unicode characters to compare
 

DESCRIPTION

Compare the first n characters of the Unicode strings s1 and s2, The strings in little endian format and appropriate le16_to_cpu conversion is performed on non-little endian machines.

The function returns an integer less than, equal to, or greater than zero if s1 (or the first n Unicode characters thereof) is found, respectively, to be less than, to match, or be greater than s2.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:34 GMT, October 09, 2005