HomeSort by: relevance | last modified time | path
    Searched refs:buff_len (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libresolv/
hmac_link.c 259 * buff_len size of output buffer
268 const int buff_len)
271 #define BUF_LEFT (size_t)(buff_len - (bp - buff))
285 len = snprintf(buff, buff_len, KEY_FILE_FMT_STR, KEY_FILE_FORMAT,
287 if (len < 0 || len >= buff_len)
324 * buff_len the length of the buffer
332 const int buff_len)
344 if (buff == NULL || buff_len < 0)
  /src/usr.sbin/makefs/cd9660/
cd9660_write.c 411 cd9660_write_buffered(FILE *fd, off_t offset, int buff_len,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc 571 uptr buff_len; local in function:__sanitizer::ReadNullSepFileToArray
573 if (!ReadFileToBuffer(path, &buff, &buff_size, &buff_len, 1024 * 1024)) {

Completed in 52 milliseconds