Searched refs:format_version (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/arch/amd64/include/
H A Dioctl_fd.h42 int format_version; /* == FD_FORMAT_VERSION */ member in struct:fd_formb
/openbsd-current/sys/arch/i386/include/
H A Dioctl_fd.h43 int format_version; /* == FD_FORMAT_VERSION */ member in struct:fd_formb
/openbsd-current/sys/arch/sparc64/include/
H A Dioctl_fd.h41 int format_version; /* == FD_FORMAT_VERSION */ member in struct:fd_formb
/openbsd-current/sys/arch/alpha/include/
H A Dioctl_fd.h41 int format_version; /* == FD_FORMAT_VERSION */ member in struct:fd_formb
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Ddevtools.pl180 $version = format_version($version);
208 $perls[0]{version} = format_version($opt->{'blead-version'});
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dpef.h30 unsigned long format_version; member in struct:bfd_pef_header
H A Dpef.c628 header->format_version = bfd_getb32 (buf + 12);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.h30 unsigned long format_version; member in struct:bfd_pef_header
H A Dpef.c566 header->format_version = bfd_getb32 (buf + 12);
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DPPPort_pm.PL128 my $MAX_PERL = format_version($INT_MAX_PERL);
130 my $MIN_PERL = format_version($INT_MIN_PERL);
149 . "todo for " . format_version($raw_todo{$_}) . "\n";
152 check(2, "$_ was ported back to " . format_version($raw_todo{$_}{version})
153 . " (baseline revision: " . format_version($raw_base{$_}{version})
256 my $ver = format_version($_);
/openbsd-current/usr.sbin/fdformat/
H A Dfdformat.c76 f.format_version = FD_FORMAT_VERSION;
/openbsd-current/usr.bin/ssh/
H A Dkrl.c1049 u_int format_version; local
1069 (r = sshbuf_get_u32(copy, &format_version)) != 0)
1071 if (format_version != KRL_FORMAT_VERSION) {
1072 error_f("unsupported KRL format version %u", format_version);
/openbsd-current/sys/dev/isa/
H A Dfd.c1048 else if(((struct fd_formb *)addr)->format_version !=
/openbsd-current/sys/arch/sparc64/dev/
H A Dfd.c1840 else if (((struct fd_formb *)addr)->format_version !=

Completed in 249 milliseconds