Lines Matching refs:buf
80 char buf[16];90 memset(buf, 0, sizeof(buf));92 ret = read(fd, buf, sizeof(buf));97 sscanf(buf, "%lx", &val);105 char buf[16];114 sprintf(buf, "%lx\n", val);115 ret = write(fd, buf, strlen(buf));