Searched refs:consumed (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/iconvdata/ |
D | tst-iconv-big5-hkscs-to-2ucs4.c | 72 int consumed = 0; in check_conversion() local 78 ret = mbrtowc (&wc, mbs, inlen - consumed, &st); in check_conversion() 86 consumed += ret; in check_conversion() 93 ret = mbrtowc (&wc, mbs, inlen - consumed, &st); in check_conversion() 101 consumed += ret; in check_conversion() 117 ret = mbrtowc (&wc, mbs, inlen - consumed, &st); in check_conversion() 125 consumed += ret; in check_conversion()
|
/glibc-2.36/time/ |
D | tzset.c | 206 int consumed = 0; in parse_offset() local 208 &hh, &consumed, &mm, &consumed, &ss, &consumed) > 0) in parse_offset() 221 *tzp = tz + consumed; in parse_offset() 256 int consumed; in parse_rule() local 258 &tzr->m, &tzr->n, &tzr->d, &consumed) != 3 in parse_rule() 262 tz += consumed; in parse_rule() 304 int consumed = 0; in parse_rule() local 306 &hh, &consumed, &mm, &consumed, &ss, &consumed);; in parse_rule() 307 tz += consumed; in parse_rule()
|
/glibc-2.36/resolv/ |
D | tst-ns_name.c | 200 int consumed = ns_name_unpack in run_test_case() local 204 if (consumed != t->unpack_result) in run_test_case() 210 t->path, t->lineno, t->unpack_result, consumed); in run_test_case() 213 if (consumed != -1) in run_test_case()
|
/glibc-2.36/manual/ |
D | charset.texi | 660 conversion state is updated according to the bytes consumed in the 669 updated and all @var{n} input bytes are consumed and should not be 702 the number of consumed bytes is stored in the variable @code{nbytes}. 1077 consumed from the input string. This way the problem of 1124 place or control the consumed input indirectly via the available output 1820 two things: either all bytes from the input buffer are consumed or 2750 byte (i.e., if all of the input is consumed, this pointer and the fourth 2802 characters from the output buffer are consumed and, therefore, the input 2832 All input was consumed and there is room left in the output buffer. 2939 /* @r{All the output is consumed, we can make}
|
D | time.texi | 461 or they can be per-process or per-thread, measuring CPU time consumed 2012 recognized, input is consumed but no field in @var{tm} is set. 2020 recognized, input is consumed but no field in @var{tm} is set. 2119 recognized, input is consumed but no field in @var{tm} is set. 2137 recognized, input is consumed but no field in @var{tm} is set. 2146 recognized, input is consumed but no field in @var{tm} is set. 2158 recognized, input is consumed but no field in @var{tm} is set. 2211 recognized, input is consumed but no field in @var{tm} is set. 2236 the format string the return value points right after the last consumed 2237 input character. If the whole input string is consumed the return value
|
D | argp.texi | 478 considered to have been consumed. Otherwise, the amount by which 601 the value of the @code{next} field to find the consumed arguments. The
|
D | filesys.texi | 1094 are consumed during the @code{nftw} call.
|
D | texinfo.tex | 8247 % an opening brace, and that opening brace is not consumed.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.5 | 3999 where 32 bit quantities are consumed/stored. Various other minor
|