/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);
|
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;
|
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;
|