Searched refs:buf_size (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 241 …leInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, i… 427 static int __ConvertDate(const char *NTDate, char *buffer, int buf_size) { in __ConvertDate() argument 435 end_output = cur_output + buf_size; in __ConvertDate() 436 buf_size = 0; in __ConvertDate() 445 return ++buf_size; in __ConvertDate() 450 buf_size += 2; in __ConvertDate() 455 buf_size += 2; in __ConvertDate() 461 buf_size += 2; in __ConvertDate() 468 return ++buf_size; in __ConvertDate() 471 buf_size += 3; in __ConvertDate() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 349 static int buf_size; in follow_symlink() local 355 if (buf_size == 0) in follow_symlink() 359 buf_size = PATH_MAX + 1; in follow_symlink() 371 while ((rc = readlink (buf, buf2, buf_size)) == buf_size) in follow_symlink() 373 buf_size *= 2; in follow_symlink() 374 buf1 = ck_realloc (buf1, buf_size); in follow_symlink() 375 buf2 = ck_realloc (buf2, buf_size); in follow_symlink() 387 if (len + rc + 1 > buf_size) in follow_symlink() 389 buf_size = len + rc + 1; in follow_symlink() 390 buf1 = ck_realloc (buf1, buf_size); in follow_symlink() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdlib.in.h | 251 int initstate_r (unsigned int seed, char *buf, size_t buf_size,
|