HomeSort by relevance Sort by last modified time
    Searched full:line_buffer_size (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/fs/mongo/
mongo_slinks.c 30 size_t line_buffer_size = 0; local
38 while (getline(&line_buffer, &line_buffer_size, stdin) != -1) {
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.cpp 97 #define LINE_BUFFER_SIZE 512
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE);
132 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE);
173 LINE_BUFFER_SIZE))!=NULL) {

Completed in 2807 milliseconds