| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | ver_linux | 17 make --version 2>&1 | awk -F, '{print $1}' | awk \ 23 fdformat --version | awk '{print $NF}' | sed -e s/^util-linux-// -e s/\)$// 26 mount --version | awk '{print $NF}' | sed -e s/^mount-// -e s/\)$// 33 fsck.jfs -V 2>&1 | grep version | sed 's/,//' | awk \ 42 xfs_db -V 2>&1 | grep version | awk \ 47 cardmgr -V 2>&1| grep version | awk \ 50 quota -V 2>&1 | grep version | awk \ 53 pppd --version 2>&1| grep version | awk \ 56 isdnctrl 2>&1 | grep version | awk \ 59 showmount --version 2>&1 | grep nfs-utils | awk \ [all …]
|
| H A D | Kbuild.include | 40 # version.h : Makefile 126 # cc-version 127 # Usage gcc-ver := $(call cc-version) 128 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC)) 133 $(srctree)/scripts/gcc-version.sh -p $(CC)) 137 cc-ifversion = $(shell [ $(call cc-version, $(CC)) $(1) $(2) ] && echo $(3)) 177 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
|
| H A D | mkcompile_h | 30 if [ -r .version ]; then 31 VERSION=`cat .version` 34 echo 0 > .version 69 ( echo /\* This file is auto generated, version $VERSION \*/
|
| H A D | headerdep.pl | 19 version => \&version, 55 sub version { subroutine
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/package/ |
| H A D | builddeb | 70 version=$KERNELRELEASE 71 revision=$(cat .version) 75 packageversion=$version-$revision 81 packagename=linux-image-$version 83 kernel_headers_packagename=linux-headers-$version 87 packagename=user-mode-linux-$version 101 mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin" 107 cp System.map "$tmpdir/usr/lib/uml/modules/$version/System.map" 110 cp $KBUILD_IMAGE "$tmpdir/usr/bin/linux-$version" 112 cp System.map "$tmpdir/boot/System.map-$version" [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | sumversion.c | 482 static int strip_rcs_crap(char *version) in strip_rcs_crap() argument 486 if (strncmp(version, "$Revision", strlen("$Revision")) != 0) in strip_rcs_crap() 490 full_len = strlen(version) + strlen(version + strlen(version) + 1) + 2; in strip_rcs_crap() 495 if (version[len] == ':' || version[len] == '$') in strip_rcs_crap() 497 while (isspace(version[len])) in strip_rcs_crap() 499 memmove(version, version+len, full_len-len); in strip_rcs_crap() 504 while (version[len] && !isspace(version[len])) in strip_rcs_crap() 506 memmove(version + len, version + strlen(version), in strip_rcs_crap() 507 full_len - strlen(version)); in strip_rcs_crap() 513 char *version, in maybe_frob_rcs_version() argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | flattree.c | 33 int version; member 346 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header() 366 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob() argument 378 if (version_table[i].version == version) in dt_to_blob() 382 die("Unknown device tree blob version %d\n", version); in dt_to_blob() 460 void dt_to_asm(FILE *f, struct boot_info *bi, int version) in dt_to_asm() argument 469 if (version_table[i].version == version) in dt_to_asm() 473 die("Unknown device tree blob version %d\n", version); in dt_to_asm() 494 asm_emit_cell(f, vi->version); in dt_to_asm() 806 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local [all …]
|
| H A D | dtc-parser.tab.h_shipped | 11 the Free Software Foundation, either version 3 of the License, or 12 (at your option) any later version. 25 parser generator using the skeleton or a modified version thereof 33 version 2.2 of Bison. */
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | reiserfs_fs.h | 292 #define set_inode_item_key_version( inode, version ) \ argument 293 ({ if((version)==KEY_FORMAT_3_6) \ 301 #define set_inode_sd_version(inode, version) \ argument 302 ({ if((version)==STAT_DATA_V2) \ 418 int version; member 575 static __inline__ loff_t le_key_k_offset(int version, in le_key_k_offset() argument 578 return (version == KEY_FORMAT_3_5) ? in le_key_k_offset() 588 static __inline__ loff_t le_key_k_type(int version, const struct reiserfs_key *key) in le_key_k_type() argument 590 return (version == KEY_FORMAT_3_5) ? in le_key_k_type() 600 static __inline__ void set_le_key_k_offset(int version, struct reiserfs_key *key, in set_le_key_k_offset() argument [all …]
|
| H A D | iso_fs.h | 17 char version[ISODCL(7,7)]; member 31 char version [ISODCL ( 7, 7)]; /* 711 */ member 68 char version [ISODCL ( 7, 7)]; /* 711 */ member 108 char version [ISODCL ( 15, 15)]; /* 711 */ member 117 char version [ISODCL ( 15, 15)]; /* 711 */ member
|
| H A D | utsname.h | 10 char version[9]; member 20 char version[65]; member 28 char version[65]; member
|
| H A D | dlm_device.h | 62 __u32 version[3]; member 75 __u32 version[3]; member 82 __u32 version[3]; member
|
| H A D | jffs2.h | 124 jint32_t version; member 148 jint32_t version; /* Version number. */ member 173 jint32_t version; member
|
| /utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/ |
| H A D | GPL.txt | 239 be similar in spirit to the present version, but may differ in detail to 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software 298 the Free Software Foundation; either version 2 of the License, or 299 (at your option) any later version. 316 Gnomovision version 69, Copyright (C) year name of author
|
| H A D | license of libgcc.txt | 8 Software Foundation; either version 2, or (at your option) any later 9 version. 13 compiled version of this file into combinations with other programs,
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | inflate.c | 218 MS_U32 ZEXPORT gpdinflateInit2_(strm, windowBits, version, stream_size) in gpdinflateInit2_() argument 221 const char *version; 232 MS_U32 ZEXPORT gpdinflateInit_(strm, version, stream_size) in gpdinflateInit_() argument 234 const char *version; 237 return gpdinflateInit2_(strm, DEF_WBITS, version, stream_size);
|
| H A D | zlib.h | 1395 const char *version, MS_U32 stream_size)); 1397 const char *version, MS_U32 stream_size)); 1400 MS_U32 strategy, const char *version, 1403 const char *version, MS_U32 stream_size)); 1406 const char *version,
|
| /utopia/UTPA2-700.0.x/ |
| H A D | genlink.sh | 97 rm -f $PWD/version 103 ln -s -v $PWD/projects/version $PWD/version 104 ln -s -v $PWD/projects/version $PWD/tmplib
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | parse.h_shipped | 11 the Free Software Foundation, either version 3 of the License, or 12 (at your option) any later version. 25 parser generator using the skeleton or a modified version thereof 33 version 2.2 of Bison. */
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/utopia_adaption/vdec_v3/ |
| H A D | VDEC_EX_adp.c | 1151 VDEC_EX_VerCtl version; in VDEC_EX_adp_Ioctl() local 1158 … CMP_CPY_FROM_USER((VDEC_EX_VerCtl*)&version, user_IO_Param->param[0], sizeof(VDEC_EX_VerCtl)); in VDEC_EX_adp_Ioctl() 1164 … CMP_CPY_FROM_USER((VDEC_EX_VerCtl*)&version, user_IO_Param->param[0], sizeof(VDEC_EX_VerCtl)); in VDEC_EX_adp_Ioctl() 1167 if(version.u32version == 6) in VDEC_EX_adp_Ioctl() 1174 if(version.u32version == 5) in VDEC_EX_adp_Ioctl() 1181 if(version.u32version == 4) in VDEC_EX_adp_Ioctl() 1188 if(version.u32version == 3) in VDEC_EX_adp_Ioctl() 1195 if(version.u32version == 2) in VDEC_EX_adp_Ioctl()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | Kconfig | 532 Select If the Linux Kernel version is 3.1.10 used for kernel driver. 538 Select If the Linux Kernel version is 3.10.23 used for kernel driver. 544 Select If the Linux Kernel version is 3.10.40 used for kernel driver. 550 Select If the Linux Kernel version is 3.10.86 used for kernel driver. 634 string "Cross compiler version" 638 Select cross compiler version 883 Enable version information embadder
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/ |
| H A D | rstat.x | 118 version RSTATVERS_TIME { 128 version RSTATVERS_SWTCH { 138 version RSTATVERS_ORIG {
|
| H A D | yp.x | 231 version YPVERS { 275 version YPPUSH_XFRRESPVERS { 299 version YPBINDVERS {
|
| /utopia/UTPA2-700.0.x/modules/vdec_lite/utopia_adaption/vdec_lite/ |
| H A D | VDEC_EX_adp.c | 1193 VDEC_EX_VerCtl version; in VDEC_EX_adp_Ioctl() local 1200 … CMP_CPY_FROM_USER((VDEC_EX_VerCtl*)&version, user_IO_Param->param[0], sizeof(VDEC_EX_VerCtl)); in VDEC_EX_adp_Ioctl() 1206 … CMP_CPY_FROM_USER((VDEC_EX_VerCtl*)&version, user_IO_Param->param[0], sizeof(VDEC_EX_VerCtl)); in VDEC_EX_adp_Ioctl() 1209 if(version.u32version == 6) in VDEC_EX_adp_Ioctl() 1216 if(version.u32version == 5) in VDEC_EX_adp_Ioctl() 1223 if(version.u32version == 4) in VDEC_EX_adp_Ioctl() 1230 if(version.u32version == 3) in VDEC_EX_adp_Ioctl() 1237 if(version.u32version == 2) in VDEC_EX_adp_Ioctl()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MsTypes.h | 373 MS_U8 version[2]; member 387 MS_U8 version[2]; member 398 MS_U8 version[4]; member
|