Searched refs:LINESIZE (Results 1 – 8 of 8) sorted by relevance
/reactos/base/services/tcpsvcs/ |
H A D | chargen.c | 18 #define LINESIZE 74 // 72 + CR + NL macro 26 INT retVal = send(sock, lpLine, LINESIZE, 0); in SendLine() 29 if (retVal == LINESIZE) in SendLine() 54 CHAR line[LINESIZE]; in GenerateChars() 72 for (i=0; i < LINESIZE - 2; i++) in GenerateChars() 82 line[LINESIZE - 2] = '\r'; in GenerateChars() 83 line[LINESIZE - 1] = '\n'; in GenerateChars()
|
/reactos/sdk/tools/log2lines/ |
H A D | log2lines.c | 49 char s[LINESIZE]; in log_file() 113 char fmt[LINESIZE]; in print_offset() 411 char Line[LINESIZE + 1]; in translate_files() 412 char path[LINESIZE + 1]; in translate_files() 413 char LineOut[LINESIZE + 1]; in translate_files() 421 memset(Line, '\0', LINESIZE + 1); in translate_files() 477 if (i < LINESIZE) in translate_files() 495 if (i < LINESIZE) in translate_files() 616 char Line[LINESIZE + 1]; in main() 617 char PathBuffer[LINESIZE + 1]; in main() [all …]
|
H A D | cache.c | 29 char Line[LINESIZE]; in unpack_iso() 82 char Line[LINESIZE]; in check_directory() 161 char Line[LINESIZE + 1]; in read_cache() 164 Line[LINESIZE] = '\0'; in read_cache() 174 while (fgets(Line, LINESIZE, fr) != NULL) in read_cache() 193 char Line[LINESIZE + 1], *Fname = NULL; in create_cache() 224 Line[LINESIZE] = '\0'; in create_cache() 228 snprintf(Line, LINESIZE, DIR_FMT, opt_dir, tmp_name); in create_cache() 243 while (fgets(Line, LINESIZE, fr) != NULL) in create_cache()
|
H A D | options.c | 44 char opt_scanned[LINESIZE]; // all scanned options 45 char opt_SourcesPath[LINESIZE]; //sources path 94 opt_Pipe = malloc(LINESIZE); in optionInit()
|
H A D | log2lines.h | 15 char file1[LINESIZE]; 18 char file2[LINESIZE];
|
H A D | config.h | 30 #define LINESIZE 1024 macro
|
H A D | util.c | 165 char Line[LINESIZE]; in copy_file()
|
H A D | cmd.c | 265 memset(Line, '\0', LINESIZE); // flushed in handle_escape_cmd()
|