Searched refs:program (Results 151 - 175 of 337) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL103 Once upon a time, I wrote a program called pstruct. It was a perl
104 program that tried to parse out C structures and display their member
108 Pstruct was not a pretty program. Neither was it particularly robust.
114 easier to parse. It's still not a pretty program, but at least it's more
187 the C structures, and then hardwire these into his program. Of course,
188 when you took your wonderfully crafted program to a system where the
189 sgtty structure was laid out differently, your program broke. Which is
195 them in terms of packages and functions. Consider the following program:
268 line program when I started, or I might not have begun. :-) But I would have
269 been less cavalier in how the parts of the program communicate
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm15 # This program is Copyright 1990,2002 by Johan Vromans.
16 # This program is free software; you can redistribute it and/or
22 # This program is distributed in the hope that it will be useful,
1335 program needs to know. Besides arguments, these programs often take
1337 program to work, hence the name 'option', but are used to modify its
1338 default behaviour. For example, a program could do its job quietly,
1381 To use Getopt::Long from a Perl program, you must include the
1382 following line in your Perl program:
1387 program for using it. Most of the actual Getopt::Long code is not
1438 default value, the program ca
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm4 # This program is free software; you can redistribute it and/or
217 used as by the ftp program.
219 C<Net::Netrc> also implements security checks just like the ftp program,
333 This program is free software; you can redistribute it and/or modify
H A DTime.pm4 # This program is free software; you can redistribute it and/or
144 This program is free software; you can redistribute it and/or modify
/opensolaris-onvv-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpc.c496 usage(char *program) argument
500 if ((name = strrchr(program, '/')) == NULL)
501 name = program;
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c137 __rpcb_getaddr_bootstrap(program, version, nconf, address, hostname)
138 ulong_t program;
213 svc_uaddr = __map_addr(nconf, &rpcb_taddr, program, version);
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Dauditxml.pm259 my @program = ();
281 'program' => \@program,
347 return shift->{'program'};
715 next unless ($class =~ /title|program|see/);
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c79 clnt_door_create(const rpcprog_t program, const rpcvers_t version, argument
92 (void) sprintf(rendezvous, RPC_DOOR_RENDEZVOUS, (int)program,
129 call_msg.rm_call.cb_prog = program;
399 * the program number field is the fourth field from the
/opensolaris-onvv-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_btcp.c116 rpcprog_t program,
149 if ((port = bpmap_getport(program, version,
242 call_msg.rm_call.cb_prog = program;
114 clntbtcp_create( struct sockaddr_in *raddr, rpcprog_t program, rpcvers_t version, struct timeval wait, int *sockp, uint_t sendsz, uint_t recvsz) argument
/opensolaris-onvv-gate/usr/src/tools/pmodes/
H A Dpmodes.c112 static char *program; variable
119 "Usage: %s [-DowsnNmdePvq] [-r file] pkgdir ...\n", program);
132 program = argv[0];
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A DREADME75 3- The uucico program no longer searches for a system to call, it
76 must be called with a -s option. A new program, uusched,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm88 always use the pad for the main program, but for OPs in subroutines
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm87 Copyright (C) 2001 Tim Jenness All Rights Reserved. This program is
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToNroff.pm91 This program is distributed in the hope that it will be useful, but
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm6 # This program is free software; you may redistribute it and/or modify it
142 This program is free software; you may redistribute it and/or modify it
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL38 # pod2latex conversion program
230 # and the program does not rely upon it.
256 C<pod2latex> is a program to convert POD format documentation
351 This program is free software; you can redistribute it
H A Dpod2html.PL171 This program is distributed under the Artistic License.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm334 This program is free software; you may redistribute it and/or modify it under
/opensolaris-onvv-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c408 {TOK_PROGRAM, "program"},
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/util/
H A Dmkbimage7 # This program is free software; you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
18 # along with this program; if not, you can either send email to this
19 # program's maintainer or write to: The Free Software Foundation,
60 program=`echo "$0" | sed -e 's/[^\/]*\///g'`
64 Usage: $program [-hVF] [-t TYPE] [-d DIRECTORY] [-s FS_TYPE] -f TAR_FILE
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c206 (void) fprintf(stderr, "%s: %s: ", program, prefix);
393 "for %s:%s"), program, tohost, tofile);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x339 program WNL_PROGRAM {
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dgendeliv.c199 fprintf(outfile, frwlmsg, program, uval);
202 program,error,errlist[error]);
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnfs_acl.x350 program NFS_ACL_PROGRAM {
/opensolaris-onvv-gate/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging69 passwd program will then remove the passwd aging characters, and the

Completed in 214 milliseconds

1234567891011>>