search for: _stat

Displaying 20 results from an estimated 37 matches for "_stat".

Did you mean: stat
2004 Sep 10
2
xmms plugin, fileinfo
...atic void show_file_info() { - static const gchar *channel_mode[] = {N_("Mono"), N_("Stereo")}; - if (mode < 1 || mode > 2) - return ""; - return gettext(channel_mode[mode]); + gchar *filename = current_filename; + FLAC__StreamMetadata streaminfo; + struct stat _stat; + + if(0 == filename) + filename = ""; + + gtk_label_set_text(GTK_LABEL(flac_samplerate), ""); + gtk_label_set_text(GTK_LABEL(flac_channels), ""); + gtk_label_set_text(GTK_LABEL(flac_bits_per_sample), ""); + gtk_label_set_text(GTK_LABEL(flac_blocksize), &qu...
2004 Sep 10
2
stat() and Windows
I tried to compile FLAC on Windows (the winamp2 plugin as a test) and I encoutered a problem. The stat() function and the associated structure doesn't exist on Windows (Visual Studio 5/6). But _stat and the structure with the same name does exist. So would it be possible to change stat() and struct stat ? I did the following in the code : #define STAT(x,y) _stat(x,y) typedef struct stat STRUCT_STAT; and then replace the corresponding code in src/flac/file.c , src/libFLAC/file_decoder.c ,...
2001 Oct 23
1
can't find files due to wrong filepath
...ng to do with the directx api not being complete. when i do a --debugmsg +all i get a lot of output, and i can find what's wrong: <cut> 0806cc20:RET msvcrt.678: malloc() retval = 43ae2ef0 ret=5f40388e 0806cc20:RET mfc42.823: @() retval = 43ae2ef0 ret=40c39a01 0806cc20:CALL msvcrt.455: _stat(43ae2ef0 "/hardeschijf/d/Program Files/3DMark 99 Max/3dmark.exe\\3dmark.ras",406b2bec) ret=40c38c28 0806cc20:Call kernel32.GetLastError() ret=78001314 0806cc20:Ret kernel32.GetLastError() retval=00000000 ret=78001314 <cut> 0806cc20:trace:dosfs:DOSFS_GetFullName /hardeschijf/d/Progr...
2005 Jun 15
6
Compressed maildir
Greetings, I noticed a while back someone posted a patch/plugin that allowed Dovecot to use compressed mbox files. I'm now wondering how far that would put us from having compressed maildir? I have a server with more CPU than disk space, and while I can buy more HDD space, my backup solution doesn't make that practical. It seems to me that when looking for a message file, if it
1998 Jul 29
0
aov with Error Strata
...> Attached is R code for an aov function which handles multiple error strata. I took a different approach from that suggested in the model.c code of R&R. Rather than modify model.c, I did all of the functions as interpreted R code. They work on the examples in Chambers & Hastie _Stat models in S_. So far I don't have the projections working. I have a crude alias() function which I'm not including. I modified print.mlm and summary.mlm because they didn't work for me. print.aov and summary.aov are basically the same because I don't like the print.aov in S whi...
1998 Jul 23
1
Cache Problems!!!!!
...with a "data > file" command. When I looked at the file from the Win95 client it had the same old contents but you only saw the first 29 bytes. These kind of results occur in my own application, a new test application I wrote, and with WordPad and NotePad. My application does a simple _stat(), _open(), _read(), and _close() sequence. I'm absolutely positive that the file is being closed. After a while or trying to do "QuickView" on the file will cause it to be displayed with its proper contents. -- Charles Curley, Staff Engineer Computer Integrated Manufacturing Lockhee...
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree. All patches list the mainline commit hash. Thanks Sunil
2005 Sep 07
0
1.0alpha1: new assert/core
...) $9 = {iostream = {pool = 0xb9598, refcount = 1, close = 0x615a0 <_close>, destroy = 0x615a8 <_destroy>, set_max_buffer_size = 0x615e4 <_set_max_buffer_size>}, read = 0x61a20 <_read>, seek = 0x61b9c <_seek>, sync = 0x61cc4 <_sync>, stat = 0x61cd8 <_stat>, istream = {v_offset = 1387, stream_errno = 0, mmaped = 0, closed = 0, seekable = 0, eof = 0, real_stream = 0xb95c8}, fd = -1, buffer = 0xb97c0 "X-Colby-MailScanner-From: gypsywolf at usadatanet.net\r\n\r\nypsywolf at usadatanet.net\r\n\r\ne Mail (2.482)\r\n003938F39A6 at usadatane...
2017 Jul 21
0
Wine release 2.13
...debug registers in exception record 42918 Command and Conquer Red Alert 3: should display at least silhouette (pSkipConstants parameter for D3DXCreateEffectEx is ignored) 43099 The Technomancer requires MFCreateSourceReaderFromByteStream implementation 43112 Guitar Pro 7 needs msvcp140.dll._Stat 43160 The Witcher 3: puppeteer lines appearing on character 43194 Uprising/Uprising 2: 3D world not displayed (solid grey/black screen) 43196 Eve Online Crash on macos wined3d-csmt.dll.so buffer_destroy_buffer_object() 43231 Dai-Senryaku Perfect 3.0:Not draw background with GDI. 43265...
2002 Dec 25
1
Trouble installing samba
...__readdir... no > checking for __seekdir... no > checking for __telldir... no > checking for __closedir... no > checking for __getcwd... no > checking for _getcwd... no > checking for __xstat... no > checking for __fxstat... no > checking for __lxstat... no > checking for _stat... no > checking for _lstat... no > checking for _fstat... no > checking for __stat... no > checking for __lstat... no > checking for __fstat... no > checking for _acl... no > checking for __acl... no > checking for _facl... no > checking for __facl... no > checking fo...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...o checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... yes checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... yes checking for _lstat... yes checking for _fstat... yes checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... yes checking for __acl... no checking for _facl... yes checking for __facl... no checking for _open... yes checking for __open... no chec...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...cking for __opendir... yes checking for __readdir... yes checking for __seekdir... yes checking for __telldir... yes checking for __closedir... yes checking for __getcwd... yes checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... yes checking for __lstat... yes checking for __fstat... yes checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no checking for _open... yes checking for __open... yes check...
2002 Oct 21
1
compilation probs...
...no checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no checking for _open... no checking for __open... no checking f...
2002 Oct 29
1
Problem running ./configure
...no checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no checking for _open... no checking for __open... no checking f...
2003 Jun 02
2
./configure --with-pam fails allways
...dir configure:6032: checking for __telldir configure:6032: checking for __closedir configure:6087: checking for __getcwd configure:6087: checking for _getcwd configure:6142: checking for __xstat configure:6142: checking for __fxstat configure:6142: checking for __lxstat configure:6197: checking for _stat configure:6197: checking for _lstat configure:6197: checking for _fstat configure:6197: checking for __stat configure:6197: checking for __lstat configure:6197: checking for __fstat configure:6252: checking for _acl configure:6252: checking for __acl configure:6252: checking for _facl configure:625...
2002 Nov 21
0
please can someone help me?
...checking for __opendir... yes checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... yes checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... yes checking for _lstat... yes checking for _fstat... yes checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no checking for _open... yes checking for __open... no checki...
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
...st_entry) , FLAC_plugin__tags_get_tag_utf8(tags_, "ARTIST")); @@ -189,7 +189,7 @@ static void remove_tag(GtkWidget * w, gp gtk_widget_destroy(window); } -static void show_file_info() +static void show_file_info(void) { FLAC__StreamMetadata streaminfo; struct stat _stat; --- src/share/grabbag/file.c-dist 2005-05-25 16:07:23.000000000 +0200 +++ src/share/grabbag/file.c 2005-05-25 16:07:27.000000000 +0200 @@ -109,7 +109,7 @@ FLAC__bool grabbag__file_remove_file(con return grabbag__file_change_stats(filename, /*read_only=*/false) && 0 == unlink(filename);...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello, I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting the error that Samba can't find the unicode_map.xxx file. Well, I notice that all I have in /usr/local/samba/lib/codepages is codepage type files, not unicode. Why do the binaries not include a compiled make_unicodemap? I did download the source and found the .c file for the command. When I try to run
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...seekdir... (cached) yes checking for __telldir... (cached) yes checking for __closedir... (cached) yes checking for __getcwd... (cached) yes checking for _getcwd... (cached) no checking for __xstat... (cached) no checking for __fxstat... (cached) no checking for __lxstat... (cached) no checking for _stat... (cached) no checking for _lstat... (cached) no checking for _fstat... (cached) no checking for __stat... (cached) yes checking for __lstat... (cached) yes checking for __fstat... (cached) yes checking for _acl... (cached) no checking for __acl... (cached) no checking for _facl... (cached) no che...
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but not with compliling (sorry, no C compliler on system) and installing