Searched refs:foo (Results 101 - 125 of 135) sorted by relevance

123456

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh134 @foo[probemod, probefunc, probename] = count();
139 printa("%s:%s:%s %@u\n",@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 "";
H A Dxref.mk41 # XRINCDIRS: The list of additional include paths, in "foo bar" format.
96 # don't trip up vi (since it thinks foo.c and ./foo.c are different
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcoprocess.sh222 print foo >&p 2> /dev/null || err_exit 'first write of foo to coprocess failed'
223 print foo >&p 2> /dev/null || err_exit 'second write of foo to coprocess failed'
234 print -p foo
237 [[ $REPLY == foo ]] || err_exit "first REPLY is $REPLY not foo"
H A Dio.sh47 eval "a=\$(print foo | $tmp/mycat" $i $i'>&1 > /dev/null |cat)' 2> /dev/null
48 [[ $a == foo ]] || err_exit "bad file descriptor $i in comsub script"
54 print foo > file1
56 if [[ $(<file1) != $'foo\nbar' ]]
62 exp=foo
85 exp='foo|bar'
87 foo) semantics='open' ;;
153 foo
158 if [[ $line != foo ]]
H A Dpath.sh133 > foo
134 chmod 755 foo
165 for cmd in date foo
189 for cmd in date foo
228 then err_exit '(PATH=$PWD/bin foo) does not find $PWD/bin/foo'
243 typeset foo=$(PATH=/xyz:/abc :)
269 getconf UNIVERSE - att # override sticky default 'UNIVERSE = foo'
H A Dsignal.sh287 foo() { return 0; } function
288 trap foo EXIT
H A Doptions.sh161 mkdir bar foo
163 > bar/foo.c > bar/bam.c
164 > foo/bam.c
170 expected='bam.c bar bar.c bar/bam.c bar/foo.c foo foo/bam.c'
174 expected='bam.c bar.c bar/bam.c bar/foo.c foo/bam.c'
178 expected='bam.c bar/bam.c foo/bam.c'
325 foo fo
[all...]
H A Dheredoc.sh74 foo
76 if [[ $(<&3) != ' foo' ]]
/illumos-gate/usr/src/lib/libmtmalloc/tests/
H A Dexhaust.c84 be_thread(void *foo) argument
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dlintsup.c87 foo() function
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh60 #x="foo=bar huz=123" ; print "${x##~(E)[[:alnum:]_-:]*=[^[:blank:]\"]*}"
61 #x='foo="ba=r o" huz=123' ; print "${x##~(E)[[:alnum:]_-:]*=\"[^\"]*\"}"
62 #x="foo='ba=r o' huz=123" ; print "${x##~(E)[[:alnum:]_-:]*=\'[^\"]*\'}"
65 #x='foo="bar=o" huz=123' ; print "${x##~(E)([[:alnum:]_-:]*=[^[:blank:]\"]*|[[:alnum:]_-:]*=\"[^\"]*\"|[[:alnum:]_-:]*=\'[^\"]*\')}"
83 # special case for HTML where you have something like <foo baz>
243 <foo>myfootext</foo>
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh120 die "expected END at \$.\n" unless /\`foo\+/;
/illumos-gate/usr/src/boot/lib/libz/
H A DMakefile19 CLEANFILES+= example.o example foo.gz minigzip.o minigzip
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_008_neg.ksh108 file=foo.$$
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h54 #define ETHER_IS_VALID_LEN(foo) \
55 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/illumos-gate/usr/src/lib/libsasl/include/
H A Dconfig.h390 #define __attribute__(foo)
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dlintsup.c62 foo() function
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2672 # define S_ISREG(foo) ((foo & S_IFMT) == S_IFREG)
2675 # define S_ISDIR(foo) ((foo & S_IFMT) == S_IFDIR)
2678 # define S_ISLNK(foo) ((foo & S_IFMT) == S_IFLNK)
2682 # define S_ISFIFO(foo) ((foo & S_IFMT) == S_IFIFO)
2684 # define S_ISFIFO(foo) false
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile67 $(RM) $(OBJS) $(libsm) $(TESTS) foo t-smstdio.1
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.h196 #define process_v4(foo,bar,quux,foobar) KRB5KRB_AP_ERR_BADVERSION
/illumos-gate/usr/src/cmd/make/bin/
H A Dglobals.cc61 int foo; variable
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c951 free_entry(void *foo) argument
953 if (foo)
954 free(foo);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslutil.c460 unsigned int *foo = (unsigned int *)rpool->pool; local
461 srandom(*foo);
/illumos-gate/usr/src/cmd/bart/
H A Drules.c1036 * 1. the rule "/home/nickiso" applies to fname "/home/nickiso/src/foo.c" so
1040 * "/home/nickiso/foo.c" so should not match.

Completed in 184 milliseconds

123456