代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5860839
h struct.h
/* @(#)struct.h 1.1 92/07/30 Copyright Sun Micro" */
/*
* Copyright (c) 1987 by Sun Microsystems, Inc.
*/
/***** NOTE: "sundiag.h" should be included before this file *****/
/***** NOTE: "probe
www.eeworm.com/read/133772/5902589
h struct.h
//==========================================================================
//
// ./agent/current/include/mibgroup/struct.h
//
//
//=========================================================
www.eeworm.com/read/131315/5931742
c struct.c
/*
* Test for C structures.
*/
/*
* A simple nested structure.
*/
struct simple {
int a;
char b;
double c;
struct {
int a;
char b;
double c;
} d;
int e;
char f;
www.eeworm.com/read/131315/5931767
out struct.out
reading symbolic information ...
struct simple simple;
struct simple {
int a;
char b;
double c;
struct {
int a;
char b;
double c;
} d;
int e;
char f
www.eeworm.com/read/131315/5931786
out struct.out
reading symbolic information ...
struct simple simple;
struct simple {
int a;
char b;
double c;
struct {
int a;
char b;
double c;
} d;
int e;
char f
www.eeworm.com/read/131315/5935265
h struct.h
/*-
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/131315/5946283
h struct.h
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Ed James.
*
* Redistribut
www.eeworm.com/read/125819/6021114
c struct.c
#ifdef TEST1
struct tag {
int good1;
register int bad; /* ERROR */
int good2;
} badstruct; /* IGNORE */
#endif
#ifdef TEST2
struct tag {
int good1;
int bad;
int bad; /* ERROR */
int g
www.eeworm.com/read/125688/6025621
h struct.h
/*-
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/125688/6026667
h struct.h
/*-
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm