Home
last modified time | relevance | path

Searched refs:foo (Results 201 – 225 of 592) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.errmsg49 function foo() { nextfile } function
127 BEGIN { print $"foo" }
137 BEGIN { printf("%z", "foo")}
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.static.ksh43 foo(void)
54 foo();
H A Dtst.static2.ksh47 foo(void)
58 foo();
H A Dtst.deadstub.ksh116 ( while true ; do read foo < /proc/$victim/map ; done ) &
131 ( while true; do ./test foo ; done) &
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dheredoc.sh74 foo
307 foo=${
496 print foo > $tmp/foofile
498 [[ $x == foo ]] || err_exit '<<< $(<file) not working'
H A Dcoprocess.sh233 print foo >&p 2> /dev/null || err_exit "first write of foo to $cat coprocess failed"
234 print foo >&p 2> /dev/null || err_exit "second write of foo to coprocess failed"
245 print -p foo
248 [[ $REPLY == foo ]] || err_exit "first REPLY from $cat coprocess is $REPLY not foo"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.args_to_lua.zcp16 -- This program should be invoked as "zfs program <pool> <prog> foo bar"
22 assert(argv[1] == "foo")
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_005_pos.ksh68 create_xattr $TESTDIR/clone/myfile.$$ foo /etc/passwd
69 delete_xattr $TESTDIR/clone/myfile.$$ foo
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.54 # allow packets coming from foo to bar through.
8 # allow any TCP packets from the same subnet as foo is on through to host
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh111 @foo[probemod, probefunc, probename] = count();
116 printa("%s:%s:%s %@u\n",@foo);
H A Dtst.provregex4.ksh134 @foo[probemod, probefunc, probename] = count();
139 printa("%s:%s:%s %@u\n",@foo);
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE1.dict29 # minor versioning check, foo=bar should be ignored
30 FMDICT: name=SAMPLE1 version=1 bits=30 maxkey=20 foo=bar
49 #TEST:getprop:0:foo:bar
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_004_neg.ksh77 log_must touch /$TESTPOOL/foo
85 log_must touch /$TESTDIR/foo
/illumos-gate/usr/src/common/pnglite/
H A Dpnglite.c65 uint8_t foo[4]; in get_ul() local
67 memcpy(foo, buf, 4); in get_ul()
69 result = (foo[0]<<24) | (foo[1]<<16) | (foo[2]<<8) | foo[3]; in get_ul()
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h54 #define ETHER_IS_VALID_LEN(foo) \ argument
55 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_count_and_limit.ksh33 log_must rm -rf $fs/foo
40 log_must zfs create $fs/foo
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_flg.pl41 my $foo = `find $dir -name "$pat" -print | grep /SCCS/s.`;
42 $foo eq "";
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/
H A Dgrep_test.ksh266 run_tests 0 t6 foo test.lL.0 test.lL.1
275 run_tests 1 t7 foo test.lL.0 test.lL.1
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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(); }
615 /* disable ${HOSTTYPE} <sys/foo.h> vs. <foo.h> clash warnings */
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dexitval2.ok1 foo
H A Dfunsemnl.ok1 foo
/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/
H A Dnumeric-subsep.ok1 foo
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dgoto-reserved.c1 static void foo(void) in foo() function
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dnull-phi.c1 static int foo(void) in foo() function
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.tuplecompat.d.out1 foo 789 bar 123 456

12345678910>>...24