HomeSort by: relevance | last modified time | path
    Searched defs:lastrec (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tcopy/
tcopy.c 65 static long lastrec, record; variable in typeref:typename:long
163 if (lastrec == 0 && nread == 0)
165 else if (record - lastrec > 1)
167 lastrec, record);
169 fprintf(msg, "record %ld\n", lastrec);
175 lastrec = record;
214 size = record = lastrec = 0;
293 if (record - lastrec > 1)
294 fprintf(msg, "records %ld to %ld\n", lastrec, record);
296 fprintf(msg, "record %ld\n", lastrec);
    [all...]
  /src/sys/fs/hfs/
libhfs.c 550 hfs_catalog_keyed_record_t lastrec; local in function:hfslib_find_catalog_record_with_key
637 memcpy(out_rec, &lastrec,
658 memcpy(&lastrec, out_rec, sizeof(hfs_catalog_keyed_record_t));
691 hfs_extent_record_t lastrec; local in function:hfslib_find_extent_record_with_key
738 memcpy(&lastrec, out_rec, sizeof(hfs_extent_record_t));
749 memcpy(out_rec, &lastrec, sizeof(hfs_extent_record_t));

Completed in 13 milliseconds