search for: ansi

Displaying 20 results from an estimated 1870 matches for "ansi".

Did you mean: andi
1998 Jul 01
0
Please, help me! SAMBA
...1000: Unexpected symbol: "share_mode_entry". cc: "smb.h", line 553: error 1000: Unexpected symbol: "share_mode_entry". cc: "smb.h", line 554: error 1000: Unexpected symbol: "*". cc: "smb.h", line 546: error 1705: Function prototypes are an ANSI feature. cc: "smb.h", line 547: error 1705: Function prototypes are an ANSI feature. cc: "smb.h", line 548: error 1705: Function prototypes are an ANSI feature. cc: "smb.h", line 549: error 1705: Function prototypes are an ANSI feature. cc: "smb.h", line 550:...
2019 Jan 18
1
Re: [PATCH nbdkit 2/2] tests: Test that public headers are ANSI (ISO C90) compatible.
...old / peculiar / incompatible versions of those compilers). > > However until we test this we cannot guarantee that changes to the > code will not break this in future, hence this test. > > Note that GCC or Clang is still required to compile nbdkit itself. > --- > tests/test-ansi-c-plugin.c | 167 +++++++++++++++++++++++++++++++++++++ > tests/Makefile.am | 24 ++++++ > tests/test-ansi-c.sh | 39 +++++++++ > 3 files changed, 230 insertions(+) > > diff --git a/tests/test-ansi-c-plugin.c b/tests/test-ansi-c-plugin.c > new file mode 100644 &g...
2019 Jan 14
4
[PATCH nbdkit 0/2] tests: Test that public headers are ANSI (ISO C90) compatible.
We previously discussed allowing the plugin API to be consumed by non-GCC/non-Clang/old compilers. This implements a test. Rich.
2013 Nov 12
1
syslinux ansi <-> vesa color mapping
I have noticed anything using ANSI escape sequences to color text does not work if syslinux is in VESA mode. It only works if the \1#, \2#, or \3# are used. This means that libmenu which relies on csprint fails to render colors in VESA mode. I noticed the default color table has a complete table generated at runtime for all VGA colo...
2002 Jul 31
1
Oracle Forms 4.5
...RP package on linux. I can't seem to get a Forms 4.5 for linux (though I think it exists). I can run the Forms runtime ok but the function Keys don't work. This is the wine error when starting up. fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40475e5c,49): unsupported key, vkey=0000, ansi=0000 fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40475e5c,49): unsupported key, vkey=0000, ansi=0000 fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40475e5c,49): unsupported key, vkey=0000, ansi=0000 fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40475e5c,49): unsupported key, vkey=0000, a...
2019 Jan 14
0
[PATCH nbdkit 2/2] tests: Test that public headers are ANSI (ISO C90) compatible.
...er than GCC or Clang (or with very old / peculiar / incompatible versions of those compilers). However until we test this we cannot guarantee that changes to the code will not break this in future, hence this test. Note that GCC or Clang is still required to compile nbdkit itself. --- tests/test-ansi-c-plugin.c | 167 +++++++++++++++++++++++++++++++++++++ tests/Makefile.am | 24 ++++++ tests/test-ansi-c.sh | 39 +++++++++ 3 files changed, 230 insertions(+) diff --git a/tests/test-ansi-c-plugin.c b/tests/test-ansi-c-plugin.c new file mode 100644 index 0000000..8596ca5 --- /dev/...
2020 Jul 24
4
Remove ANSI colour trings from log files only
Hi, Is there a way to drop the ANSI colour strings from log files? In particular, I've got JSON logging throwing logs over to ES, but they have the ANSI colour escape sequences. Ideally I don't want to lose coloured logs from the console though, and I can't "see" a way to do this. Ast 16 at the moment… Andrew...
2003 Jun 11
0
(no subject)
...d the I put callerid="SIP" <2222> in the [sip] section (the one that I have created for my devide). But it doesn't work either! Any ideas?</P> <P>My sip.conf:</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="mso-ansi-language: EN-GB"><FONT face="Times New Roman"><FONT size=1>[general]<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></SPAN></P> <P class=MsoNormal style="MA...
2006 Nov 27
1
R.DLL mapping by P/Invoke
...erp with the R.DLL. All is static as R is mono-threaded. /// </summary> class RWrapper { #region <R.DLL interop signatures> //- DLL Management/Information [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] [return: MarshalAs(UnmanagedType.LPStr)] static extern string getDLLVersion(); [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] [return: MarshalAs(UnmanagedType.LPStr)] static extern string get_R_HOME()...
2017 Feb 07
2
buggy ANSI escape sequences in R prompt
When R is run interactively in a terminal which supports colors, it is possible to use ANSI escape sequences in order to put colors in the prompt, such as options(prompt = "\033[0;31mThis is red\033[0m> ") Unfortunately, something goes wrong because for long command lines, the line continuation override the prompt instead of being written in the next line. The problem gets...
2005 Oct 21
3
SCSI schizophrenia
...*may*** have connected the SCSI connector to the 'other' external connector when shifting stuff around in the rack. # cat /proc/scsi/scsi Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: MegaRAID Model: LD 0 RAID5 69G Rev: 4.10 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi0 Channel: 04 Id: 06 Lun: 00 Vendor: PE/PV Model: 1x3 SCSI BP Rev: 1.1 Type: Processor ANSI SCSI revision: 02 Host: scsi0 Channel: 05 Id: 06 Lun: 00 Vendor: SEAGATE Model: ULTRIUM06242-XXX Rev: 1514 Type: Sequential-Access...
2007 Oct 17
0
Using R.dll in .NET IPC
...with the R.DLL. All is static as R is mono-threaded. /// </summary> class RWrapper { #region <R.DLL interop signatures> //- DLL Management/Information [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] [return: MarshalAs(UnmanagedType.LPStr)] static extern string getDLLVersion(); [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] [return: MarshalAs(UnmanagedType.LPStr)] static extern string get_R_HOME()...
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
...agnostics; using System.Net; using System.Runtime.InteropServices; using System.Security.Principal; namespace PingCastle.ADWS { internal class SambaSidResolver : IDisposable { const int SECURITY_MAX_SID_SIZE = 68; [DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)] static internal extern IntPtr _talloc_stackframe(string context); [DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)] internal static extern IntPtr user_auth_info_init(IntPtr mem_ctx); [DllImport("libsmbclient.so.0", CharSet = CharSet.Ans...
2007 Apr 06
1
getConnection is not found in R depending on the Linux flavour (RedHat or Debian) - dyn.load problems
...ecs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix Compiling the dynamic library: Makevars: PKG_CFLAGS = -ansi -DUSE_TYPE_CHECKING_STRICT R CMD SHLIB -o test.so *.c gcc -I/afs/in2p3.fr/home/throng/biometr/R_dir/install//lib/R/include -I/afs/in2p3.fr/home/throng/biometr/R_dir/install//lib/R/include -I/usr/local/include -ansi -DUSE_TYPE_CHECKING_STRICT -fpic -g -O2 -std=gnu99 -c alignment.c -o alignme...
2008 Dec 01
2
Code formatting with VS 2008?
Hi everyone, I see that Visual Studio 2008 Pro has the ability to auto-format code. Does anyone know if there''s a way to auto-format pre-ansi C code to ANSI C? I couldn''t find anything, but there''s so many options in VS I wasn''t sure. Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited...
1998 Aug 17
3
Word 97 and permission problems
Question for Everyone, We are running 1.9.18p8 on hpux 10.20. This particular machine has a directory called docommon that is writable by anyone. The problem we are having is that whenever someone opens a file with word 97, then saves it, they own the file and the permissions are -rw-r--r--. Thus, no one else can open the file. How can we make the files keep the -rw-rw-rw setting? Please
2004 Oct 01
3
Nuvox PRI - CCITT (ITU??) vs. ANSI
All, Having problems terminating to a Nuvox PRI, the tech at Nuvox is saying Asterisk is transmitting in CCITT (aka ITU?) when they're expecting (and will only accept) ANSI. The question is, is there a simple way to change this or am I stuck with rewriting code? I googled and checked the mailing list and found nothing, I could be barking up the wrong tree I guess. PRI is not my forte. Thanks, Matt
2017 Feb 07
0
buggy ANSI escape sequences in R prompt
I guess that R does not know about ANSI sequences, and it calculates the width of the prompt including the characters in the sequences. You cannot do much about this, except maybe use a prompt that has two lines. You can put the colored text and whatever you like in the first line, and the second line can be non-ANSI. Note that this wor...
2011 Jan 09
1
[PATCH] xen: fix non-ANSI function warning in irq.c
From: Randy Dunlap <randy.dunlap at oracle.com> Fix sparse warning for non-ANSI function declaration: arch/x86/xen/irq.c:129:30: warning: non-ANSI function declaration of function 'xen_init_irq_ops' Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com> Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com> --- arch/x86/xen/irq.c | 2 +- 1 file...
2001 Apr 24
1
Help: How to run DOS program which needs ansi.sys???
Hi folks, does anybody know how to get a DOS executable to run that relies heavily on ansi.sys to simulate a text-based user interface? My wine version is "Wine release 20010305". Any help appreciated. Regards Lothar -- Lothar Birk -- Institute of Naval Architecture and Ocean Engineering E-mail L.Birk@ism.TU-Berlin.DE S-Mail TU Berlin Phone +49 (0)30 314 26010 (direct...