OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nchar
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libc/locale/
t_mbrtowc.c
166
size_t
nchar
= 0;
local
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
281
nchar
= Seekpts[1] - Seekpts[0];
285
nchar
= 0;
288
nchar
+= strlen(line);
290
Fort_len =
nchar
;
291
return
nchar
;
/src/usr.bin/diff3/
diff3.c
494
int
nchar
;
local
501
nchar
= 0;
510
nchar
++;
512
repos(
nchar
);
517
repos(
nchar
);
522
repos(int
nchar
)
527
(void)fseek(fp[i], (long)-
nchar
, SEEK_CUR);
Completed in 29 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026