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

  /external/libpcap/
pcap-sita.c 50 #define MAX_LINE_SIZE 255 /* max size of a buffer/line in /etc/hosts we allow */
259 char buf[MAX_LINE_SIZE];
270 while (fgets(buf, MAX_LINE_SIZE-1, fp)) { /* while looping over the file */
501 char str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE];
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 66 #define MAX_LINE_SIZE 0x7FFF /* 32767 */
323 char line[MAX_LINE_SIZE];
324 char lastLine[MAX_LINE_SIZE];
341 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 66 #define MAX_LINE_SIZE 0x7FFF /* 32767 */
323 char line[MAX_LINE_SIZE];
324 char lastLine[MAX_LINE_SIZE];
341 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
    [all...]

Completed in 159 milliseconds