代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/218672/14910511
txt platform.txt
-I ../../include
-I ../../include/core
-I ../../include/dynamic
-I ../../include/extensions
-I ../../include/libraries
-I ../../include/core/hardware
-I ../../include/core/system
-I ../../inc
www.eeworm.com/read/218670/14910591
txt platform.txt
-I ../../include
-I ../../include/core
-I ../../include/dynamic
-I ../../include/extensions
-I ../../include/libraries
-I ../../include/core/hardware
-I ../../include/core/system
-I ../../inc
www.eeworm.com/read/218668/14910689
txt platform.txt
-I ../../include
-I ../../include/core
-I ../../include/dynamic
-I ../../include/extensions
-I ../../include/libraries
-I ../../include/core/hardware
-I ../../include/core/system
-I ../../inc
www.eeworm.com/read/218666/14910710
txt platform.txt
-I ../../include
-I ../../include/core
-I ../../include/dynamic
-I ../../include/extensions
-I ../../include/libraries
-I ../../include/core/hardware
-I ../../include/core/system
-I ../../inc
www.eeworm.com/read/218664/14910765
txt platform.txt
-I ../../include
-I ../../include/core
-I ../../include/dynamic
-I ../../include/extensions
-I ../../include/libraries
-I ../../include/core/hardware
-I ../../include/core/system
-I ../../inc
www.eeworm.com/read/114811/15037333
h acconfig.h
/* Define if the C++ compiler supports BOOL */
#undef HAVE_BOOL
#undef VERSION
#undef PACKAGE
/* Define if you need the GNU extensions to compile */
#undef _GNU_SOURCE
www.eeworm.com/read/167562/5456479
cpp xinput.cpp
#include
#include
#ifdef Q_OS_IRIX
# include
#endif
int main(int, char **)
{
XDeviceButtonEvent *event;
event = 0;
return 0;
}
www.eeworm.com/read/165323/5483382
h biosdisk.h
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2002, 2004 Free Software Foundation, Inc.
*
* GRUB is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/165323/5483409
h biosdisk.h
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2002,2005 Free Software Foundation, Inc.
*
* GRUB is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/162614/5531292
c c90-scanf-3.c
/* Test for scanf formats. Formats using extensions to the standard
should be rejected in strict pedantic mode.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-opti