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

  /external/squashfs-tools/squashfs-tools/
read_file.c 35 #define MAX_LINE 16384
64 if(total + (MAX_LINE + 1) > size) {
65 line = realloc(line, size += (MAX_LINE + 1));
70 err = fgets(line + total, MAX_LINE + 1, fd);
77 if(len == MAX_LINE && line[total - 1] != '\n') {
81 "%d bytes\n", type, filename, MAX_LINE);
sort.c 28 #define MAX_LINE 16384
220 char line_buffer[MAX_LINE + 1]; /* overflow safe */
221 char sort_filename[MAX_LINE + 1]; /* overflow safe */
231 while(fgets(line = line_buffer, MAX_LINE + 1, fd) != NULL) {
234 if(len == MAX_LINE && line[len - 1] != '\n') {
238 "bytes\n", filename, MAX_LINE);
unsquashfs.c 129 #define MAX_LINE 16384
    [all...]
mksquashfs.c 28 #define MAX_LINE 16384
    [all...]
  /system/extras/latencytop/
latencytop.c 26 #define MAX_LINE 512
39 char reason[MAX_LINE];
328 char line[MAX_LINE];
330 char reason[MAX_LINE];
334 if (!fgets(line, MAX_LINE, f)) {
345 while (fgets(line, MAX_LINE, f)) {
  /external/ppp/pppd/plugins/pppoatm/
ans.c 34 #define MAX_LINE 2048 /* in /etc/e164_cc */
199 char buffer[MAX_LINE];
212 while (fgets(buffer,MAX_LINE,file)) {
  /system/core/toolbox/
top.c 222 #define MAX_LINE 256
327 char buf[MAX_LINE], *open_paren, *close_paren;
331 fgets(buf, MAX_LINE, file);
386 char line[MAX_LINE];
391 fgets(line, MAX_LINE, file);
413 char line[MAX_LINE];
418 while (fgets(line, MAX_LINE, file)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term_entry.h 104 #define MAX_LINE 132
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term_entry.h 104 #define MAX_LINE 132
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 79 #define MAX_LINE 256 /* Lines longer than this are truncated by TI's asm. */
85 char mnemonic[MAX_LINE]; /* Opcode name/mnemonic. */
86 char parmnemonic[MAX_LINE]; /* 2nd mnemonic of parallel insn. */
91 char buf[MAX_LINE];
    [all...]

Completed in 144 milliseconds