Searched refs:foo (Results 51 - 75 of 415) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dxpathret.py13 def foo(ctx, str): function
27 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
28 res = ctxt.xpathEval("foo('hello')")
H A Dtstxpath.py10 def foo(ctx, x): function
30 if res[0].name != "doc" or res[1].name != "foo":
33 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
37 res = ctxt.xpathEval("foo(1)")
52 if called != "foo":
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dlogging.h28 #define logging_init(foo) do { } while (0)
29 #define logging_close(foo) do { } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlogging.c36 // char *foo = config_getoption("LOGFILE");
37 char *foo = "/var/log/bftpd.log"; local
39 if (!strcasecmp(foo, "syslog")) {
44 if (foo[0])
45 if (!(logfile = fopen(foo, "a"))) {
H A Dlogin.c199 char foo[256]; local
205 while (fscanf (file, "%255s%*[^\n]\n", foo) != EOF)
207 if ((foo[0] == '#') || (!strchr (foo, ':'))
208 || (strchr (foo, ':') > foo + USERLEN - 1))
210 i = strchr (foo, ':') - foo;
211 strncpy (name, foo, i);
213 sscanf (strchr (foo
229 char foo[256]; local
309 char *foo = config_getoption ("INITIAL_CHROOT"); local
337 char *foo; local
[all...]
H A Doptions.c82 char foo[USERLEN + 1]; local
94 sscanf(grp->temp_members, "%[^,]", foo);
95 cutto(grp->temp_members, strlen(foo) + 1);
96 if (foo[0] == '@') {
97 if (sscanf(foo + 1, "%i", &uid)) {
101 if (!((grpinfo = getgrnam(foo + 1))))
116 if (sscanf(foo, "%i", &uid)) {
120 if (!((temp = getpwnam(foo))))
308 char *foo; local
310 if ((foo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-1310 foo (gettext ("on"));
16 --flag=foo:1:qt-format --flag=gettext:1:pass-qt-format --qt \
H A Dxgettext-objc-116 _(@"foo") _ ( @"foo2" /* test */ )
20 " \" _(foo) \" /* comment "
45 msgid "foo"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/kobject/
H A Dkobject-example.c19 * "foo", "baz", and "bar". If an integer is written to these files, it can be
23 static int foo; variable
28 * The "foo" file where a static variable is read from and written to.
33 return sprintf(buf, "%d\n", foo);
39 sscanf(buf, "%du", &foo);
44 __ATTR(foo, 0666, foo_show, foo_store);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am/
H A Djoin.cs7 int foo(void);
14 foo();
19 foo()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dmain.c33 static void gfs2_init_inode_once(void *foo) argument
35 struct gfs2_inode *ip = foo;
43 static void gfs2_init_glock_once(void *foo) argument
45 struct gfs2_glock *gl = foo;
55 static void gfs2_init_gl_aspace_once(void *foo) argument
57 struct gfs2_glock *gl = foo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dmakesfx.com3 $! usage: @MAKESFX foo (foo.zip -> foo.exe)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-moo-assign.c5 void foo () function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/shared/sysdep/
H A Dkernel-offsets.h18 void foo(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A Dkernel-offsets.h20 void foo(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dasm-offsets.c12 void foo(void) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-moo-assign.c5 void foo () function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A DMakefile.am90 @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
91 groff -Tps -man $< >$$foo.ps; \
92 ps2pdf $$foo.ps $@; \
93 rm $$foo.ps; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dt128.c361 void __iomem *foo = base + T_CONTROL_REG_OFFSET; local
362 tmp = readb(foo);
363 writeb(tmp | T_CR_CT, foo);
364 writeb(tmp, foo);
402 void __iomem *foo = base + T_CONTROL_REG_OFFSET; local
403 tmp = readb(foo);
404 writeb(tmp | T_CR_CT, foo);
405 writeb(tmp, foo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dtstxpath.py10 def foo(ctx, x): function
30 if res[0].name != "doc" or res[1].name != "foo":
33 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
37 res = ctxt.xpathEval("foo(1)")
52 if called != "foo":
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-cookies.px21 "Set-Cookie" => "foo=bar",
30 "Cookie" => qr|foo=bar|,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duser32.h13 u32 foo; member in struct:user_i387_ia32_struct
26 int foo; member in struct:user32_fxsr_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dpas2_pcm.c53 int foo, tmp; local
66 foo = ((CLOCK_TICK_RATE / 2) + (arg / 2)) / arg;
67 arg = ((CLOCK_TICK_RATE / 2) + (foo / 2)) / foo;
71 foo = (CLOCK_TICK_RATE + (arg / 2)) / arg;
72 arg = (CLOCK_TICK_RATE + (foo / 2)) / foo;
112 pas_write(foo & 0xff, 0x1388);
113 pas_write((foo >> 8) & 0xff, 0x1388);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/
H A Dmany-rules.conf5 <listen>unix:path=/foo/bar</listen>
9 <servicedir>/usr/share/foo</servicedir>
15 <deny send_path="/foo/bar/SystemObjectThing" send_member="Reboot"/>
34 <deny send_path="/foo/bar/SystemObjectThing" send_member="Reboot"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-librep.c1066 /* Distinguish between "foo" and "foo#bar". */

Completed in 377 milliseconds

1234567891011>>