| /src/usr.bin/tcopy/ |
| tcopy.c | 65 static long lastrec, record; variable 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/external/bsd/ntp/dist/ntpd/ |
| refclock_datum.c | 136 l_fp lastrec; /* time tag for the receive time (system) */ member in struct:datum_pts_unit 534 datum_pts->lastrec = rbufp->recv_time; 628 datum_pts->lastrec.l_ui, 633 error = datum_pts->lastref.l_ui - datum_pts->lastrec.l_ui; 669 datum_pts->lastrec.l_ui, 677 printf("GMT %d, lastrec %d, yearstart %d, lastref %d\n", 679 datum_pts->lastrec.l_ui, 713 L_SUB(&tstmp, &datum_pts->lastrec); /* tstmp is now the correction */ 734 datum_pts->lastref = datum_pts->lastrec;
|
| refclock_arc.c | 492 l_fp lastrec; /* Time tag for the receive time (system). */ member in struct:arcunit 1003 if(L_ISZERO(&(up->lastrec)) || 1004 L_ISGEQ(&(up->lastrec), ×tamp)) 1011 if(!L_ISZERO(&(up->lastrec))) { 1013 diff = up->lastrec; 1021 up->lastrec = timestamp; 1055 L_CLR(&(up->lastrec)); 1143 if(L_ISZERO(&(up->lastrec))) { 1430 pp->lastrec = up->lastrec; [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_refclock.h | 168 l_fp lastrec; /* receive timestamp */ member in struct:refclockproc
|
| /src/external/bsd/ppp/usr.sbin/pppd/ |
| tdb.c | 416 struct list_struct rec, lastrec, newrec; local 472 lastrec.next = rec.next; 473 if (rec_write(tdb, last_ptr, &lastrec) == -1) { 484 lastrec = rec; 922 struct list_struct rec, lastrec; local 969 lastrec.next = rec.next; 970 if (rec_write(tdb, last_ptr, &lastrec) == -1) { 1002 lastrec = rec;
|
| /src/sys/fs/hfs/ |
| libhfs.c | 550 hfs_catalog_keyed_record_t lastrec; local 637 memcpy(out_rec, &lastrec, 658 memcpy(&lastrec, out_rec, sizeof(hfs_catalog_keyed_record_t)); 691 hfs_extent_record_t lastrec; local 738 memcpy(&lastrec, out_rec, sizeof(hfs_extent_record_t)); 749 memcpy(out_rec, &lastrec, sizeof(hfs_extent_record_t));
|