Searched refs:post (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dhttpdstat.d55 num = 0; get = 0; head = 0; post = 0; trac = 0;
104 post += stringof(this->str) == "POST" ? 1 : 0;
118 num, get, post, head, trac);
119 num = 0; get = 0; head = 0; post = 0; trac = 0;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dhttpdstat.d55 num = 0; get = 0; head = 0; post = 0; trac = 0;
104 post += stringof(this->str) == "POST" ? 1 : 0;
118 num, get, post, head, trac);
119 num = 0; get = 0; head = 0; post = 0; trac = 0;
/osnet-11/usr/src/lib/libeti/form/
H A DMakefile.com53 post.o \
/osnet-11/usr/src/lib/libeti/menu/
H A DMakefile.com55 post.o \
/osnet-11/usr/src/lib/libfuse/common/
H A Doptions.c292 const char *post; local
304 post = opt->templ + sep;
306 if (post[0] == '=') {
307 ++post;
308 if (post[0] != '%') {
316 rc = fuse_opt_scan(arg + sep + 1, post,
321 if ((post[0] == ' ') && (arg[sep] == '\0') &&
/osnet-11/usr/src/lib/libast/common/misc/
H A Dcmdarg.c65 char** post = 0; local
75 post = p + 1;
171 cmd->offset = ((cmd->postarg = post) ? (argc - (post - argv)) : 0) + 3;
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s80 subq $8, %rdi / post-incremented
108 subq $8, %rsi / post-incremented
H A Dstrncat.s84 subq $8, %rdi / post-incremented
118 subq $8, %rsi / post-incremented
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcat.s76 subl $4, %edi / post-incremented
105 subl $4, %eax / post-incremented
H A Dstrncat.s81 subl $4, %edi / post-incremented
117 subl $4, %eax / post-incremented
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm356 my $post = shift || '';
381 chomp $post;
382 if (length $post) {
383 $clause .= "$post";
384 $clause .= ";" unless $post =~ /;$/;
411 my ($name, $value, $macro, $default, $pre, $post, $def_pre, $def_post, $type)
412 = @$item{qw (name value macro default pre post def_pre def_post type)};
434 $clause .= assign ($indent, $type, $pre, $post,
689 and !defined ($_->{post}) and !defined ($_->{def_pre})
717 foreach my $thing (qw (macro value default pre post def_pr
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm173 local(@post);
179 @post = ();
208 $valstr = "$name = " . $valstr . ';' if @post or !$s->{terse};
210 $out .= $s->{pad} . join(';' . $s->{sep} . $s->{pad}, @post)
211 . ';' . $s->{sep} if @post;
252 push @post, $name . " = " . $s->{seen}{$id}[0];
440 # _dump can push into @post, so we hold our place using $postlen
441 my $postlen = scalar @post;
442 $post[$postlen] = "\*$sname = ";
443 local ($s->{apad}) = " " x length($post[
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c1511 int post, int pre_blank, int first_only,
1527 if (post)
1536 inp_text = post ? 0 : argp->doc;
1547 (*argp->help_filter) (post
1574 if (post && argp->help_filter)
1595 post, anything || pre_blank, first_only,
1487 argp_doc(const struct argp *argp, const struct argp_state *state, int post, int pre_blank, int first_only, argp_fmtstream_t stream) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm161 for the locales for which it makes sense to have ante meridiem and post
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DLanguage.pm246 oc:Occitan (post 1500)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dinteger.pm57 square root of 2. Now, it so happens that the pre- and post- increment
H A Dperl5db.pl783 # + Added message if you clear your pre/post command stacks which was
896 # + pre'n'post commands no longer trashed with no args
1108 =item C<$post> - postprompt actions (array reference)
1126 $post = [] unless defined $post;
1379 PERLDB_POST - post-prompt Perl code
1417 $post = [get_list("PERLDB_POST")];
2780 set_list("PERLDB_POST", @$post);
3432 evaluate any post-prompt items. We restore C<$@>, C<$!>, C<$^E>, C<$,>, C<$/>,
3442 # Evaluate post
[all...]
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssbase.py231 # IF we are post early manifest import an imported service
526 def header_tmp(self, sep = None, pre = None, post = None):
528 Modify default '#' comment tag using sep, pre, post."""
545 if post != None:
546 header += post
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c52 struct grub_relocator_fw_leftover *pre, *post; member in struct:grub_relocator_subchunk
398 if (subchu->post)
404 check_leftover (subchu->post);
1087 curschu->post = lo2;
1094 curschu->post = events[last_start].leftover;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm313 sub post subroutine
315 @_ >= 1 or croak 'usage: $nntp->post( [ MESSAGE ] )';
875 =item post ( [ MESSAGE ] )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL998 my($type, $post) = @{ $vdecl_hash{$var} };
999 if (defined $post) {
1000 warn "Can't handle variable '$type $var $post', skipping.\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl497 next if /^i_(pre|post)(inc|dec)$/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1204 =item {oc} : Occitan (post 1500)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1861 mean that the post-unlink comparison of the filehandle state provided
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm1719 my($pre, $post) = @{{"anonlist" => ["[","]"],
1727 return $pre . join(", ", @exprs) . $post;

Completed in 130 milliseconds

12