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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtr.c200 #define tr_buf bb_common_bufsiz1 macro
202 input_length = expand(argv[idx++], tr_buf);
204 input_length = complement(tr_buf, input_length);
209 map(vector, tr_buf, input_length, output, output_length);
212 invec[(unsigned char)tr_buf[i]] = TRUE;
224 read_chars = read(STDIN_FILENO, tr_buf, BUFSIZ);
232 c = tr_buf[in_index++];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Djournal.c596 unsigned char *tr_buf, *disk_buf; local
647 tr_bh = sb_bread512(sb, HFSPLUS_SB(sb).blockoffset + tr_sector_number, tr_buf);
671 memcpy(disk_buf, tr_buf, HFSPLUS_SECTOR_SIZE);

Completed in 34 milliseconds