代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/458360/7298597
h osfcn.h
/* @(#) osfcn.h 1.2 1/27/86 17:46:52 */
/*ident "@(#)cfront:incl/osfcn.h 1.2"*/
extern void _exit (int);
extern int access (const char*, int);
extern int acct (const har*);
extern unsign
www.eeworm.com/read/458360/7298615
h unistd.h
/* @(#) unistd.h 1.3 1/27/86 17:47:23 */
/*ident "@(#)cfront:incl/unistd.h 1.3"*/
/* Symbolic constants for the "access" routine: */
#define R_OK 4 /* Test for Read permission */
#define W_OK 2 /*
www.eeworm.com/read/458360/7298616
h ldfcn.h
/* @(#) ldfcn.h 1.6 1/30/86 17:45:38 */
/*ident "@(#)cfront:incl/ldfcn.h 1.6"*/
#ifndef FILE
# include
#endif
#ifndef FILHDR
# include
#endif
#ifndef LDFILE
struct
www.eeworm.com/read/310556/13649189
sed bsd.sed
#ident "@(#)cfront:scratch/bsd.sed 1.6"
echo "Fixing _iobuf structures:"
for f in */*..c
do
echo $f
sed -e '/__iobuf__base/s//&; int __iobuf__bufsiz/' \
-e '/_ctype/s//_ctype_/g' $f > temp$
www.eeworm.com/read/310556/13649261
h malloc.h
/* @(#) malloc.h 1.2 1/27/86 17:46:48 */
/*ident "@(#)cfront:incl/malloc.h 1.2"*/
/*
Constants defining mallopt operations
*/
#define M_MXFAST 1 /* set size of blocks to be fast */
#define M_NLBLKS
www.eeworm.com/read/310556/13649268
h stdlib.h
/* @(#) stdlib.h 1.4 1/27/86 17:47:01 */
/*ident "@(#)cfront:incl/stdlib.h 1.4"*/
extern int abort();
extern double atof (const char*);
extern long atoi (const char*);
extern long atol (con
www.eeworm.com/read/310556/13649272
h osfcn.h
/* @(#) osfcn.h 1.2 1/27/86 17:46:52 */
/*ident "@(#)cfront:incl/osfcn.h 1.2"*/
extern void _exit (int);
extern int access (const char*, int);
extern int acct (const har*);
extern unsign
www.eeworm.com/read/310556/13649290
h unistd.h
/* @(#) unistd.h 1.3 1/27/86 17:47:23 */
/*ident "@(#)cfront:incl/unistd.h 1.3"*/
/* Symbolic constants for the "access" routine: */
#define R_OK 4 /* Test for Read permission */
#define W_OK 2 /*
www.eeworm.com/read/310556/13649291
h ldfcn.h
/* @(#) ldfcn.h 1.6 1/30/86 17:45:38 */
/*ident "@(#)cfront:incl/ldfcn.h 1.6"*/
#ifndef FILE
# include
#endif
#ifndef FILHDR
# include
#endif
#ifndef LDFILE
struct
www.eeworm.com/read/470720/1447576
c 900401_01.c
// g++ 1.37.1 bug 900401_01
// The following erroneous code causes g++ to abort.
// Cfront 2.0 passes this test.
// keywords: abort, bit-fields, arrays
typedef unsigned nibble_array[4];
struct wh