Searched refs:foo (Results 1 - 25 of 415) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dshlib.c3 int foo(void);
5 int foo(void) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/test/
H A Dfunctype.cxx1 typedef int (*foo_func_t)(void *foo, int bar); /**** Foo function type ****/
H A Dstruct.cxx3 float foo; /* Real number */ member in struct:foo_s
16 // 'get_foo()' - Get the value of foo.
17 float // O - Value of foo
20 return (foo);
30 // 'set_foo()' - Set the value of foo.
32 set_foo(float f) // I - Value of foo
34 foo = f;
39 foo_s::foo_s(float f, // I - Value of foo
42 foo = f;
H A Dclass.cxx3 float foo; /* Real number */ member in class:foo_c
18 // 'get_foo()' - Get the value of foo.
19 float // O - Value of foo
22 return (foo);
32 // 'set_foo()' - Set the value of foo.
34 set_foo(float f) // I - Value of foo
36 foo = f;
39 // 'set_foobar()' - Set foo and optionally bar (should show default args).
41 set_foobar(float f, // I - Value of foo
44 foo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dunzip.tests21 mkdir foo
22 touch foo/bar
23 zip foo.zip foo foo/bar > /dev/null
24 rm -f foo/bar
25 rmdir foo
27 # Test that unzipping just foo doesn't create bar.
28 testing "unzip (subdir only)" "unzip -q foo.zip foo/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/scripts/
H A Dcheck-text-align.S1 .proc foo
3 foo: .save rp, r2 label
6 .endp foo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-ia64/sysdep/
H A Dptrace.h10 int foo; member in struct:sys_pt_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpda.h10 struct foo { struct
15 extern struct foo me;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/trace_events/
H A Dtrace-events-sample.h51 * Here it is trace_foo_bar(char *foo, int bar).
54 * Here it is simply "foo, bar".
64 * __array( char, foo, 10) is the same as saying char foo[10].
79 TP_PROTO(char *foo, int bar),
81 TP_ARGS(foo, bar),
84 __array( char, foo, 10 )
89 strncpy(__entry->foo, foo, 10);
93 TP_printk("foo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/invalid-config-files/
H A Dnot-well-formed.conf4 <user>mybususer</foo>
H A Dtruncated-file.conf5 <listen>unix:path=/foo/bar</listen>
8 <servicedir>/usr/share/foo</servicedir>
H A Dbadselinux-1.conf5 <listen>unix:path=/foo/bar</listen>
8 <servicedir>/usr/share/foo</servicedir>
H A Dbadselinux-2.conf5 <listen>unix:path=/foo/bar</listen>
8 <servicedir>/usr/share/foo</servicedir>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/m4/
H A DTest15.class ... lang.String[]) private static java.util.List foo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfmt-58 tmpfiles="$tmpfiles foo.po"
9 cat <<\EOF > foo.po
10 domain "foo-de"
22 domain "foo-fr"
35 tmpfiles="$tmpfiles foo-de.mo foo-fr.mo"
37 ${MSGFMT} foo.po
40 tmpfiles="$tmpfiles foo-de.tmp foo-de.out foo
[all...]
H A Dxgettext-scheme-210 (define foo '("bar" "quux"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dmksources11 cat Makefile.in | sed -e 's/$(CC) $(OFILES)/#&/' > Makefile.foo
12 mv Makefile.foo Makefile.in
13 cat pax.c | sed -e s/pax_main/main/g > pax.c.foo
14 cat pax.c.foo | sed -e s/main/pax_main/g > pax.c
15 rm pax.c.foo
17 cat $f | sed -e s/pax_warn/warn/g > $f.foo
18 cat $f.foo | sed -e s/warn/pax_warn/g > $f
19 rm $f.foo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/kobject/
H A Dkset-example.c20 * Then tree kobjects are created and assigned to this kset, "foo", "baz",
33 int foo; member in struct:foo_obj
42 ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf);
43 ssize_t (*store)(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count);
59 struct foo_obj *foo; local
62 foo = to_foo_obj(kobj);
67 return attribute->show(foo, attribute, buf);
79 struct foo_obj *foo; local
82 foo = to_foo_obj(kobj);
87 return attribute->store(foo, attribut
105 struct foo_obj *foo; local
193 struct foo_obj *foo; local
228 destroy_foo_obj(struct foo_obj *foo) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_misc/
H A Derror1.cs6 int foo();
14 (void)foo();
19 foo()
H A Derror2.cs6 int foo();
17 (void)foo();
22 foo()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dpoptint.h101 #define _(foo) gettext(foo)
103 #define _(foo) foo
108 #define POPT_(foo) D_("popt", foo)
111 #define POPT_(foo) foo
114 #define N_(foo) foo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/equiv-config-files/basic/basic.d/
H A Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
8 <servicedir>/usr/share/foo</servicedir>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/equiv-config-files/entities/basic.d/
H A Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
8 <servicedir>/usr/share/foo</servicedir>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/basic.d/
H A Dbasic.conf5 <listen>unix:path=/foo/bar</listen>
8 <servicedir>/usr/share/foo</servicedir>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dbounds.c13 void foo(void) function

Completed in 125 milliseconds

1234567891011>>