Searched refs:foo (Results 276 - 300 of 415) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmbconv.tex22 Thus, length of wide character string \texttt{L"foo"} is $3$ while its size can
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c516 static void init_once(void *foo) argument
518 struct msdos_inode_info *ei = (struct msdos_inode_info *)foo;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dlocks.c91 static void init_once(void *foo) argument
93 struct file_lock *lock = (struct file_lock *) foo;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dinode.c1452 static void init_once(void *foo) argument
1454 struct nfs_inode *nfsi = (struct nfs_inode *) foo;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dsuper.c1415 static void init_once(void *foo) argument
1417 struct ufs_inode_info *ei = (struct ufs_inode_info *) foo;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dsuper.c538 static void init_once(void *foo) argument
540 struct reiserfs_inode_info *ei = (struct reiserfs_inode_info *)foo;
745 /* foo=bar,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Dconfig.bat264 Rem various Makefile install-foo targets, so we MUST have it before the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas26 const TESTFILE = 'foo.gz';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dannouncer.c156 onUpkeepTimer( int foo UNUSED, short bar UNUSED, void * vannouncer );
1546 onUpkeepTimer( int foo UNUSED, short bar UNUSED, void * vannouncer )
H A Dhandshake.c1179 handshakeTimeout( int foo UNUSED, short bar UNUSED, void * handshake )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dexample.pas26 const TESTFILE = 'foo.gz';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dexample.pas26 const TESTFILE = 'foo.gz';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/
H A Dconfigure1015 # These are left unexpanded so users can "make install exec_prefix=/foo"
5860 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
7549 echo "int foo(void){return 1;}" > conftest.c
9727 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9730 int foo(void) {}
10652 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12158 extern int foo;
12163 return use_ascii (foo)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/djgpp/
H A Dconfig.bat240 Rem various Makefile install-foo targets, so we MUST have it before the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure1015 # These are left unexpanded so users can "make install exec_prefix=/foo"
5860 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
7549 echo "int foo(void){return 1;}" > conftest.c
9727 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9730 int foo(void) {}
10652 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12158 extern int foo;
12163 return use_ascii (foo)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/djgpp/
H A Dconfig.bat240 Rem various Makefile install-foo targets, so we MUST have it before the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A Dconfigure1028 # These are left unexpanded so users can "make install exec_prefix=/foo"
18216 lt_simple_compile_test_code="class foo {}\n"
24822 wchar_t foo = (wchar_t)'\0';
28498 extern size_t foo;
28499 extern unsigned long foo;
30446 extern ptrdiff_t foo;
30447 extern long foo;
30509 extern size_t foo;
30510 extern unsigned long foo;
31173 extern sig_atomic_t foo;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/talloc/
H A Dtestsuite.c369 p1 = talloc_strdup(root, "foo");
381 p2 = talloc_strdup(p1, "foo");
390 name = talloc_set_name(p1, "my name is %s", "foo");
391 torture_assert_str_equal("misc", talloc_get_name(p1), "my name is foo",
392 "failed: wrong name after talloc_set_name(my name is foo)");
420 p2 = talloc_strndup(p1, "foo", 2);
712 t1->p = talloc_strdup(t1, "foo");
719 strcmp(t2->p, "foo") == 0 && *t2->x == 42,
806 p2 = talloc_strdup(p1, "foo bar");
823 p2 = strdup("foo ba
934 int foo; member in struct:struct1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm123 ; cglobal foo, 2,3,0, dst, src, tmp
124 ; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhp_sdc.c294 static void hp_sdc_tasklet(unsigned long foo) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dmaint.mk467 # Warn about "c0nst struct Foo const foo[]",
468 # but not about "char const *const foo" or "#define const const".
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dconfigure610 snprintf(buf, sizeof(buf), "%s", "foo");
628 return snprintf(buf, sizeof(buf), "%s", "foo");
660 return sprintf(buf, "%s", "foo");
686 int ZLIB_INTERNAL foo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dx86inc.asm107 ; cglobal foo, 2,3,0, dst, src, tmp
108 ; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c3428 static irqreturn_t nv_nic_irq(int foo, void *data) argument
3467 static irqreturn_t nv_nic_irq_optimized(int foo, void *data) argument
3500 static irqreturn_t nv_nic_irq_tx(int foo, void *data) argument
3614 static irqreturn_t nv_nic_irq_rx(int foo, void *data) argument
3661 static irqreturn_t nv_nic_irq_other(int foo, void *data) argument
3730 static irqreturn_t nv_nic_irq_test(int foo, void *data) argument
3794 irqreturn_t (*handler)(int foo, void *data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfigure945 # These are left unexpanded so users can "make install exec_prefix=/foo"
3886 const int *foo = &x[0];
3887 ++foo;
3900 const int foo = 10;
3901 if (!foo) return 0;
3937 $ac_kw foo_t foo () {return 0; }
4829 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6521 echo "int foo(voi
[all...]

Completed in 599 milliseconds

<<11121314151617