Lines Matching refs:got
1189 int got;
1200 got = read(fd, &basecreds, sizeof(prcred_t));
1201 if (got == sizeof(prcred_t)) {
1215 got = read(fd, groups,
1217 cnt = got/sizeof(gid_t);
1264 int got;
1277 got = read(fd, buf, BUFSZ);
1278 buf[got] = 0;
1291 got = read(fd, buf, BUFSZ);
1292 buf[got] = 0;
5133 int got;
5135 got = -1; /* default return */
5138 got = ntfs_attr_data_read(scapi->security.vol->secure_ni,
5144 return (got);