Searched full:foo* (Results 751 - 775 of 797) sorted by relevance

<<3132

/osnet-11/usr/src/lib/libast/common/features/
H A Dcommon10 __declspec(dllimport) int foo;
11 int main() { return foo == 5 ? 0 : 1; }
17 extern int foo(int, int);
18 bar() { foo(1, 1); }
22 extern void* foo();
23 void* bar() { return foo(); }
567 /* disable ${HOSTTYPE} <sys/foo.h> vs. <foo.h> clash warnings */
H A Dlib526 case `/bin/cat -s /dev/null/foo 2>&1` in
555 int main() { return unlink("foo"); }
H A Domitted40 if (cp("/bin/cat.exe", "foo.exe"))
43 if (_access("foo", X_OK))
45 if (_chmod("foo", 0755))
52 if (_link("foo", "bar") || _access("bar.exe", X_OK))
56 cp("foo.exe", "bar.exe");
57 if ((fd = _open("foo", O_RDONLY)) < 0)
63 if (_rename("foo", "aha") || _access("aha.exe", X_OK))
66 _rename("foo.exe", "aha.exe");
H A Dtmlib26 return "foo0bar";
31 return tzname[0] && !strcmp(tzname[0], "foo") &&
/osnet-11/usr/src/lib/libast/common/man/
H A Dcompat.398 .L "#undef foo"
100 .L foo
102 .LR foo ,
/osnet-11/usr/src/lib/libast/common/misc/
H A Dtranslate.c275 * "libFOO" FOO library messages
/osnet-11/usr/src/lib/libbe/tbeadm/
H A Dtbeadm.c67 static char *fs_names[3] = {"/var", "foo", "/foo/bar"};
74 {"val3", "/foodir"},
80 static char *shared_fs_names[4] = {"foo", "/foo/bar", "/bar", "bar/foo"};
/osnet-11/usr/src/lib/libbrand/dtd/
H A Dzone_platform.dtd.151 <device match="brand/windows/foo" name="bar" arch="sparc" />
53 /dev/brand/windows/foo
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c1658 /* avoid fooling pam_setcred()... */
H A Dadt.xml1254 <title>TX: print request without header/footer labels</title>
/osnet-11/usr/src/lib/libbsm/
H A DxmlHandlers.pm73 my $callback = shift; # \&foo($objRef, $source);
89 my $callback = shift; # \&foo($objRef);
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c90 * | | <- SP for bar(), CFA for foo()
95 * | local storage for foo() |
96 * | | <- SP for foo(), CFA for ex_throw()
98 * | pc for foo() - PC3 |
100 * | saved RBP from foo() - BP3 | <- FP for ex_throw() == FP2
H A Dunwind_frame.s46 * Given foo()->ex_throw()->_Unwind_RaiseException()->_Unw_capture_regs()
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c592 * Check for "--" or "--foo" with no long options
623 place++; /* --foo long option */
H A Dmalloc.c74 * on the same footing as all other malloc packages.
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsem.c229 * (Standards bodies are filled with fools and idiots.)
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c671 * Standards bodies are filled with fools and idiots.
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c1288 * The bloody fools got this backwards!
1332 * The bloody fools got this backwards!
/osnet-11/usr/src/lib/libsqlite/
H A DMakefile.com248 # everything, due to multiple expansions of "foo := A += B".
/osnet-11/usr/src/lib/libsqlite/test/
H A Dmisc2.test28 CREATE TABLE FOO(bar integer);
29 CREATE TRIGGER foo_insert BEFORE INSERT ON foo BEGIN
33 INSERT INTO foo(bar) VALUES (1);
38 INSERT INTO foo(bar) VALUES (111);
H A Dtable.test172 set v [catch {execsql {CREATE TABLE BIG(xyz foo)}} msg]
176 set v [catch {execsql {CREATE TABLE biG(xyz foo)}} msg]
180 set v [catch {execsql {CREATE TABLE bIg(xyz foo)}} msg]
186 set v [catch {execsql {CREATE TABLE Big(xyz foo)}} msg]
H A Dtrans.test72 set v [catch {execsql {BEGIN TRANSACTION 'foo'}} msg]
76 set v [catch {execsql {ROLLBACK TRANSACTION 'foo'}} msg]
/osnet-11/usr/src/lib/libuutil/common/
H A Dlibuutil.h216 * typedef struct foo {
218 * uu_list_node_t foo_node;
220 * } foo_t;
223 * foo_compare(void *l_arg, void *r_arg, void *private)
225 * foo_t *l = l_arg;
226 * foo_t *r = r_arg;
237 * foo_pool = uu_list_pool_create("foo_pool",
238 * sizeof (foo_t), offsetof(foo_t, foo_nod
[all...]
/osnet-11/usr/src/lib/libuvfs/common/
H A Ddoor.c192 libuvfs_worker_thread_prep(void *foo) argument
H A Dfs.c137 libuvfs_fs_construct(void *vfs, void *foo, int bar) argument
154 libuvfs_fs_destroy(void *vfs, void *foo) argument

Completed in 123 milliseconds

<<3132