HomeSort by relevance Sort by last modified time
    Searched refs:allocated_length (Results 1 - 5 of 5) sorted by null

  /external/toybox/toys/pending/
fmt.c 33 size_t allocated_length = 0; local
36 while ((line_length = getline(&line, &allocated_length, fp)) > 0) {
  /bionic/tests/
stdio_test.cpp 154 size_t allocated_length = 0; local
159 ASSERT_EQ(getdelim(&word_read, &allocated_length, ' ', fp), static_cast<int>(strlen(expected[i])));
160 ASSERT_GE(allocated_length, strlen(expected[i]));
170 ASSERT_EQ(getdelim(&word_read, &allocated_length, ' ', fp), -1);
207 size_t allocated_length; local
208 ASSERT_EQ(-1, getdelim(&word_read, &allocated_length, ' ', fp));
227 size_t allocated_length = 0; local
231 while ((read_char_count = getline(&line_read, &allocated_length, fp)) != -1) {
233 ASSERT_GE(allocated_length, strlen(line_written));
246 ASSERT_EQ(getline(&line_read, &allocated_length, fp), -1)
    [all...]
  /external/ImageMagick/coders/
png.c 7706 allocated_length, local
    [all...]
  /external/v8/src/
objects.cc     [all...]
objects.h     [all...]

Completed in 426 milliseconds