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

<<11121314151617181920>>

/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c75 #define print(win, y, x, fmt, args...) \
77 (void) printf(fmt, ## args); \
79 (void) mvwprintw(win, y, x, fmt, ## args);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DWin32.pm97 my @args = @_;
98 foreach (@args) {
103 return $self->canonpath(join('', @args));
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c1535 void *args)
1543 status = nss_getent_u(rootp, initf, contextpp, args);
1675 nss_getent_t *contextpp, void *args)
1691 status = _nsc_getent_u(rootp, initf, contextpp, args);
1716 res = NSS_INVOKE_DBOP(be, NSS_DBOP_GETENT, args);
2163 nss_db_initf_t initf, nss_getent_t *contextpp, void *args)
2166 nss_XbyY_args_t *in = (nss_XbyY_args_t *)args;
2204 if (args == NULL)
2387 nss_getent_t *contextpp, void *args)
2401 if (args
1534 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument
1674 nss_getent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument
2162 nss_unpack_ent(void *buffer, size_t bufsize, nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument
2386 _nsc_getent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument
[all...]
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c68 va_list args; local
71 va_start(args, format);
72 ret = vfprintf(stream, format, args);
73 va_end(args);
2288 disklog_print_diskinfo(dl_logging_args_t *args) argument
2305 if (args == NULL) {
2310 /* Retrieve the devid from the args. */
2311 devidstr = args->devid;
2347 if (args->uuid != NULL)
2349 args
[all...]
/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm.c63 va_list args; local
65 va_start(args, message);
68 (void) vfprintf(stderr, message, args);
71 va_end(args);
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h37 u32 level, void *data, const char *format, va_list args);
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.h128 int (*callback_fn)(picl_nodehdl_t hdl, void *args));
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.h289 * Converts the args array of main(String[] args) in Java into a native
300 extern char **dtj_get_argv(JNIEnv *jenv, jobjectArray args, int *argc);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c342 nvlist_t *rsrc, *args; local
359 * Private args to prop method are optional
361 if ((err = nvlist_lookup_nvlist(in, TOPO_PROP_PARGS, &args)) != 0) {
365 args = NULL;
402 (void) topo_prop_getprop(svc_node, pgroup, pname, args, out, &err);
/osnet-11/usr/src/grub/grub2/grub-core/commands/efi/
H A Dlssal.c133 char **args __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dusbtest.c197 char **args __attribute__ ((unused)))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.xs212 PerlIO * f, int narg, SV ** args)
214 SV *arg = (narg > 0) ? *args : PerlIOArg;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm526 my @args;
533 if ($flag eq '-a') { push (@args, alt => 1) }
534 elsif ($flag =~ /^-(\d+)$/) { push (@args, width => $1) }
542 my $parser = Pod::PlainText->new (@args);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dh2xs.t152 while (my ($args, $version, $expectation) = splice @tests, 0, 3) {
156 my $prog = "$^X $lib $extracted_program $args $dupe";
H A Dwarnings.pm431 last unless @DB::args && $DB::args[0] =~ /^$category=/ ;
/osnet-11/usr/src/lib/libc/i386/sys/
H A Ddoor.s66 copy_args; /* args 1, 2, 3 */ \
120 movl %esp, %edx / Save pointer to args
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c86 char variadic[256]; /* variadic args buffer */
581 int args = 0; local
1111 args = 0;
1325 if (args)
1327 v = number(op, args < 0 ? -args : args);
1647 if (paren == 1) args++;
1650 args--;
1682 args
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Derie.c67 erie_pci_callback(picl_nodehdl_t pcih, void *args) argument
170 erie_hw_rev_callback(picl_nodehdl_t pcih, void *args) argument
/osnet-11/usr/src/lib/libshell/
H A DMakefile.com69 sh/args.o \
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse.h496 * @param args argument vector
502 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
705 * The function may use and remove options from 'args' that belong
712 * @param args the command line arguments
716 struct fuse_fs *(*factory)(struct fuse_args *args,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/dtrace/
H A Dkerberos_provider.d193 #pragma D attributes Unstable/Unstable/Common provider kerberos args
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dserial.c157 grub_cmd_serial (grub_extcmd_context_t ctxt, int argc, char **args)
181 name = args[0];
156 grub_cmd_serial(grub_extcmd_context_t ctxt, int argc, char **args) argument
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dtga.c459 int argc, char **args)
466 grub_video_reader_tga (&bitmap, args[0]);
458 grub_cmd_tgatest(grub_command_t cmd __attribute__ ((unused)), int argc, char **args) argument
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c94 ** bool map_parse(MAP *map, char *args)
99 ** char *map_lookup(MAP *map, char *key, char **args, int *pstat)
101 ** rewriting the map wants (including "args" if desired)
142 ** ap -- a pointer to the args on the config line.
996 ** DNS_MAP_PARSEARGS -- parse dns map definition args.
1000 ** args -- pointer to the args on the config line.
1015 dns_map_parseargs(map,args)
1017 char *args;
1019 register char *p = args;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h27 PerlIO *old, int narg, SV **args);
172 int perm, PerlIO *old, int narg, SV **args);

Completed in 92 milliseconds

<<11121314151617181920>>