Home | History | Annotate | Download | only in PC

Lines Matching refs:BUFSIZE

16 #define BUFSIZE 256
111 static wchar_t buf[BUFSIZE];
112 DWORD result = GetEnvironmentVariableW(key, buf, BUFSIZE);
114 if (result >= BUFSIZE) {
1124 char buffer[BUFSIZE];
1125 wchar_t shebang_line[BUFSIZE + 1];
1141 read = fread(buffer, sizeof(char), BUFSIZE, fp);
1166 p = find_terminator(start, BUFSIZE, bom);
1188 BUFSIZE);