Searched refs:args (Results 601 - 620 of 620) sorted by relevance

<<2122232425

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL254 No args to this one is a noop. Someday I'll post such
1372 @a = @DB'args;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm174 my @args = grep { defined } ($cmd, $arg);
175 Carp::croak("plan() doesn't understand @args");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1108 my @args;
1123 push @args,
1134 $self->_mtwrite(@args); # write multiple record groups
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c1594 * output args description to sp from p of length n
1598 args(register Sfio_t* sp, register char* p, register int n, int flags, int style, Sfio_t* ip, int version, char* id, char* catalog) function
3643 args(sp, x, xl, o->flags, style, sp_info, version, u, catalog);
3663 args(sp, x, xl, flags, style, sp_info, version, id, catalog);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c198 smb_ads_upgrade(void *args) argument
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsendmail.h358 char *, char *args[], esmtp_args_F));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Diperlsys.h932 IV narg, SV **args);
H A Dpp_ctl.c1552 PL_dbargs = GvAV(gv_AVadd(tmpgv = gv_fetchpv("DB::args", TRUE,
2557 S_docatch_body(pTHX_ va_list args) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm1319 the form C<=command args>) that Pod::Man didn't know about. It was ignored.
H A DParser.pm761 my $args = join("", $iseq->parse_tree->children);
762 return $self->interior_sequence($iseq->name, $args, $iseq);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c124 #define DPRINTF(args) { if (di_debug != DI_QUIET) dprint args; }
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c1744 const FCHAR_T *format, va_list args)
1758 if (PRINTF_FETCHARGS (args, &a) < 0)
1743 VASNPRINTF(DCHAR_T *resultbuf, size_t *lengthp, const FCHAR_T *format, va_list args) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm46 Carp::croak "WriteMakefile: Need even number of args" if @_ % 2;
349 # Store the original args passed to WriteMakefile()
443 # Don't stomp on WriteMakefile() args.
617 Carp::croak "WriteEmptyMakefile: Need even number of args" if @_ % 2;
662 my($self, @args) = @_;
663 foreach (@args) {
677 # Remember the original args passed it. It will be useful later.
H A DMM_VMS.pm785 Throw in some dubious extra macros for Makefile args.
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c219 * Will allocate space for new node and copy args into new space.
328 * Will allocate space for new node and copy args into new space.
713 * the args came from a presumed valid locator block,
1502 add_disk_names(di_node_t node, di_minor_t minor, void *args) argument
1508 md_im_names_t *cnames = (md_im_names_t *)args;
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile291 ../.././grub-core/gnulib/printf-args.c \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile291 ../.././grub-core/gnulib/printf-args.c \
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.c1703 dt_node_func(dt_node_t *dnp, dt_node_t *args) argument
1732 dnp->dn_args = args;
2256 inp->din_hash = dt_idhash_create("inline args", NULL, 0, 0);
2267 * in by the code generation pass with references to the args.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm605 $query_string = $self->r->args;
655 $query_string = $self->r->args;
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2212 # Also quote any args containing shell meta-characters.
2744 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2947 # Extract the first word of "$ac_prog", so it can be a program name with args.
3087 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3127 # Extract the first word of "strip", so it can be a program name with args.
3379 # Extract the first word of "$ac_prog", so it can be a program name with args.
3427 # Extract the first word of "$ac_prog", so it can be a program name with args.
3493 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3533 # Extract the first word of "ranlib", so it can be a program name with args.
3593 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
[all...]

Completed in 193 milliseconds

<<2122232425