代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/250015/4443437
tar-handles-nested-exclude
# FEATURE: CONFIG_FEATURE_TAR_FROM
# FEATURE: CONFIG_FEATURE_TAR_CREATE
mkdir foo
touch foo/bar
tar cf foo.tar foo
rm -rf foo
echo foo/bar >foobar.exclude
busybox tar xf foo.tar foo -X foobar.exclude
www.eeworm.com/read/233448/4669500
c nested_struct2.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Contains structs as parameter of the struct itself.
Sample taken from Alan Modras patch to src/pr
www.eeworm.com/read/233448/4669532
c nested_struct1.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Contains structs as parameter of the struct itself.
Limitations: none.
PR: none.
Originat
www.eeworm.com/read/233448/4669553
c nested_struct3.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Contains structs as parameter of the struct itself.
Sample taken from Alan Modras patch to src/pr
www.eeworm.com/read/233448/4676491
m nested-func-1.m
/* Test basic nested C function functionality within ObjC
methods. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-lobjc" } */
/* { dg-do run } */
/* APPLE LOCAL test
www.eeworm.com/read/233448/4678592
c nested-func-1.c
/* APPLE LOCAL file nested functions 4258406 */
/* Nested functions are not supported by default on darwin. */
/* { dg-compile } */
/* { dg-options "" } */
void foo(int i, int j)
{
void bar (int k
www.eeworm.com/read/233448/4684440
c nested-func-2.c
/* PR middle-end/18820 */
/* Check that we reject nested functions as initializers
of static variables. */
/* { dg-do compile } */
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-f
www.eeworm.com/read/233448/4684651
c nested-func-3.c
/* Undefined nested function should be a error, whether or not the
function is called. Bug 17807. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "