HomeSort by relevance Sort by last modified time
    Searched full:ver_major (Results 1 - 11 of 11) sorted by null

  /external/curl/tests/python_dependencies/impacket/
version.py 8 VER_MAJOR = "0"
11 BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR)
  /external/vboot_reference/scripts/
getversion.sh 15 ver_major="${vernum[0]}"
19 ver_major="v0"
28 ver="${ver_major}.${ver_branch}.${numcommits}-${ghash}${dirty}"
  /external/curl/tests/
secureserver.pl 54 my $ver_major;
198 $ver_major = $1;
207 last if($ver_major);
209 if((!$ver_major) || (!$ver_minor)) {
218 $stunnel_version = (100*$ver_major) + $ver_minor;
224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
302 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
  /external/kernel-headers/original/uapi/linux/
auto_dev-ioctl.h 90 __u32 ver_major; member in struct:autofs_dev_ioctl
118 in->ver_major = AUTOFS_DEV_IOCTL_VERSION_MAJOR;
  /bionic/libc/kernel/uapi/linux/
auto_dev-ioctl.h 71 __u32 ver_major; member in struct:autofs_dev_ioctl
  /external/libmtp/src/
playlist-spl.c 73 static void spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
206 uint32_t ver_major; local
209 if(FLAG_PLAYLIST_SPL_V2(ptp_usb)) ver_major = 2;
210 else ver_major = 1; // FLAG_PLAYLIST_SPL_V1()
213 LIBMTP_PLST_DEBUG(".spl version %d.%02d\n", ver_major, ver_minor);
216 spl_text_t_from_tracks(&t, pl->tracks, pl->no_tracks, ver_major, ver_minor, NULL, folders, files);
591 const uint32_t ver_major,
604 sprintf(vs,"VERSION %d.%02d",ver_major,ver_minor);
627 if(ver_major == 2) {
  /system/nfc/src/include/
nfc_hal_int.h 139 uint16_t ver_major; /* Current major version of patch in nvm */ member in struct:__anon3261
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 59 #define INFORMATION G3DVL VDPAU Driver Shared Library version VER_MAJOR.VER_MINOR
  /external/lzma/CPP/7zip/Archive/
IArchive.h 57 // kVersion // VT_UI4 ((VER_MAJOR << 8) | VER_MINOR)
  /external/syslinux/gpxe/src/drivers/net/
bnx2.c     [all...]
bnx2.h 4233 u32 ver_major; member in struct:fw_info
    [all...]

Completed in 352 milliseconds