Searched defs:post (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | cmdarg.c | 65 char** post = 0; local 75 post = p + 1; 171 cmd->offset = ((cmd->postarg = post) ? (argc - (post - argv)) : 0) + 3;
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | options.c | 292 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/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | NNTP.pm | 313 sub post subroutine 315 @_ >= 1 or croak 'usage: $nntp->post( [ MESSAGE ] )'; 875 =item post ( [ MESSAGE ] )
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | argp-help.c | 1511 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/grub/grub2/grub-core/lib/ |
H A D | relocator.c | 52 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;
|
Completed in 34 milliseconds