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 - 6
of
6
) 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/external/gpl2/mkhybrid/dist/
rock.c
337
int
nchar
;
local
339
nchar
= readlink(whole_name, (char *)symlink_buff, sizeof(symlink_buff)-1);
340
symlink_buff[
nchar
< 0 ? 0 :
nchar
] = 0;
341
nchar
= strlen((char *) symlink_buff);
371
while(
nchar
){
383
nchar
--;
393
nchar
-= 2;
399
nchar
-= 1;
415
nchar
++
[
all
...]
tree.c
1541
int
nchar
;
local
1589
nchar
= readlink(whole_path,
1592
symlink_buff[
nchar
< 0 ? 0 :
nchar
] = 0;
/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);
/src/external/cddl/osnet/dist/tools/ctf/cvt/
dwarf.c
1363
int nlong = 0, nshort = 0,
nchar
= 0, nint = 0;
local
1381
nchar
++;
1397
if (
nchar
> 1 || nshort > 1 || nint > 1 || nlong > 2)
1400
if (
nchar
> 0) {
Completed in 32 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026