Home
last modified time | relevance | path

Searched refs:my (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0001-geninfo-Add-intermediate-text-format-support.patch115 @@ -599,7 +627,7 @@ foreach my $entry (@data_directory) {
125 my $prefix;
126 my $type;
127 my $ext;
128 + my $tempdir;
187 + my ($gcov_filename, $data) = @_;
188 + my $fd;
189 + my $filename;
193 + while (my $line = <$fd>) {
225 + my ($fd, $data, $srcdata) = @_;
[all …]
H A D0002-geninfo-Add-intermediate-JSON-format-support.patch65 + my ($gcov_filename, $data, $basedir_ref) = @_;
66 + my $fd;
67 + my $text;
68 + my $json;
85 + for my $file (@{$json->{"files"}}) {
86 + my $filename = $file->{"file"};
120 + my ($fd, $data, $srcdata) = @_;
121 + my $branch_num = 0;
126 + for my $filename (keys(%{$data})) {
127 + my ($excl, $brexcl, $checksums);
[all …]
/OK3568_Linux_fs/buildroot/package/libopenssl/
H A D0005-crypto-perlasm-ppc-xlate.pl-add-linux64v2-flavour.patch26 @@ -49,7 +49,7 @@ my $globl = sub {
35 @@ -80,7 +80,7 @@ my $globl = sub {
37 my $text = sub {
38 my $ret = ($flavour =~ /aix/) ? ".csect\t.text[PR],7" : ".text";
43 my $machine = sub {
44 @@ -186,7 +186,7 @@ my $vmr = sub {
48 -my $no_vrsave = ($flavour =~ /aix|linux64le/);
49 +my $no_vrsave = ($flavour =~ /aix|linux64(le|v2)/);
50 my $mtspr = sub {
51 my ($f,$idx,$ra) = @_;
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dlinear.rst40 my $name = "reverse";
41 my $extent_size = 4 * 1024 * 2;
42 my $dev = $ARGV[0];
43 my $table = "";
44 my $count = 0;
50 my $dev_size = `blockdev --getsz $dev`;
51 my $extents = int($dev_size / $extent_size) -
55 my $this_start = $count * $extent_size;
58 my $this_offset = $extents * $extent_size;
H A Dstriped.rst36 my $chunk_size = 128 * 2;
37 my $dev_name = "stripe_dev";
38 my $num_devs = @ARGV;
39 my @devs = @ARGV;
40 my ($min_dev_size, $stripe_dev_size, $i);
48 my $this_size = `blockdev --getsz $devs[$i]`;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch65 my %spawn_opts = (wait_child => 1);
68 - my $tmp;
73 - my $template = basename($self->get_filename()) . '.tmp-extract.XXXXX';
80 + my $template = basename($self->get_filename()) . '.tmp-extract.XXXXX';
85 + my $tmp = tempdir($template, DIR => Cwd::realpath("$dest/.."), CLEANUP => 1);
98 - opendir(my $dir_dh, $tmp) or syserr(g_('cannot opendir %s'), $tmp);
99 - my @entries = grep { $_ ne '.' && $_ ne '..' } readdir($dir_dh);
101 - my $done = 0;
109 + my $canon_basedir = Cwd::realpath($dest);
111 + my $canon_devnull = Cwd::realpath('/dev/null');
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/lsb/lsb-release/
H A Dhelp2man-reproducibility.patch12 @@ -173,7 +173,14 @@ my ($help_text, $version_text) = map {
16 -my $date = strftime "%B %Y", localtime;
17 +my $epoch_secs = time;
24 +my $date = strftime "%B %Y", localtime $epoch_secs;
25 (my $program = $ARGV[0]) =~ s!.*/!!;
26 my $package = $program;
27 my $version;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch43 @@ -139,7 +140,7 @@ my $usage="\n"
52 @@ -186,6 +187,7 @@ my $outer_args;
53 my $valgrind_lib = "$tests_dir/.in_place";
54 my $keepunfiltered = 0;
55 my $looptillfail = 0;
56 +my $yoctoptest = 0;
59 my $default_stderr_filter = "filter_stderr";
78 - my $exit_code = system($_[0]);
81 + my $exit_code=0;
126 my ($dir, $vgtest) = @_;
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl-0.12/
H A Dlibidn-wr-cross-compile.patch14 my $options;
15 my $testno=1;
16 my %MakeParams = InitMakeParams();
17 +my $compiler;
35 - foreach my $cc (qw/cc gcc/)
36 + foreach my $cc ($compiler, qw/cc gcc/)
49 my $match;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ssleay-perl/
H A Dno-exec-on-configure.patch6 my $prefix = $self->find_openssl_prefix;
7 - my $exec = $self->find_openssl_exec($prefix);
20 - my $opts = $self->ssleay_get_build_opts($prefix, $exec);
21 + my $opts = $self->ssleay_get_build_opts($prefix);
29 - my ($self, $prefix, $exec) = @_;
30 + my ($self, $prefix) = @_;
32 my $opts = {
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ifupdown/files/
H A Ddefn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch29 -my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
32 +#my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
34 +my $DEB_HOST_ARCH_OS ="linux";
37 my $address_family = "";
46 -my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
49 +#my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
51 +my $DEB_HOST_ARCH_OS = "linux";
54 my $line;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Ddisable-version-check.patch14 @@ -1112,28 +1112,28 @@ my %miniserv;
18 -my %realos = &detect_operating_system(undef, 1);
23 - my ($realminor) = split(/\./, $realos{'os_version'});
24 - my ($minor) = split(/\./, $gconfig{'os_version'});
40 +#my %realos = &detect_operating_system(undef, 1);
45 +# my ($realminor) = split(/\./, $realos{'os_version'});
46 +# my ($minor) = split(/\./, $gconfig{'os_version'});
64 my $warn_days = $config{'warn_days'};
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvaltrack.h43 static inline hashval_t hash (const dead_debug_global_entry *my);
45 static inline bool equal (const dead_debug_global_entry *my,
51 dead_debug_hash_descr::hash (const dead_debug_global_entry *my) in hash() argument
53 return REGNO (my->reg); in hash()
58 dead_debug_hash_descr::equal (const dead_debug_global_entry *my, in equal() argument
61 return my->reg == other->reg; in equal()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvaltrack.h43 static inline hashval_t hash (const dead_debug_global_entry *my);
45 static inline bool equal (const dead_debug_global_entry *my,
51 dead_debug_hash_descr::hash (const dead_debug_global_entry *my) in hash() argument
53 return REGNO (my->reg); in hash()
58 dead_debug_hash_descr::equal (const dead_debug_global_entry *my, in equal() argument
61 return my->reg == other->reg; in equal()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0001-search-for-log-help-in-build-dir.patch15 @@ -30,7 +30,7 @@ my $vpnc = './vpnc';
19 -open my $LONGHELP, '-|', "$vpnc --long-help";
20 +open my $LONGHELP, '-|', "cat ./long-help";
21 my $vpnc_options = '';
22 my $relative_indent = 0;
23 my $indent_needed = 0;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/cert/
H A DREADME.txt16 openssl req -new -out my.csr -config my.conf
17 # View it with: openssl req -in my.csr -noout -text
19 #Sign my.crt
20 openssl x509 -req -in my.csr -CA mid.crt -CAkey mid.key -CAcreateserial -out my.crt -days 10000
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcustomize-outside-br.txt249 | |source "$BR2_EXTERNAL_BAR_42_PATH/package/my-jpeg/Config.in"
252 | | hex "my-board flash address"
260 | |flash-my-board:
261 | | $(BR2_EXTERNAL_BAR_42_PATH)/board/my-board/flash-image \
293 | | bool "my-jpeg"
295 |- package/my-jpeg/Config.in
297 | | default "my-jpeg" if BR2_PACKAGE_MY_JPEG
299 |- package/my-jpeg/my-jpeg.mk
309 | | bool "my custom init"
316 | | bool "my custom skeleton"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Ddeterminism.patch29 my $lengthsofar = length($str);
30 my $continuator = '';
32 - foreach my $file (@{$tables{$table}})
33 + foreach my $file (sort (@{$tables{$table}}))
41 - foreach my $file (@{$tables{$table}})
42 + foreach my $file (sort (@{$tables{$table}}))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/libdbi-perl/
H A DCVE-2014-10402.patch35 # my $dbh = DBI->connect ("dbi:CSV:f_dir=test", undef, undef, { f_dir => "text" });
37 - if (my $attr_hash = (DBI->parse_dsn ($dbname))[3]) {
41 + my @attrs = split /;/ => $dbname;
42 + my $attr_hash = { map { split /\s*=>?\s*|\s*,\s*/, $_} @attrs };
44 my $msg = "No such directory '$attr_hash->{f_dir}";
48 my $msg = "No such directory '$attr->{f_dir}";
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/openssl/
H A Dafalg.patch14 - my $minver = 4*10000 + 1*100 + 0;
16 - my $verstr = `uname -r`;
17 - my ($ma, $mi1, $mi2) = split("\\.", $verstr);
19 - my $ver = $ma*10000 + $mi1*100 + $mi2;
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dsecurity.txt169 Run the command below to generate my-perf.te policy extension file with
172 # ausearch -c 'perf' --raw | audit2allow -M my-perf && cat my-perf.te
174 module my-perf 1.0;
184 Now compile, pack and load my-perf.pp extension module into the kernel:
186 # checkmodule -M -m -o my-perf.mod my-perf.te
187 # semodule_package -o my-perf.pp -m my-perf.mod
188 # semodule -X 300 -i my-perf.pp
211 # semodule -X 300 -r my-perf
216 # semodule -d my-perf
217 # semodule -e my-perf
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/variable/
H A Dexpected_stderr7 Kconfig:45: Hello, my name is John.
8 Kconfig:50: Hello, my name is .
9 Kconfig:53: Hello, my name is John.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libstrictures/
H A Dlibstrictures-perl_2.000006.bb3 of my code for about a year now. I figured it was time to make it shorter. \
6 warnings on but don't make them fatal -- which from my point of view is \
7 useless because I want an exception to tell me my code isn't warnings-clean. \
9 Any time I see a warning from my code, that indicates a mistake. \
11 Any time my code encounters a mistake, I want a crash -- not spew to STDERR \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A Dnew_rt_path_for_test-driver.patch19 @@ -324,6 +324,9 @@ my $config_aux_dir_set_in_configure_ac = 0;
22 my $am_config_aux_dir = '';
25 +my $am_config_rt_aux_dir = '';
37 my $driver = '$(' . $pfx . 'LOG_DRIVER)';
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191221.patch.gz1# ncurses 6.1 - patch 20191221 - Thomas E. Dickey 2# 3# --- ...

12345678910>>...13