Searched refs:line_out (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dfold.c44 char *line_out = NULL; local
79 int offset_out = 0; /* Index in `line_out' for next char. */
89 line_out = xrealloc(line_out, allocated_out);
93 line_out[offset_out++] = c;
94 fwrite(line_out, sizeof(char), (size_t) offset_out, stdout);
110 if (isblank(line_out[logical_end])) {
117 fwrite(line_out, sizeof(char), (size_t) logical_end, stdout);
121 memmove(line_out, line_out
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dhdspm.h77 unsigned char line_out; member in struct:hdspm_config_info
H A Dhdsp.h61 unsigned char line_out; member in struct:hdsp_config_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Dhdspm.c4148 info.line_out = (unsigned char) hdspm_line_out(hdspm);
H A Dhdsp.c4615 info.line_out = (unsigned char)hdsp_line_out(hdsp);

Completed in 280 milliseconds