OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nchar
(Results
1 - 2
of
2
) 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
;
Completed in 48 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025