Searched refs:program (Results 101 - 125 of 337) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/uts/common/rpc/
H A Dpmap_prot.x82 % * A mapping of (program, version, protocol) to port number
213 program PMAPPROG {
H A Drpcsec_gss.h128 uint_t program; member in struct:__anon7044
258 uint_t program,
/opensolaris-onvv-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c10 * This program is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful,
21 * along with this program; if not, write to the Free Software
41 /* Successful run of the program */
212 /* Search for the program in the dirs where it's allowed to be */
213 char *program; local
219 program = g_path_get_basename(argv[0]);
222 path = g_find_program_in_path (program);
223 g_free(program);
227 /* Replace program i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dprintmail.c350 program, lfil);
360 program, lfil);
370 program, lfil);
434 program, lfil);
H A Dcopyback.c135 "mailfile is in '%s'\n", program, lettmp);
H A Dinit.c175 int ismail = TRUE; /* default to program=mail */
215 char *program; /* program name */ variable
H A Dsendlist.c193 fprintf(stderr, "%s: Cannot append to %s\n", program, file);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToPod.pm81 This program is distributed in the hope that it will be useful, but
H A DToXml.pm54 This program is distributed in the hope that it will be useful, but
H A DToChecker.pm63 This program is distributed in the hope that it will be useful, but
H A DToText.pm82 This program is distributed in the hope that it will be useful, but
/opensolaris-onvv-gate/usr/src/cmd/genmsg/
H A Dmain.c62 char *program; variable
109 program = basename(argv[0]);
408 program);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFindBin.pm4 # This program is free software; you can redistribute it and/or modify it
68 and I<filename> does not have executable rights and a program called I<filename>
79 reports to E<lt>F<perlbug@perl.org>E<gt> using the perlbug program included with perl.
87 This program is free software; you can redistribute it and/or modify it
146 # if $script is a perl program, if not then $script = $0
/opensolaris-onvv-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcancel.c40 usage(char *program) argument
44 if ((name = strrchr(program, '/')) == NULL)
45 name = program;
H A Dlp.c45 usage(char *program) argument
49 if ((name = strrchr(program, '/')) == NULL)
50 name = program;
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS42 LFS is useful if the program only needs to access a small subset of
44 if the program needs to access a large amount of data at once --- having
45 been freed from the file limit, the program will simply hit the virtual
128 a given program linked against libelf would see the regular, or
143 that a program this large should be 64-bit. Only a 64-bit
150 executable which is >2GB. The resulting program will consume over
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A Dregexp.c38 * regmust string (pointer into program) that match must include, or NULL
52 * Structure for regexp "program". This is essentially a linear encoding
68 #define END 0 /* no End of program. */
122 * See regmagic.h for one further detail of program structure.
226 regcode = r->program;
236 scan = r->program+1; /* First BRANCH. */
717 /* Check validity of program. */
718 if (UCHARAT(prog->program) != MAGIC) {
719 tpt_regerror("corrupted program");
784 if (regmatch(prog->program
[all...]
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c94 char *program; variable
1547 program, rdc_decode_flag(RDC_CMD_COPY, type),
1553 program, rdc_decode_flag(RDC_CMD_COPY, type),
1781 program = basename(argv[0]);
4084 program, rdc_decode_flag(flag, parms.options),
4176 program, rdc_decode_flag(flag, parms.options),
4187 program, rdc_decode_flag(flag, parms.options),
4386 program, rdc_decode_flag(flag, parms.options),
4413 program, rdc_decode_flag(flag, parms.options),
4433 program, rdc_decode_fla
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm187 comments embedded in the output of your program. To enable this
213 CGI::Carp includes the name of the program that generated the error or
216 executed program was. In these cases, you can override the program
219 The quick way to do that is to tell CGI::Carp the name of the program
225 . If you want to change the program name partway through the program,
231 Once you've done that, you can change the logged name of the program
236 You can set the program back to the default by calling
240 Note that this override doesn't happen until after the program ha
[all...]
/opensolaris-onvv-gate/usr/src/tools/cw/
H A Dcw.c1597 char *program = NULL; local
1602 program = getenv("CW_CC");
1606 program = getenv("CW_CPLUSPLUS");
1610 program = getenv("CW_GCC");
1614 program = getenv("CW_GPLUSPLUS");
1619 if (program == NULL) {
1624 if ((program = malloc(len)) == NULL)
1626 (void) snprintf(program, len, "%s/%s", dir, cmd);
1629 newae(ctx->i_ae, program);
1633 "shadow" : "primary", program);
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c499 * Set a mapping between program, version and address.
503 rpcb_set(const rpcprog_t program, const rpcvers_t version, argument
530 parms.r_prog = program;
550 * Remove the mapping between program, version and netbuf address.
556 rpcb_unset(const rpcprog_t program, const rpcvers_t version, argument
568 parms.r_prog = program;
707 __rpcb_findaddr_timed(rpcprog_t program, rpcvers_t version, argument
797 pmapparms.pm_prog = program;
859 parms.r_prog = program;
1053 * Find the mapped address for program, versio
1061 rpcb_getaddr(const rpcprog_t program, const rpcvers_t version, const struct netconfig *nconf, struct netbuf *address, const char *host) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm16 option of B<perl>. It is named after the program B<lint> which carries
97 program can slow your whole program down. See L<perlre> for
116 Normally, Lint only checks the main code of the program together
H A DXref.pm16 definitions and uses of variables, subroutines and formats in a Perl program.
34 the program or module external to all subroutines.
76 processed in the execution order of the program.
82 Non-lexical variables are quite difficult to track through a program.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.pm4 # This program is free software; you can redistribute it and/or
100 This program is free software; you can redistribute it and/or modify it
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm44 test your program will print out an "ok" or "not ok" to indicate pass
49 test and your test program aborts, or skips a test or whatever. You
213 Interprets the output of your test program.
228 This program is free software; you can redistribute it and/or

Completed in 108 milliseconds

1234567891011>>