Searched refs:foo (Results 76 - 100 of 415) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-cmp.h76 UNIT foo[21]; local
81 UNIT *a = foo + i;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dpas2_mixer.c208 int foo; local
212 for (foo = 0; foo < SOUND_MIXER_NRDEVICES; foo++)
213 pas_mixer_set(foo, levels[foo]);
H A Dpas2_card.c286 unsigned char board_id, foo; local
311 foo = board_id ^ 0xe0;
313 pas_write(foo, 0x0B8B);
314 foo = pas_read(0x0B8B);
317 if (board_id != foo)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddispatch.c4482 DBusConnection *foo; local
4497 foo = dbus_connection_open_private (TEST_DEBUG_PIPE, &error);
4498 if (foo == NULL)
4501 if (!bus_setup_debug_client (foo))
4504 spin_connection_until_authenticated (context, foo);
4506 if (!check_hello_message (context, foo))
4509 if (!check_double_hello_message (context, foo))
4512 if (!check_add_match_all (context, foo))
4568 check2_try_iterations (context, foo, "nonexistent_service_no_auto_start",
4574 check2_try_iterations (context, foo, "segfault_service_no_auto_star
4633 DBusConnection *foo; local
4716 DBusConnection *foo; local
4766 DBusConnection *foo, *bar; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DNegativeTest.java224 EntitySubClass e2 = new EntitySubClass(2, "two", "foo", 9);
271 private String foo; field in class:NegativeTest.EntitySubClass
275 EntitySubClass(int x, String y, String foo, int z) { argument
277 assert foo != null;
278 this.foo = foo;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dbounds.s74 .global foo
75 .type foo, %function
76 foo: label
94 .size foo, .-foo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dtagz.cpp56 T_CHAR foo[16]; local
57 sprintf(foo,_TX("%i"),i);
58 AddString(foo);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dethernet.h105 #define ETHER_IS_VALID_LEN(foo) \
106 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis2.h45 #define CALLBACK(foo) pascal WORD foo
52 #define CALLBACK(foo) WORD foo __attribute__((stdcall))
59 #define CALLBACK(foo) WORD pascal foo
66 #define CALLBACK(foo) WORD pascal foo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/libcurl/
H A DMakefile.am101 @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
102 groff -Tps -man $< >$$foo.ps; \
103 ps2pdf $$foo.ps $@; \
104 rm $$foo.ps; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211conv.c115 int foo; local
208 foo = wep_encrypt(wlandev, skb->data, p80211_wep->data,
212 if (foo) {
215 foo);
287 int foo; local
324 foo = wep_decrypt(wlandev, skb->data + payload_offset + 4,
329 if (foo) {
332 foo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-510 void foo (int option)
H A Dxgettext-c-810 void foo ()
H A Dxgettext-perl-657 print dgettext foo (17), "extracted15";
59 # This one is hairy. If foo is a function with a prototype and one argument,
61 # print dgettext (foo (17), "extracted16");
63 # print dgettext (foo (17, "extracted16"));
66 print dgettext foo 17, "extracted16";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop003.tcl55 set fd [open $testdir/foo w]
58 {berkdb_open_noerr -create} $omethod $args $testdir/foo]} res
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/integrity/ima/
H A Dima_iint.c126 static void init_once(void *foo) argument
128 struct ima_iint_cache *iint = foo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dcommands.c104 char *foo = config_getoption("UMASK"); local
105 if (!foo[0])
108 um = strtoul(foo, NULL, 8);
144 struct sockaddr foo; local
146 socklen_t namelen = sizeof(foo);
149 memset(&foo, 0, sizeof(foo));
153 sock = accept(pasvsock, (struct sockaddr *) &foo, (socklen_t *) &namelen);
475 char foo[20]; local
486 sprintf(foo, "
508 command_pasv(char *foo) argument
648 command_allo(char *foo) argument
1145 char *foo; local
1937 char foo[MAXCMD + 1], owner[MAXCMD + 1], group[MAXCMD + 1], local
[all...]
H A Ddirlist.c95 char *foo = strdup(config_getoption("HIDE_GROUP")); local
96 char *foo_save = foo;
100 while ((bar = strtok(foo, ","))) {
101 foo = NULL; /* strtok requirement */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Duser-offsets.c18 void foo(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dasm-offsets.c14 void foo(void) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtests.com167 $ open/append foo bntest-vms.sh
168 $ type/output=foo: sys$input:
172 $ copy bntest-vms.tmp foo:
174 $ type/output=foo: sys$input:
176 $ close foo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/msdos/
H A DMakefile.emx64 $(RM) foo.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/old/
H A DMakefile.emx64 $(RM) foo.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DBulkAccessExample.java118 DatabaseEntry foo = new DatabaseEntry();
126 while (cursor.getNext(foo, bulk_data, null) == OperationStatus.SUCCESS) {
H A DBulkAccessNIOExample.java118 DatabaseEntry foo = new DatabaseEntry();
128 while (cursor.getNext(foo, bulk_data, null) == OperationStatus.SUCCESS) {

Completed in 375 milliseconds

1234567891011>>