Searched full:foo* (Results 401 - 425 of 797) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL157 h2xs -e -n Module::Foo foo.h
161 h2xs -n Module::Foo -e foo.h
163 In the latter, foo.h is taken as I<regular expression>.
309 # Extension is Lib::Foo which works at least with Perl5.005_03.
311 # in foo.h.
312 h2xs -b 5.5.3 -n Lib::Foo foo.h
314 # Extension is Lib::Foo whic
[all...]
H A Dperlcc.PL532 $0 [-o executable] [-r] [-O|-B|-c|-S] [-I /foo] [-L /foo] [-log log] [source[.pl] | -e oneliner]
607 $ perlcc -I /foo hello # extra headers (notice the space after -I)
608 $ perlcc -L /foo hello # extra libraries (notice the space after -L)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c188 " # process any FOO=bar switches\n\n");
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm1146 # So we can say "if $Config{'foo'}".
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm1146 # So we can say "if $Config{'foo'}".
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/t/
H A DPrivilege.t194 my $out = `echo foo 2>/dev/null`;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm96 # [ [ 3, "Invalid Value %s", "foo" ],
102 # [ [ 5, "Error on line %d: Invalid Value %s", 10, "foo" ],
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t436 [ 0, 0, {}, "value1:142::::one=foo,bar" ],
438 [ 0, 0, {}, "value3:144::::one=(foo,bar)" ],
439 [ 0, 0, {}, "value4:145::::one=(foo,bar,baz),boo" ],
440 [ 0, 0, {}, "value5:146::::one;two=bar,(baz),foo,((baz)),(,)" ],
455 [ 0, 0, {}, "semi3:161::::foo=(one,two);" ],
456 [ 0, 0, {}, "semi4:162::::foo;;" ],
556 [ 1, 0, {}, "attrib3:136::::,foo" ],
557 [ 1, 0, {}, "attrib4:137::::sun,foo" ],
564 [ 1, 0, {}, "value1:145::::one=foo%" ],
566 [ 1, 0, {}, "value3:147::::var=foo
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c770 * calling "mail.local foo" in an attempt to hijack
771 * foo's mail-box, make sure src_uid == targ_uid o/w.
/osnet-11/usr/src/cmd/sendmail/cf/
H A DREADME167 define(`SMART_HOST', `smart.foo.com')
172 # See FEATURE(`foo') above
174 it will not do what you expect, because the FEATURE(`foo') will be
758 MASQUERADE_DOMAIN(`foo.org')
761 then *foo.org and *bar.com are converted to masq.com. Without
762 this feature, only foo.org and bar.com are masqueraded.
810 old+*@foo.org new+%1@example.com
811 gen+*@foo.org %1@example.com
825 info@foo.com foo
[all...]
/osnet-11/usr/src/cmd/sendmail/cf/feature/
H A Dredirect.m420 # addresses sent to foo@host.REDIRECT will give a 551 error code
/osnet-11/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4115 ifdef(`confDOMAIN_NAME', `Dj`'confDOMAIN_NAME', `#Dj$w.Foo.COM')
1034 R$- < @ $=w . > $: $(dequote $1 $) < @ $2 . > dequote "foo"@here
1037 R$- $: $(dequote $1 $) < @ *LOCAL* > dequote "foo"
/osnet-11/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-permissions.sh51 # each of them. E.g., an argument of /usr/local/aliases/foo.list would call
53 # * /usr/local/aliases/foo.list
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2681 # define S_ISREG(foo) ((foo & S_IFMT) == S_IFREG)
2684 # define S_ISDIR(foo) ((foo & S_IFMT) == S_IFDIR)
2687 # define S_ISLNK(foo) ((foo & S_IFMT) == S_IFLNK)
2691 # define S_ISFIFO(foo) ((foo & S_IFMT) == S_IFIFO)
2693 # define S_ISFIFO(foo) false
/osnet-11/usr/src/cmd/sendmail/libsm/
H A DMakefile67 $(RM) $(OBJS) $(libsm) $(TESTS) foo t-smstdio.1
H A Dldap.c443 ** may be of form (fee|foo|fum) meaning
445 ** foo or fum objectclass
H A Dt-fopen.c29 out = sm_io_fopen("foo", O_WRONLY|O_APPEND|O_CREAT, 0666);
33 (void) sm_io_fprintf(out, SM_TIME_DEFAULT, "foo\n");
H A Dt-match.c35 try("foo", "foo", true);
36 try("foo", "bar", false);
37 try("foo[bar", "foo[bar", true);
38 try("foo[bar]", "foo[bar]", false);
39 try("foob", "foo[bar]", true);
H A Dt-string.c27 char foo[4]; local
33 s = sm_stringf_x("%.3s%03d", "foobar", 42);
34 r = "foo042";
41 foo[3] = 1;
42 n = sm_snprintf(foo, sizeof(foo), "foobar%dbaz", 42);
44 r = "foo";
45 SM_TEST(strcmp(foo, r) == 0);
H A Dt-strio.c30 (void) sm_io_fprintf(&f, SM_TIME_DEFAULT, "foobarbazoom");
32 r = "foobarbaz";
/osnet-11/usr/src/cmd/ast/msgcc/
H A DNOTES21 error_info.id = "foo";
H A Dmsgcc.tst7 #include <foo-bar.h>
11 error(1, "foo bar");
13 errormsg(locale, 2, "%s: bar foo");
17 OUTPUT t.mso $'str "foo bar"\nstr "%s: bar foo"'
22 #define stderr foo
25 fprintf(stderr, "foo bar");
28 OUTPUT t.mso $'str "foo bar"'
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dcrash.d160 * Print Report Footer
H A Dlastwords85 /* print, erm, footer */
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dcrash.d160 * Print Report Footer

Completed in 99 milliseconds

<<11121314151617181920>>