Home
last modified time | relevance | path

Searched refs:recs (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/bsd/ipf/dist/perl/
DIpfanaly.pl40 ($dateis,$junk)=split " " , @recs[0];
160 while ($cnt++ <= $#recs )
163 $bit=substr(@recs[$cnt],11);
276 while ($loop++ <= $#recs )
314 $perc=$numpacketsent/$#recs*100;
443 @recs[$numrec++]=$_;
453 while ($loop++ < $#recs )
456 $bit=substr(@recs[$loop],39);
482 while ($loop++ < $#recs )
485 $a=substr(@recs[$loop],39);
[all …]
/netbsd/src/sys/fs/hfs/
Dlibhfs.c552 void** recs; in hfslib_find_catalog_record_with_key() local
570 recs = NULL; in hfslib_find_catalog_record_with_key()
606 if (hfslib_reada_node(buffer, &nd, &recs, &recsizes, HFS_CATALOG_FILE, in hfslib_find_catalog_record_with_key()
613 if (hfslib_read_catalog_keyed_record(recs[recnum], out_rec, in hfslib_find_catalog_record_with_key()
665 hfslib_free_recs(&recs, &recsizes, &nd.num_recs, cbargs); in hfslib_find_catalog_record_with_key()
672 hfslib_free_recs(&recs, &recsizes, &nd.num_recs, cbargs); in hfslib_find_catalog_record_with_key()
693 void** recs; in hfslib_find_extent_record_with_key() local
709 recs = NULL; in hfslib_find_extent_record_with_key()
725 hfslib_free_recs(&recs, &recsizes, &nd.num_recs, cbargs); in hfslib_find_extent_record_with_key()
733 if (hfslib_reada_node(buffer, &nd, &recs, &recsizes, HFS_EXTENTS_FILE, in hfslib_find_extent_record_with_key()
[all …]
/netbsd/src/lib/libc/db/btree/
Dbt_split.c826 recno_t recs; in rec_total() local
829 for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt) in rec_total()
830 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total()
831 return (recs); in rec_total()
/netbsd/src/external/gpl3/gdb/dist/include/vms/
Dlbr.h248 unsigned char recs; member
/netbsd/src/external/gpl3/binutils/dist/include/vms/
Dlbr.h248 unsigned char recs; member
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_printf.c1366 const dtrace_recdesc_t *recs, uint_t nrecs, const void *buf, in dt_printf_format() argument
1370 const dtrace_recdesc_t *recp = recs; in dt_printf_format()
1624 return ((int)(recp - recs)); in dt_printf_format()
2060 const dtrace_probedata_t *data, const dtrace_recdesc_t *recs, in dtrace_fprinta() argument
2075 const dtrace_recdesc_t *nrec = &recs[i]; in dtrace_fprinta()
2077 if (nrec->dtrd_uarg != recs->dtrd_uarg) in dtrace_fprinta()
2080 if (nrec->dtrd_action != recs->dtrd_action) in dtrace_fprinta()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dvms-lib.c2009 data->recs = 0; in vms_write_data_block()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dvms-lib.c2009 data->recs = 0; in vms_write_data_block()