Lines Matching refs:c
53 ssize_t c; in w1_slave_show() local
58 c = PAGE_SIZE; in w1_slave_show()
78 c -= snprintf(out_buf + PAGE_SIZE - c, in w1_slave_show()
79 c, "%02x ", in w1_slave_show()
87 c -= snprintf(out_buf + PAGE_SIZE - c, in w1_slave_show()
88 c, "crc=NO\n"); in w1_slave_show()
110 c -= snprintf(out_buf + PAGE_SIZE - c, in w1_slave_show()
111 c, "crc=YES c=%d\n", result); in w1_slave_show()
113 c -= snprintf(out_buf + PAGE_SIZE - c, in w1_slave_show()
114 c, "crc=NO\n"); in w1_slave_show()
119 c -= snprintf(out_buf + PAGE_SIZE - c, c, "Connection error"); in w1_slave_show()
122 return PAGE_SIZE - c; in w1_slave_show()