Searched full:foo* (Results 426 - 450 of 797) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dlastwords85 /* print, erm, footer */
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c194 /* Detect trivial property access, e.g. path='foo.bar' */
345 /* Resolve key paths like 'someudi/foo/bar/baz:prop.name' '@prop.here.is.an.udi:with.prop.name' */
1163 /* Resolve key paths like 'someudi/foo/bar/baz:prop.name'
1271 /* covers <remove key="foobar" type="strlist">blah</remove> */
1274 /* only allow <remove key="foobar"/>, not <remove key="foobar">blah</remove> */
H A Dutil.c94 /** Given a path, /foo/bar/bat/foobar, return the last element, e.g.
95 * foobar.
635 * then hal_util_set_string_elem_from_file (d, "battery.foo",
637 * the string "mV" to the property "battery.foo" on d.
675 * then hal_util_set_int_elem_from_file (d, "battery.foo",
677 * the integer 10800 to the property "battery.foo" on d.
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-fdi-validate.sh18 if [ "foo$2" != "foo" ] ; then
H A Dhal-storage-mount.c757 * given == "umask=foobar" and allowed == "umask="
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3618 * "foo" - 1 token
3619 * "foo:bar" - 2 tokens
/osnet-11/usr/src/cmd/perl/5.8.4/contrib/
H A DMakefile30 # Extra arguments needed to fool MakeMaker into building in the distrib tree.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DMakefile145 # directory, so we fool it by creating one.
H A Dconfigpm153 # So we can say "if $Config{'foo'}".
532 C<\@>, respectively. This isn't foolproof, of course, so don't embed C<\$>
H A Dcv.h196 rather than freed, eg C<undef &foo>. In this case, its refcount may
H A Ddeb.c13 * have seen more than thou knowest, Gray Fool." --Denethor
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAsmdata.pm24 # %insn_data = (foo => [...], bar => [...], ...) initialiser
H A DBblock.pm179 perl -MO=Bblock[,OPTIONS] foo.pl
H A DBytecode.pm815 other files (ex. C<use Foo;>) are saved.
H A DC.pm1117 # Shared glob *foo = *bar
2111 perl -MO=C[,OPTIONS] foo.pl
2148 This allows programs to use eval "foo()" even when sub foo is never
2151 necessary, for example, if you have a signal handler foo which you
2152 initialise with C<$SIG{BAR} = "foo">. A better fix, though, is just
2153 to change it to C<$SIG{BAR} = \&foo>. You can have multiple B<-u>
2248 perl -MO=C,-ofoo.c foo.pl
2249 perl cc_harness -o foo foo
[all...]
H A DCC.pm325 # Use $obj->load($foo) instead of runtime("shadowed_c_var = foo").
395 # If/when perl itself can generate type information (my int $foo) then
1809 perl -MO=CC[,OPTIONS] foo.pl
1848 This allows programs to use eval "foo()" even when sub foo is never
1851 necessary, for example, if you have a signal handler foo which you
1852 initialise with C<$SIG{BAR} = "foo">. A better fix, though, is just
1853 to change it to C<$SIG{BAR} = \&foo>. You can have multiple B<-u>
1933 perl -MO=CC,-O2,-ofoo.c foo
[all...]
H A DConcise.pm799 perl -MO=Concise[,OPTIONS] foo.pl
1035 The name of the OP, or 'ex-foo' if the OP is a null that used to be a foo.
H A DDebug.pm282 perl -MO=Debug[,OPTIONS] foo.pl
H A DDeparse.pm77 # - added parens in \&foo (patch by Albert Dvornik)
126 # - add option for even more parens (generalize \&foo change)
916 sub is_miniwhile { # check for one-line loop (`foo() while $y--')
2847 # /$x$foo[(-1)]/ is *not* the same as /$x$foo[-1]/
3164 # It's a syntax error to call CORE::GLOBAL::foo without a prefix,
3567 # Disambiguate "${foo}bar", "${foo}{bar}", "${foo}[1]", "$foo\
[all...]
H A DLint.pm11 perl -MO=Lint[,OPTIONS] foo.pl
26 is B<no-foo> (turning off that check). Before processing the check
37 $foo = length(@bar);
38 $foo = @bar;
42 $foo = scalar(@bar);
50 /foo/;
54 s/foo/bar/;
66 use constant foo => 'bar';
67 @a = ( foo => 1 );
68 $b{foo}
[all...]
H A DShowlex.pm11 # perl -MO=Showlex,foo bar.pl
12 # to see the names of lexical variables used by &foo
88 perl -MO=Showlex[,SUBROUTINE] foo.pl
H A DTerse.pm72 perl -MO=Terse[,OPTIONS] foo.pl
H A DXref.pm11 perl -MO=Xref[,OPTIONS] foo.pl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm413 symbols (such as "Foo::") it invokes RECURSE, passing in the symbol
H A DB.xs668 #define cast_I32(foo) (I32)foo

Completed in 89 milliseconds

<<11121314151617181920>>