Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c558 uint16_t recnum; in hfslib_find_catalog_record_with_key() local
610 for (recnum = 0; recnum < nd.num_recs; recnum++) 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()
615 HFS_LIBERR("could not read catalog record #%i",recnum); in hfslib_find_catalog_record_with_key()
618 printf("---> record %d: ", recnum); in hfslib_find_catalog_record_with_key()
632 if (recnum == 0) in hfslib_find_catalog_record_with_key()
651 } else if (recnum == nd.num_recs-1 && keycompare > 0) { in hfslib_find_catalog_record_with_key()
699 uint16_t recnum; in hfslib_find_extent_record_with_key() local
726 recnum = 0; in hfslib_find_extent_record_with_key()
737 for (recnum = 0; recnum < nd.num_recs; recnum++) { in hfslib_find_extent_record_with_key()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DRecord.pm67 my $recnum = 1;
69 print " Record $recnum ", $server ? "(server -> client)\n"
125 $recnum++;
H A DProxy.pm472 my $recnum;
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DRecord.pm67 my $recnum = 1;
69 print " Record $recnum ", $server ? "(server -> client)\n"
125 $recnum++;
/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dpcsc_funcs.c260 unsigned char recnum, unsigned char mode);
263 unsigned char recnum, unsigned char mode);
895 static int scard_get_record_len(struct scard_data *scard, unsigned char recnum, in scard_get_record_len() argument
905 cmd[2] = recnum; in scard_get_record_len()
913 "length for record %d", recnum); in scard_get_record_len()
932 unsigned char recnum, unsigned char mode) in scard_read_record() argument
941 cmd[2] = recnum; in scard_read_record()
/netbsd-src/external/bsd/tre/dist/src/
H A Dagrep.c370 int recnum = 0; in tre_agrep_handle_file() local
421 recnum++; in tre_agrep_handle_file()
476 printf("%d:", recnum); in tre_agrep_handle_file()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vfy.c2698 int recnum; in dane_match() local
2745 recnum = (dane->umask & mask) != 0 ? sk_danetls_record_num(dane->trecs) : 0; in dane_match()
2746 for (i = 0; matched == 0 && i < recnum; ++i) { in dane_match()
2859 int recnum = sk_danetls_record_num(dane->trecs); in check_dane_pkeys() local
2862 for (i = 0; i < recnum; ++i) { in check_dane_pkeys()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vfy.c2640 int recnum; in dane_match() local
2689 recnum = (dane->umask & mask) ? sk_danetls_record_num(dane->trecs) : 0; in dane_match()
2690 for (i = 0; matched == 0 && i < recnum; ++i) { in dane_match()
2801 int recnum = sk_danetls_record_num(dane->trecs); in check_dane_pkeys() local
2804 for (i = 0; i < recnum; ++i) { in check_dane_pkeys()