Displaying 10 results from an estimated 10 matches for "setprognam".
Did you mean:
setprogname
2004 Nov 17
2
[LLVMdev] llvm-test portability failures
...j/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/assembler/sym_tab.c:10:20: malloc.h: No such file or directory
/usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl.c:116: error: conflicting types for 'setprogname'
/usr/home/cfe/x86/llvm-gcc/bin/../lib/gcc/i386-unknown-freebsd5.3/3.4-llvm/include/stdlib.h:283: error: previous declaration of 'setprogname'
/usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/loader/memory.c:9:20: malloc.h: No such fi...
2004 Nov 17
0
[LLVMdev] llvm-test portability failures
.../llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/assembler/sym_tab.c:10:20: malloc.h: No such file or directory
>
> /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl.c:116: error: conflicting types for 'setprogname'
> /usr/home/cfe/x86/llvm-gcc/bin/../lib/gcc/i386-unknown-freebsd5.3/3.4-llvm/include/stdlib.h:283: error: previous declaration of 'setprogname'
>
> /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/loader/memory.c:9:20: mallo...
2004 Nov 17
2
[LLVMdev] llvm-test portability failures
...ile or directory
> >
> > A huge number of errors follows this, but they appear to be consequences of this error.
> >
> > /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl.c:116: error: conflicting types for 'setprogname'
> > /usr/home/cfe/x86/llvm-gcc/bin/../lib/gcc/i386-unknown-freebsd5.3/3.4-llvm/include/stdlib.h:283: error: previous declaration of 'setprogname'
2004 Nov 17
0
[LLVMdev] llvm-test portability failures
...gt; > >
> > > A huge number of errors follows this, but they appear to be consequences of this error.
> > >
> > > /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl.c:116: error: conflicting types for 'setprogname'
> > > /usr/home/cfe/x86/llvm-gcc/bin/../lib/gcc/i386-unknown-freebsd5.3/3.4-llvm/include/stdlib.h:283: error: previous declaration of 'setprogname'
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu...
2010 Nov 20
1
[PATCH 1/2] cat cleanup ugly ifdefery
...#include <errno.h>
#include <fcntl.h>
-#ifndef __KLIBC__
-#include <locale.h>
-#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -88,11 +75,6 @@ int main(int argc, char *argv[])
int ch;
struct flock stdout_lock;
-#ifndef __KLIBC__
- setprogname(argv[0]);
- (void)setlocale(LC_ALL, "");
-#endif
-
while ((ch = getopt(argc, argv, "beflnstuv")) != -1)
switch (ch) {
case 'b':
@@ -117,9 +99,7 @@ int main(int argc, char *argv[])
tflag = vflag = 1; /* -t implies -v */
break;
case 'u':
-#ifnde...
2010 Nov 01
1
Samba 4 on osx
...: ok
Checking for cgetent : ok
Checking for getprogname : ok
Checking for setprogname : ok
Checking for gethostname : ok
Checking for putenv : ok
Checking for r...
2016 Mar 04
0
Wine release 1.9.5
...nplugged device.
hidclass.sys: Handle failure to parse preparseData.
Aurimas Fi?eras (1):
po: Update Lithuanian translation.
Austin English (2):
user32: Add DisplayConfigGetDeviceInfo stub.
include: Fix tagLOGCOLORSPACEW indentation.
Charles Davis (9):
kernel32: Use setprogname(3) to set the program name if available.
winecoreaudio.drv: Don't use pointer constants with an integer type (Clang).
winecoreaudio.drv: Don't print 32-bit values as long integers (Clang).
d3d10core/tests: Silence absolute value warnings (Clang).
server: Fix int-to-...
2010 Oct 07
1
OSX and samba4 git
...: ok
Checking for cgetent : ok
Checking for getprogname : ok
Checking for setprogname : ok
Checking for gethostname : ok
Checking for putenv : ok
Checking for r...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...ound
Checking for macro cgetent : not found
Checking for getprogname : not found
Checking for macro getprogname : not found
Checking for setprogname : not found
Checking for macro setprogname : not found
Checking for gethostname : ok
Checking for putenv...
2010 May 02
2
samba4 make error - drsblobs.so
...inet6/in6.h usability... no
checking netinet6/in6.h presence... no
checking for netinet6/in6.h... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for atexit... yes
checking for cgetent... no
checking for getprogname... no
checking for setprogname... no
checking for inet_aton... (cached) yes
checking for gethostname... yes
checking for getnameinfo... yes
checking for iruserok... yes
checking for putenv... yes
checking for rcmd... yes
checking for readv... yes
checking for sendmsg... yes
checking for setitimer... yes
checking for socket... y...