Searched refs:MAX_FILE_SIZE (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dmenus.h68 #define MAX_FILE_SIZE 4096 /* max chars to read from file for cut */ macro
H A Dmenus.c1216 char buff[MAX_FILE_SIZE];
1930 count = (int) read(fd, buff, MAX_FILE_SIZE - 1);
2118 count = (int) read(fd, buff, MAX_FILE_SIZE - 1);

Completed in 5 milliseconds