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

1234

/haiku-fatelf/headers/private/kernel/arch/alpha/
H A Dthread_struct.h14 int foo; member in struct:arch_proc
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dthread_struct.h14 int foo; member in struct:arch_proc
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mlockall/
H A D3-7.c27 void *foo; local
41 foo = mmap(NULL, page_size, PROT_READ, MAP_SHARED, fd, 0);
42 if(foo == MAP_FAILED) {
56 page_ptr = (void*) ( (long)foo - ((long)foo % page_size) );
H A D3-6.c36 void *foo; local
56 foo = mmap(NULL, BUF_SIZE, PROT_WRITE, MAP_SHARED, fd, 0);
57 if( foo == MAP_FAILED) {
72 page_ptr = (void*) ( (long)foo - ((long)foo % page_size) );
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-cookies-401.px19 "Set-Cookie" => "foo=bar",
27 "Cookie" => qr|foo=bar|,
H A DTest-cookies.px21 "Set-Cookie" => "foo=bar",
30 "Cookie" => qr|foo=bar|,
/haiku-fatelf/src/tools/stubgen/test/
H A Dsample.h20 extern int foo;
21 int j = foo;
59 #define foo bar() \
90 NestMe(int foo, int bar, int hi_there);
/haiku-fatelf/src/libs/compat/freebsd_network/compat/altq/
H A Dif_altq.h36 #define ALTQ_ENQUEUE(ifr, m, foo, error) \
/haiku-fatelf/src/tests/kits/net/sock/
H A Dsock.h126 #define INET_NTOA(foo) inet_ntoa(&foo)
128 #define INET_NTOA(foo) inet_ntoa(foo)
/haiku-fatelf/src/bin/sharutils/lib/
H A Dmktime.c160 #define normalize(foo,x,y,bar); \
161 while (tmptr->foo < x) \
164 tmptr->foo = (y - (x - tmptr->foo) + 1); \
166 while (tmptr->foo > y) \
168 tmptr->foo = (x + (tmptr->foo - y) - 1); \
/haiku-fatelf/src/libs/ncurses/misc/
H A Dchkdef.cmd84 parse pull foo
H A Dcmpdef.cmd103 parse pull foo
H A Dmakedef.cmd39 tmp_name = 'foo.tmp'
148 parse pull foo
/haiku-fatelf/src/bin/network/tcpdump/libpcap/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
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dmprotect.c58 static int foo = 0; variable
134 foo += seg[i];
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dsmp_trampoline.S16 .globl foo
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dsmp_trampoline.S16 .globl foo
/haiku-fatelf/src/libs/libtelnet/
H A Dkerberos5.c173 char foo[2]; local
220 foo[0] = ap->type;
221 foo[1] = ap->way;
223 cksum_data.length = sizeof(foo);
224 cksum_data.data = foo;
378 char foo[2]; local
380 foo[0] = ap->type;
381 foo[1] = ap->way;
385 foo,
386 sizeof(foo));
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dgzexe17 echo compress executables. original file foo is renamed to foo~
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-esp.c182 char *spistr, *foo; local
191 spino = strtoul(spistr, &foo, 0);
192 if (spistr == foo || !spikey) {
193 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo);
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Duseless-if-before-free173 my $foo = <<'EOF';
/haiku-fatelf/data/bin/
H A Dinstalloptionalpackage523 for foo in ${tempDeps%' ;'} ; do
525 if ! ContainsSubstring "${nonRepeatingDeps} " "${foo} " ; then
526 nonRepeatingDeps="$foo $nonRepeatingDeps "
546 for foo in ${nonRepeatingDeps} ; do
547 if ContainsSubstring "${packageIgnoreList}" "${foo}"; then
548 #echo "...warning: ${1} cannot be installed because of ${foo}"
/haiku-fatelf/src/libs/compat/freebsd_network/compat/net/
H A Dethernet.h54 #define ETHER_IS_VALID_LEN(foo) \
55 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dargv.c314 "arg 'foo' is single quoted",
316 "arg \"foo bar\" has embedded whitespace",
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dparse-escp2126 my $foo = read ARGV, $tmp, $bytes_to_read;
128 $end += $foo;
129 $total_length += $foo;

Completed in 126 milliseconds

1234