Lines Matching defs:st
110 struct stat st;127 ret = fstat(fd, &st);130 buf = malloc(st.st_size + 1);131 ret = read(fd, buf, st.st_size);132 assert(ret == st.st_size);