Displaying 20 results from an estimated 231 matches for "cdef".
Did you mean:
cde
2007 May 31
0
Branch 'as' - 8 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c test/trace
...new file mode 100644
index 0000000..3704fb9
Binary files /dev/null and b/test/trace/substr-5.swf differ
diff --git a/test/trace/substr-5.swf.trace b/test/trace/substr-5.swf.trace
new file mode 100644
index 0000000..4bcee52
--- /dev/null
+++ b/test/trace/substr-5.swf.trace
@@ -0,0 +1,420 @@
+-10 - ABCDEF
+-10:-10 -
+-10:-9 -
+-10:-8 -
+-10:-7 -
+-10:-6 -
+-10:-5 - A
+-10:-4 - AB
+-10:-3 - ABC
+-10:-2 - ABCD
+-10:-1 - ABCDE
+-10:0 -
+-10:1 - A
+-10:2 - AB
+-10:3 - ABC
+-10:4 - ABCD
+-10:5 - ABCDE
+-10:6 - ABCDEF
+-10:7 - ABCDEF
+-10:8 - ABCDEF
+-10:9 - ABCDEF
+-9 - ABCDEF
+-9:-10 -
+-9:-9 -...
2018 Sep 26
2
OpenStack output workflow
...e should have for the OpenStack output:
-o openstack
-oo os-auth-url='http://controller.example.com:5000/v3'
-oo os-user-domain-name='Default'
-oo os-project-name='v2v-project'
-oo os-username='admin'
-oo os-password='secret'
-oo server-id='01234567-89ab-cdef-0123-456789abcdef'
-oo destination_project_id='01234567-89ab-cdef-0123-456789abcdef'
-oo volume_type_id='01234567-89ab-cdef-0123-456789abcdef'
-oo flavor_id='01234567-89ab-cdef-0123-456789abcdef'
-oo
security_groups_ids='01234567-89ab-cdef-0123-456789abcdef,01234567-...
2005 Nov 05
2
[Bug 1112] __dead conflicts with sys/cdefs.h on Interix
http://bugzilla.mindrot.org/show_bug.cgi?id=1112
Summary: __dead conflicts with sys/cdefs.h on Interix
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
ReportedBy:...
2016 Oct 27
3
problem on compiling cuda program with clang++
...enerate the
correct the binary;
while compiling `axpy.cu` using clang++, the detailed command is `clang++
axpy.cu -o axpy --cuda-gpu-arch=sm_53 -L/usr/local/cuda/lib64
-lcudart_static -ldl -lrt -pthread`, *clang++* generate the following
error:`/usr/include/features.h:367:12: fatal error: 'sys/cdefs.h' file not
found
# include <sys/cdefs.h>`.
And I find that 'sys/cdefs.h' is included in the directory
`/usr/include/aarch64-linux-gnu/sys`.
Anybody ever came accross the same problems? Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...
2018 Sep 26
0
Re: OpenStack output workflow
...>
> -o openstack
> -oo os-auth-url='http://controller.example.com:5000/v3'
> -oo os-user-domain-name='Default'
> -oo os-project-name='v2v-project'
> -oo os-username='admin'
> -oo os-password='secret'
> -oo server-id='01234567-89ab-cdef-0123-456789abcdef'
> -oo destination_project_id='01234567-89ab-cdef-0123-456789abcdef'
> -oo volume_type_id='01234567-89ab-cdef-0123-456789abcdef'
> -oo flavor_id='01234567-89ab-cdef-0123-456789abcdef'
> -oo
> security_groups_ids='01234567-89ab-cdef-01...
2008 May 29
2
rsync using wildcard (*) character
We are using rsync version 2.6.3 and do not intend to upgrade to the latest
version. I am using the following command:-
rsync -arv --files-from=./myfile /app/dd/gesb user@rrslx905:/var/log/hhsb
I want to mention the file list in the "myfile" as follows:-
ABCD/cdef/xyz* (Considering there are more than one files existing with
names beginning with xyz)
Once I try to transfer files using rsync using the command above, I get an
error saying rsync: link_stat "ABCD/cdef/xyz*" failed: No such file or
directory (2)
Shouldnt it read all the files with na...
2008 Jun 13
0
[Bug 1112] __dead conflicts with sys/cdefs.h on Interix
https://bugzilla.mindrot.org/show_bug.cgi?id=1112
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
CC|
2023 Sep 02
1
Fails to install Rfast package
...en explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons
only. Due to security concerns inherent in the design of sprintf(3),
it is highly recommended that you use snp...
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48:
note: expanded from macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++17
-I"/Library/Frameworks/R...
2008 May 29
1
Using Wildcard - rsync
We are using rsync version 2.6.3 and do not intend to upgrade to the latest
version. I am using the following command:-
rsync -arv --files-from=./myfile /app/dd/gesb user@rrslx905:/var/log/hhsb
I want to mention the file list in the "myfile" as follows:-
ABCD/cdef/xyz* (Considering there are more than one files existing with
names beginning with xyz)
Once I try to transfer files using rsync using the command above, I get an
error saying rsync: link_stat "ABCD/cdef/xyz*" failed: No such file or
directory (2)
Shouldnt it read all the files with na...
2006 Jan 07
16
xen usage monitoring (munin plugin)
Dear list,
as my Xen3 server is finaly becomming ready for production I was
wondering if anyone has written a xen usage monitoring/logging tool?
Something like xm top, but with continuose logging to a (rr)database.
Or a munin plugin?
I can''t remember seeing anything simmilar on the list.
BTW: where does xm top get the NETTX(k) and NETRX(k) from?
For a munin plugin I''d
2024 Apr 11
3
Regexp pattern but fixed replacement?
I noticed this issue in stringr::str_replace, but it also affects sub()
in base R.
If the pattern in a call to one of these needs to be a regular
expression, then backslashes in the replacement text are treated specially.
For example,
gsub("a|b", "\\", "abcdef")
gives "def", not "\\\\def" as I wanted. To get the latter, I need to
escape the replacement backslashes, e.g.
gsub("a|b", "\\\\", "abcdef")
which gives "\\\\cdef".
I have two questions:
1. Is there a variant on sub or str...
2016 Jan 19
0
[PATCHv2 1/3] New API: part_get_disk_guid and part_set_disk_guid.
..."gdisk";
+ tests = [
+ InitGPT, Always, TestLastFail (
+ [["part_set_disk_guid"; "/dev/sda"; "f"]]), [];
+ InitGPT, Always, TestResultString (
+ [["part_set_disk_guid"; "/dev/sda";
+ "01234567-89AB-CDEF-0123-456789ABCDEF"];
+ ["part_get_disk_guid"; "/dev/sda"]],
+ "01234567-89AB-CDEF-0123-456789ABCDEF"), [];
+ ];
+ shortdesc = "set the GUID of a GPT-partitioned disk";
+ longdesc = "\
+Set the disk identifier (GUID) of a GPT-...
2018 Sep 26
2
Re: OpenStack output workflow
...gt; -oo os-auth-url='http://controller.example.com:5000/v3'
> > -oo os-user-domain-name='Default'
> > -oo os-project-name='v2v-project'
> > -oo os-username='admin'
> > -oo os-password='secret'
> > -oo server-id='01234567-89ab-cdef-0123-456789abcdef'
> > -oo destination_project_id='01234567-89ab-cdef-0123-456789abcdef'
> > -oo volume_type_id='01234567-89ab-cdef-0123-456789abcdef'
> > -oo flavor_id='01234567-89ab-cdef-0123-456789abcdef'
> > -oo
> >
> security_groups_...
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
..."--lower-limit", 0,
"--height", 200,
"--x-grid", "HOUR:1:HOUR:3:HOUR:3:0:%R",
"--right-axis", "1:0",
"DEF:load=$rrd_file:load:AVERAGE",
"CDEF:low=load,50,LT,load,0,IF",
"CDEF:med=load,50,GE,load,0,IF",
"CDEF:high=load,80,GE,load,0,IF",
"CDEF:crit=load,100,GE,load,0,IF",
"AREA:low#00FF00:Low (<50)",
"AREA:me...
2016 Jan 18
1
[PATCH] New API: part_get_disk_guid and part_set_disk_guid.
..."gdisk";
+ tests = [
+ InitGPT, Always, TestLastFail (
+ [["part_set_disk_guid"; "/dev/sda"; "f"]]), [];
+ InitGPT, Always, TestResultString (
+ [["part_set_disk_guid"; "/dev/sda";
+ "01234567-89AB-CDEF-0123-456789ABCDEF"];
+ ["part_get_disk_guid"; "/dev/sda"]],
+ "01234567-89AB-CDEF-0123-456789ABCDEF"), [];
+ ];
+ shortdesc = "set the GUID of a GPT-partitioned disk";
+ longdesc = "\
+Set the disk identifier (GUID) of a GPT-...
2016 Oct 27
0
problem on compiling cuda program with clang++
...e binary;
>
> while compiling `axpy.cu` using clang++, the detailed command is `clang++
> axpy.cu -o axpy --cuda-gpu-arch=sm_53 -L/usr/local/cuda/lib64
> -lcudart_static -ldl -lrt -pthread`, clang++ generate the following
> error:`/usr/include/features.h:367:12: fatal error: 'sys/cdefs.h' file not
> found
> # include <sys/cdefs.h>`.
>
> And I find that 'sys/cdefs.h' is included in the directory
> `/usr/include/aarch64-linux-gnu/sys`.
>
> Anybody ever came accross the same problems? Thanks!
>
>
> ___________________________________...
2016 Oct 27
0
problem on compiling cuda program with clang++
....cu` using clang++, the detailed command is
>> > `clang++
>> > axpy.cu -o axpy --cuda-gpu-arch=sm_53 -L/usr/local/cuda/lib64
>> > -lcudart_static -ldl -lrt -pthread`, clang++ generate the following
>> > error:`/usr/include/features.h:367:12: fatal error: 'sys/cdefs.h' file
>> > not
>> > found
>> > # include <sys/cdefs.h>`.
>> >
>> > And I find that 'sys/cdefs.h' is included in the directory
>> > `/usr/include/aarch64-linux-gnu/sys`.
>> >
>> > Anybody ever came accross...
2015 Feb 05
5
resize: Preserve GPT GUID so we don't break EFI bootloaders (RHBZ#1189284)
virt-resize didn't preserve the per-partition GPT GUID.
Now that guests using UEFI are becoming common (basically it's the
default on aarch64) we need to take into account that sometimes the
partition GUID is used by the bootloader NVRAM variables to identify
the boot partition, so it must be preserved across resize.
This bug caused the 'virt-builder --size' option to fail on
2016 Jan 19
4
[PATCHv2 0/3] Get/set disk GPT GUID API and support in virt-resize.
Some OSes (e.g. Windows Server 2012 R2) fail to boot after virt-resize
due to changed disk guid. To fix it, we add new APIs:
part_get_disk_guid
part_set_disk_guid
part_set_disk_guid_random
We also preserve disk GUID in virt-resize.
Maxim Perevedentsev (3):
New API: part_get_disk_guid and part_set_disk_guid.
New API: part_set_disk_guid_random.
resize: preserve GPT disk GUID.
2004 Aug 26
6
chan_capi module
...d for parameter `__gnuc_va_list'In file included from
/usr/include/libio.h:62,
from /usr/include/stdio.h:72,
from /usr/include/asterisk/monitor.h:4,
from /usr/include/asterisk/channel.h:34,
from chan_capi.c:16:
/usr/include/sys/cdefs.h:43:43: missing binary operator before token "("
/usr/include/sys/cdefs.h:122:19: missing binary operator before token "("
/usr/include/sys/cdefs.h:173:19: missing binary operator before token "("
/usr/include/sys/cdefs.h:182:19: missing binary operator before token...