OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nchar
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libc/locale/
t_mbrtowc.c
166
size_t
nchar
= 0;
local in function:h_ctype2
192
if (dst != t->wchars[
nchar
] ||
193
width != t->widths[
nchar
]) {
194
(void)printf("At position %zd:\n",
nchar
);
196
t->wchars[
nchar
], t->widths[
nchar
]);
202
nchar
++;
209
ATF_REQUIRE_EQ_MSG(
nchar
, t->length, "Incorrect length: "
210
"%zd (expected: %zd)",
nchar
, t->length);
/src/games/fortune/fortune/
fortune.c
277
size_t
nchar
;
local in function:fortlen
281
nchar
= Seekpts[1] - Seekpts[0];
285
nchar
= 0;
288
nchar
+= strlen(line);
290
Fort_len =
nchar
;
291
return
nchar
;
/src/lib/libc/regex/
engine.c
158
* Given a multibyte string pointed to by start, step back
nchar
characters
162
stepback(const char *start, const char *cur, int
nchar
)
174
for (wc =
nchar
; wc > 0; wc--) {
191
return (cur -
nchar
) > start ? cur -
nchar
: NULL;
Completed in 13 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025