ReactOS
0.4.16-dev-814-g656a5dc
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
strncoll.c
Go to the documentation of this file.
1
#include <precomp.h>
2
#include <string.h>
3
4
/* Compare S1 and S2, returning less than, equal to or
5
greater than zero if the collated form of S1 is lexicographically
6
less than, equal to or greater than the collated form of S2. */
7
8
9
/*
10
* @unimplemented
11
*/
12
int
_strncoll
(
const
char
*
s1
,
const
char
*
s2
,
size_t
c
)
13
{
14
return
strncmp
(
s1
,
s2
,
c
);
15
}
16
17
/*
18
* @unimplemented
19
*/
20
int
_strnicoll
(
const
char
*
s1
,
const
char
*
s2
,
size_t
c
)
21
{
22
return
_strnicmp
(
s1
,
s2
,
c
);
23
}
strncmp
int strncmp(const char *String1, const char *String2, ACPI_SIZE Count)
Definition:
utclib.c:534
_strnicmp
#define _strnicmp(_String1, _String2, _MaxCount)
Definition:
compat.h:23
c
const GLubyte * c
Definition:
glext.h:8905
s1
struct S1 s1
s2
struct S2 s2
_strncoll
int _strncoll(const char *s1, const char *s2, size_t c)
Definition:
strncoll.c:12
_strnicoll
int _strnicoll(const char *s1, const char *s2, size_t c)
Definition:
strncoll.c:20
sdk
lib
crt
string
strncoll.c
Generated on Thu Mar 13 2025 06:14:08 for ReactOS by
1.9.6