代码搜索:problems
找到约 3,996 项符合「problems」的源代码
代码结果 3,996
www.eeworm.com/read/173914/5366820
decosf2
Problems with DEC OSF/1 V2.0
Compilation using gcc fails with ntp_config.c. The problem is an apparent
error in the /usr/include/sys/procset.h and /usr/include/sys/wait.h
include files.
cowbird:/usr
www.eeworm.com/read/162614/5521038
c ctors14.c
// { dg-do assemble }
// GROUPS passed constructors
// ctor file
// Message-Id:
// From: "Dean R. E. Long"
// Subject: problems with default c
www.eeworm.com/read/340665/3275035
c ctors14.c
// Build don't link:
// GROUPS passed constructors
// ctor file
// Message-Id:
// From: "Dean R. E. Long"
// Subject: problems with default co
www.eeworm.com/read/340665/3276245
c net2.c
// Test of various ?: problems.
class D
{
public:
void a();
void b();
D(int i):x(i) {}
private:
int x;
};
void D::a() {++x;}
void D::b() {--x;}
int aa=1, bb=0;
int fa() {return 0;}
int
www.eeworm.com/read/333835/3381818
h ioctl.h
#ifndef _IOWR
/* On i386 and x86_64, _ASM_I386_IOCTL_H is defined by the kernel's ioctl.h,
* and on newer kernels this header is shared as _ASM_GENERIC_IOCTL_H.
*
* We can avoid any problems with
www.eeworm.com/read/317867/3575262
decosf2
Problems with DEC OSF/1 V2.0
Compilation using gcc fails with ntp_config.c. The problem is an apparent
error in the /usr/include/sys/procset.h and /usr/include/sys/wait.h
include files.
cowbird:/usr
www.eeworm.com/read/316872/3602130
h signal.h
#ifndef _H8300_SIGNAL_H
#define _H8300_SIGNAL_H
#include
/* Avoid too many header ordering problems. */
struct siginfo;
#ifdef __KERNEL__
/* Most things should be clean enough to r
www.eeworm.com/read/313170/3645205
c lzw.c
/* lzw.c -- compress files in LZW format.
* This is a dummy version avoiding patent problems.
*/
#ifdef RCSID
static char rcsid[] = "$Id: lzw.c,v 0.9 1993/06/10 13:27:31 jloup Exp $";
#endif
#incl
www.eeworm.com/read/278512/4143242
decosf2
Problems with DEC OSF/1 V2.0
Compilation using gcc fails with ntp_config.c. The problem is an apparent
error in the /usr/include/sys/procset.h and /usr/include/sys/wait.h
include files.
cowbird:/usr
www.eeworm.com/read/440906/1776667
c ctors14.c
// Build don't link:
// GROUPS passed constructors
// ctor file
// Message-Id:
// From: "Dean R. E. Long"
// Subject: problems with default co