代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/430518/1927134

h runway.h

#ifndef ASM_PARISC_RUNWAY_H #define ASM_PARISC_RUNWAY_H #ifdef __KERNEL__ /* declared in arch/parisc/kernel/setup.c */ extern struct proc_dir_entry * proc_runway_root; #endif /* __KERNEL__ */ #endif
www.eeworm.com/read/427458/1971799

err profile.err

"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *' "profile.c", line 44: Warning: C2870W: variable 'divider' declared but not used "profile.c", line 60: Warning:
www.eeworm.com/read/389922/2530131

h common.h

/* $Header: common.h,v 2.0.1.2 88/06/22 20:44:53 lwall Locked $ * * $Log: common.h,v $ * Revision 2.0.1.2 88/06/22 20:44:53 lwall * patch12: sprintf was declared wrong * * Revision 2.0.1.1
www.eeworm.com/read/357083/3031868

h runway.h

#ifndef ASM_PARISC_RUNWAY_H #define ASM_PARISC_RUNWAY_H #ifdef __KERNEL__ /* declared in arch/parisc/kernel/setup.c */ extern struct proc_dir_entry * proc_runway_root; #endif /* __KERNEL__ */ #endif
www.eeworm.com/read/262041/4316529

h ipv6.h

#ifndef _IPV6_H #define _IPV6_H #include #include #include /* The latest drafts declared increase in minimal mtu up to 1280. */ #define IPV
www.eeworm.com/read/173740/9637519

inc list.inc

;procs to be declared publicly DisplayDetail proto :dword SeListtPosition proto :dword SingleQuote2Two proto lpString:dword .data Kingsoft_Phonetic_Plain_12 LOGFONT
www.eeworm.com/read/412006/11217811

err profile.err

"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *' "profile.c", line 46: Warning: C2870W: variable 'divider' declared but not used "profile.c", line 66: Warning:
www.eeworm.com/read/300147/13932235

err profile.err

"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *' "profile.c", line 44: Warning: C2870W: variable 'divider' declared but not used "profile.c", line 60: Warning:
www.eeworm.com/read/104703/15684713

m4 need-declaration.m4

dnl See whether we need a declaration for a function. dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES]) AC_DEFUN(GCC_NEED_DECLARATION, [AC_MSG_CHECKING([whether $1 must be declared]) AC_CACHE_
www.eeworm.com/read/104056/15711366

m4 utimbuf.m4

#serial 4 dnl From Jim Meyering dnl Define HAVE_STRUCT_UTIMBUF if `struct utimbuf' is declared -- dnl usually in . dnl Some systems have utime.h but don't declare the struct anywhere. AC_D