Searched refs:recs (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/ipf/dist/perl/ |
| D | Ipfanaly.pl | 40 ($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/ |
| D | libhfs.c | 552 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/ |
| D | bt_split.c | 826 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/ |
| D | lbr.h | 248 unsigned char recs; member
|
| /netbsd/src/external/gpl3/binutils/dist/include/vms/ |
| D | lbr.h | 248 unsigned char recs; member
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_printf.c | 1366 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/ |
| D | vms-lib.c | 2009 data->recs = 0; in vms_write_data_block()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | vms-lib.c | 2009 data->recs = 0; in vms_write_data_block()
|