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

<<2122232425

/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h74 va_list args; /* corresponding arg list */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c157 va_list args; local
158 va_start(args, lpszFormat);
159 (void) vswprintf(wcs, OS_DEVICE_NAME_LEN - 1, lpszFormat, args);
160 va_end(args);
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c1276 sip_xaction_state_timer_fire(void *args) argument
1278 sip_xaction_time_obj_t *time_obj = (sip_xaction_time_obj_t *)args;
H A Dsip_dialog.c1325 sip_dlg_self_destruct(void *args) argument
1327 sip_dialog_timer_obj_t *tim_obj = (sip_dialog_timer_obj_t *)args;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm410 my @args = @_; # lexical to close over
411 my $sub_with_args = sub { $sub->(@args) };
H A DOpcode.pm547 caller -- get info about calling environment and args
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm394 my ($self,@args) = @_;
395 return $self->{impl}->(0,@args);
H A DTest.pm151 croak "Test::plan(%args): odd number of arguments" if @_ & 1;
441 =item C<skip(I<skip_if_true>, I<args...>)>
449 ok( args... );
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1485 % A few fonts for @defun names and args.
5268 % @deffn category name args
5271 % @deffn category class name args
5274 % \defopon {category on}class name args
5277 % \deffngeneral {subind}category name args
5287 % @deftypefn category type name args
5290 % @deftypeop category class type name args
5293 % \deftypeopon {category on}class type name args
5296 % \deftypefngeneral {subind}category type name args
5305 % @deftypevr category type var args
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cg.c516 dt_cg_arglist(dt_ident_t *idp, dt_node_t *args, argument
523 for (dnp = args; dnp != NULL; dnp = dnp->dn_list)
529 for (dnp = args; dnp != NULL; dnp = dnp->dn_list, i++) {
1226 * If this is a reference in the args[] array, temporarily modify the
1229 * If we're using a dynamic translator for args[], then just set dn_reg
1260 * If this is a reference to the args[] array, we need to take the
1822 * args[]. See dt_idcook_args() for details.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c50 #define inTktDebug(args...) printf(args)
52 #define inTktDebug(args...)
87 /* some typedef's for the function args to make things look a bit cleaner */
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c184 /* write the pid to file, command line args to syslog */
4144 ** args -- argument string.
4151 host_map_init(map, args)
4153 char *args;
4155 register char *p = args;
H A Dparseaddr.c2896 ** args -- arguments.
2903 dequote_init(map, args)
2905 char *args;
2907 register char *p = args;
H A Dreadcf.c317 int args, endtoken; local
328 args = 0;
369 if (++args >= MAX_MAP_ARGS)
383 args = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm239 my @args = @_;
247 ($_[0], $_[1], $_[2]) = @args;
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl368 struct nss_netdirbyname_in *args,
371 struct nss_netdirbyaddr_in *args,
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c1156 a.args.args_val = argsp;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c214 vsnprintf(err_str, sizeof (err_str), fmt, args);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm223 $out .= " croak 'Too many args to $name' if \@_ > 1;\n";
508 warn "Too many args to count" if @_;
573 than calling object constructor without args
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h731 va_list args; /* corresponding arglist */ member in struct:_fmt_s
736 int argn; /* number of args already used */
760 ((ft->form = (char*)frm), va_copy(ft->args,ags), \
766 ((frm = ft->form), va_copy(ags,ft->args), \
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_share.c1468 get_fs_shareprops_arg_t args = { 0 }; local
1476 args.gsp_src_zhp = zhp;
1477 args.gsp_props = props->sp_nvl;
1479 &args) != 0) {
/osnet-11/usr/src/lib/libima/common/
H A Dima-lib.c84 va_list args; local
85 va_start(args, lpszFormat);
88 vswprintf(wcs, lpszFormat, args);
90 vswprintf(wcs, 255, lpszFormat, args);
92 va_end(args);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c281 * args. Show regex, up to a maximum length. If it's too long, chop and add
5039 va_list args; local
5056 va_start(args, pat2);
5058 va_start(args);
5060 msv = vmess(buf, &args);
5061 va_end(args);
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex1959 % A few fonts for @defun names and args.
2092 % A few fonts for @defun names and args.
6271 % @deffn category name args
6274 % @deffn category class name args
6277 % \defopon {category on}class name args
6280 % \deffngeneral {subind}category name args
6290 % @deftypefn category type name args
6293 % @deftypeop category class type name args
6296 % \deftypeopon {category on}class type name args
6299 % \deftypefngeneral {subind}category type name args
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh39 typeset -a args
45 set -A args -- $(exec 2>&1; set -u; unset bt; $bt)
73 for (( i = ${#args[@]} - 1; i >= 0; i-- )); do
74 [[ "${args[i]}" == "${.sh.fun}:" ]] && break
78 print -u2 "\t${args[i]}"
2698 # zfs [zfs(1M) args]

Completed in 191 milliseconds

<<2122232425