linebuf 118 drivers/media/platform/vivid/vivid-vbi-gen.c u8 *linebuf = buf; linebuf 126 drivers/media/platform/vivid/vivid-vbi-gen.c linebuf += (line * 2 + data->field) * linebuf 129 drivers/media/platform/vivid/vivid-vbi-gen.c linebuf += (line + data->field * vbi_fmt->count[0]) * linebuf 132 drivers/media/platform/vivid/vivid-vbi-gen.c vivid_vbi_gen_cc_raw(data, linebuf, vbi_fmt->sampling_rate); linebuf 134 drivers/media/platform/vivid/vivid-vbi-gen.c vivid_vbi_gen_wss_raw(data, linebuf, vbi_fmt->sampling_rate); linebuf 136 drivers/media/platform/vivid/vivid-vbi-gen.c vivid_vbi_gen_teletext_raw(data, linebuf, vbi_fmt->sampling_rate); linebuf 2692 drivers/net/wireless/ath/ath10k/debug.c char linebuf[256]; linebuf 2702 drivers/net/wireless/ath/ath10k/debug.c linebuflen += scnprintf(linebuf + linebuflen, linebuf 2703 drivers/net/wireless/ath/ath10k/debug.c sizeof(linebuf) - linebuflen, linebuf 2708 drivers/net/wireless/ath/ath10k/debug.c linebuf + linebuflen, linebuf 2709 drivers/net/wireless/ath/ath10k/debug.c sizeof(linebuf) - linebuflen, true); linebuf 2710 drivers/net/wireless/ath/ath10k/debug.c dev_printk(KERN_DEBUG, ar->dev, "%s\n", linebuf); linebuf 167 drivers/tty/n_r3964.c char linebuf[16 * 3 + 1]; linebuf 171 drivers/tty/n_r3964.c sprintf(linebuf + 3 * j, "%02x ", block[i + j]); linebuf 173 drivers/tty/n_r3964.c linebuf[3 * j] = '\0'; linebuf 174 drivers/tty/n_r3964.c TRACE_PS("%s", linebuf); linebuf 480 include/linux/printk.h int groupsize, char *linebuf, size_t linebuflen, linebuf 106 lib/hexdump.c char *linebuf, size_t linebuflen, bool ascii) linebuf 138 lib/hexdump.c ret = snprintf(linebuf + lx, linebuflen - lx, linebuf 149 lib/hexdump.c ret = snprintf(linebuf + lx, linebuflen - lx, linebuf 160 lib/hexdump.c ret = snprintf(linebuf + lx, linebuflen - lx, linebuf 172 lib/hexdump.c linebuf[lx++] = hex_asc_hi(ch); linebuf 175 lib/hexdump.c linebuf[lx++] = hex_asc_lo(ch); linebuf 178 lib/hexdump.c linebuf[lx++] = ' '; linebuf 189 lib/hexdump.c linebuf[lx++] = ' '; linebuf 195 lib/hexdump.c linebuf[lx++] = (isascii(ch) && isprint(ch)) ? ch : '.'; linebuf 198 lib/hexdump.c linebuf[lx] = '\0'; linebuf 201 lib/hexdump.c linebuf[lx++] = '\0'; linebuf 245 lib/hexdump.c unsigned char linebuf[32 * 3 + 2 + 32 + 1]; linebuf 255 lib/hexdump.c linebuf, sizeof(linebuf), ascii); linebuf 260 lib/hexdump.c level, prefix_str, ptr + i, linebuf); linebuf 263 lib/hexdump.c printk("%s%s%.8x: %s\n", level, prefix_str, i, linebuf); linebuf 266 lib/hexdump.c printk("%s%s%s\n", level, prefix_str, linebuf); linebuf 92 tools/power/cpupower/lib/cpufreq.c char linebuf[MAX_LINE_LEN]; linebuf 99 tools/power/cpupower/lib/cpufreq.c linebuf, sizeof(linebuf)); linebuf 104 tools/power/cpupower/lib/cpufreq.c value = strtoul(linebuf, &endp, 0); linebuf 106 tools/power/cpupower/lib/cpufreq.c if (endp == linebuf || errno == ERANGE) linebuf 129 tools/power/cpupower/lib/cpufreq.c char linebuf[MAX_LINE_LEN]; linebuf 137 tools/power/cpupower/lib/cpufreq.c linebuf, sizeof(linebuf)); linebuf 141 tools/power/cpupower/lib/cpufreq.c result = strdup(linebuf); linebuf 266 tools/power/cpupower/lib/cpufreq.c char linebuf[MAX_LINE_LEN]; linebuf 271 tools/power/cpupower/lib/cpufreq.c linebuf, sizeof(linebuf)); linebuf 277 tools/power/cpupower/lib/cpufreq.c if (linebuf[i] == ' ' || linebuf[i] == '\n') { linebuf 298 tools/power/cpupower/lib/cpufreq.c memcpy(current->governor, linebuf + pos, i - pos); linebuf 341 tools/power/cpupower/lib/cpufreq.c char linebuf[MAX_LINE_LEN]; linebuf 346 tools/power/cpupower/lib/cpufreq.c linebuf, sizeof(linebuf)); linebuf 352 tools/power/cpupower/lib/cpufreq.c if (linebuf[i] == ' ' || linebuf[i] == '\n') { linebuf 371 tools/power/cpupower/lib/cpufreq.c memcpy(one_value, linebuf + pos, i - pos); linebuf 397 tools/power/cpupower/lib/cpufreq.c char linebuf[MAX_LINE_LEN]; linebuf 402 tools/power/cpupower/lib/cpufreq.c linebuf, sizeof(linebuf)); linebuf 408 tools/power/cpupower/lib/cpufreq.c if (linebuf[i] == ' ' || linebuf[i] == '\n') { linebuf 427 tools/power/cpupower/lib/cpufreq.c memcpy(one_value, linebuf + pos, i - pos); linebuf 473 tools/power/cpupower/lib/cpufreq.c char linebuf[MAX_LINE_LEN]; linebuf 477 tools/power/cpupower/lib/cpufreq.c len = sysfs_cpufreq_read_file(cpu, file, linebuf, sizeof(linebuf)); linebuf 483 tools/power/cpupower/lib/cpufreq.c if (i == len || linebuf[i] == ' ' || linebuf[i] == '\n') { linebuf 502 tools/power/cpupower/lib/cpufreq.c memcpy(one_value, linebuf + pos, i - pos); linebuf 704 tools/power/cpupower/lib/cpufreq.c char linebuf[MAX_LINE_LEN]; linebuf 709 tools/power/cpupower/lib/cpufreq.c linebuf, sizeof(linebuf)); linebuf 716 tools/power/cpupower/lib/cpufreq.c if (i == strlen(linebuf) || linebuf[i] == '\n') { linebuf 735 tools/power/cpupower/lib/cpufreq.c memcpy(one_value, linebuf + pos, i - pos); linebuf 139 tools/power/cpupower/lib/cpuidle.c char linebuf[MAX_LINE_LEN]; linebuf 147 tools/power/cpupower/lib/cpuidle.c linebuf, sizeof(linebuf)); linebuf 151 tools/power/cpupower/lib/cpuidle.c value = strtoull(linebuf, &endp, 0); linebuf 153 tools/power/cpupower/lib/cpuidle.c if (endp == linebuf || errno == ERANGE) linebuf 177 tools/power/cpupower/lib/cpuidle.c char linebuf[MAX_LINE_LEN]; linebuf 186 tools/power/cpupower/lib/cpuidle.c linebuf, sizeof(linebuf)); linebuf 190 tools/power/cpupower/lib/cpuidle.c result = strdup(linebuf); linebuf 344 tools/power/cpupower/lib/cpuidle.c char linebuf[MAX_LINE_LEN]; linebuf 352 tools/power/cpupower/lib/cpuidle.c linebuf, sizeof(linebuf)); linebuf 356 tools/power/cpupower/lib/cpuidle.c result = strdup(linebuf); linebuf 52 tools/power/cpupower/lib/cpupower.c char linebuf[MAX_LINE_LEN]; linebuf 73 tools/power/cpupower/lib/cpupower.c numread = read(fd, linebuf, MAX_LINE_LEN - 1); linebuf 78 tools/power/cpupower/lib/cpupower.c linebuf[numread] = '\0'; linebuf 81 tools/power/cpupower/lib/cpupower.c value = strtoull(linebuf, &endp, 0); linebuf 91 tools/power/cpupower/lib/cpupower.c char linebuf[MAX_LINE_LEN]; linebuf 97 tools/power/cpupower/lib/cpupower.c if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) linebuf 99 tools/power/cpupower/lib/cpupower.c *result = strtol(linebuf, &endp, 0); linebuf 100 tools/power/cpupower/lib/cpupower.c if (endp == linebuf || errno == ERANGE) linebuf 53 tools/power/cpupower/utils/helpers/sysfs.c char linebuf[MAX_LINE_LEN]; linebuf 74 tools/power/cpupower/utils/helpers/sysfs.c numread = read(fd, linebuf, MAX_LINE_LEN - 1); linebuf 79 tools/power/cpupower/utils/helpers/sysfs.c linebuf[numread] = '\0'; linebuf 82 tools/power/cpupower/utils/helpers/sysfs.c value = strtoull(linebuf, &endp, 0); linebuf 209 tools/power/cpupower/utils/helpers/sysfs.c char linebuf[MAX_LINE_LEN]; linebuf 217 tools/power/cpupower/utils/helpers/sysfs.c linebuf, sizeof(linebuf)); linebuf 221 tools/power/cpupower/utils/helpers/sysfs.c value = strtoull(linebuf, &endp, 0); linebuf 223 tools/power/cpupower/utils/helpers/sysfs.c if (endp == linebuf || errno == ERANGE) linebuf 247 tools/power/cpupower/utils/helpers/sysfs.c char linebuf[MAX_LINE_LEN]; linebuf 256 tools/power/cpupower/utils/helpers/sysfs.c linebuf, sizeof(linebuf)); linebuf 260 tools/power/cpupower/utils/helpers/sysfs.c result = strdup(linebuf); linebuf 414 tools/power/cpupower/utils/helpers/sysfs.c char linebuf[MAX_LINE_LEN]; linebuf 422 tools/power/cpupower/utils/helpers/sysfs.c linebuf, sizeof(linebuf)); linebuf 426 tools/power/cpupower/utils/helpers/sysfs.c result = strdup(linebuf);