Searched refs:option (Results 551 - 575 of 638) sorted by relevance

<<212223242526

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c158 static int nsldapi_os_ioctl( LBER_SOCKET s, int option, int *statusp );
167 typedef int (NSLDAPI_IOCTL_FN)( LBER_SOCKET s, int option, int *statusp );
442 nsldapi_os_ioctl( LBER_SOCKET s, int option, int *statusp ) argument
449 if ( FIONBIO != option ) {
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh37 is generated for each input \b.c\b file. If the \b-c\b option is not
45 [M?Set a \bmsgcc\b specific \aoption\a. \aoption\a may be:]:[-option]{
73 USAGE="M:[-option] [ cc-options ] file ..."
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald.c14 * (at your option) any later version.
218 " Use this option to get debug messages if HAL runs as\n"
397 static struct option long_options[] = {
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscp.c13 * (at your option) any later version.
130 static const struct option lopt[] = {
162 case 1: /* A non-option argument */
228 ntfs_log_error("Unknown option '%s'.\n",
H A Dntfsfix.c16 * (at your option) any later version.
136 static const struct option lopt[] = {
146 case 1: /* A non-option argument */
160 ntfs_log_info("ERROR: Unknown option '%s'.\n", argv[optind - 1]);
H A Dntfscluster.c13 * (at your option) any later version.
116 static const struct option lopt[] = {
146 case 1: /* A non-option argument */
226 ntfs_log_error("Unknown option '%s'.\n", argv[optind-1]);
H A Dntfsls.c15 * (at your option) any later version.
197 static const struct option lopt[] = {
282 ntfs_log_error("Unknown option '%s'.\n", argv[optind - 1]);
373 * NOTE: Assumes recursive option. Currently no limit on the depths of
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h240 long option; /* option flags */ \
263 long ro_option; /* readonly option */ \
338 PPOPTARG optarg; /* unknown option arg handler */ \
453 #define setoption(m,v) ((v)?(pp.option|=(m)):(pp.option&=~(m)))
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c683 * Return a mnemonic for an option
686 p_option(u_long option) { argument
689 switch (option) {
721 default: sprintf(nbuf, "?0x%lx?", (u_long)option);
/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c61 static unsigned int _t_setsize(t_scalar_t infosize, boolean_t option);
551 /* option buffer plus alignment */
593 _t_setsize(t_scalar_t infosize, boolean_t option) argument
599 if (option) {
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapmodify.c60 * ldap connections if nbthreads > 1 (i.e -l option).
94 static void options_callback( int option, char *optarg );
394 options_callback( int option, char *optarg ) argument
396 switch( option ) {
415 case 'B': /* bulk import option */
617 fprintf(stderr, gettext("%s: Missing changetype operation specification.\n\tThe dn line must be followed by \"changetype: operation\"\n\t(unless ldapmodify is called with -a option)\n\twhere operation is add|delete|modify|modrdn|moddn|rename\n\t\"%s\" is not a valid changetype operation specification\n\t(line %d of entry %s)\n"),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm299 This option is significantly slower and (as of this writing) non-ASCII
300 identifiers are not very stable WITHOUT this option and with the
309 The Filter option now sets STDIN and STDOUT like non-filter options.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm329 # code option, we may see paragraphs that aren't part of the POD and need to
613 # by preprocess_paragraph only if we were given the code option. Exists here
627 # This is really ugly; I hate doing option parsing in the middle of a
731 indented; for the latter, see the I<indent> option. To set the right
732 margin, see the I<width> option.
784 (F) The quote specification given (the quotes option to the constructor) was
H A DMan.pm1186 CW. If yours is called something else (like CR), use the C<fixed> option to
1243 Set the name of the manual page. Without this option, the manual name is
1247 a name like C<Pod::Man>. This option, if given, overrides any automatic
1313 (F) The quote specification given (the quotes option to the constructor) was
1360 be nice to support as an option for those who want to use it.
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c241 struct option { struct
247 static struct option nss_options[] = {
256 static struct option nis_options[] = {
818 set_option(struct option *opt, char *name, char *val)
855 __parse_environment(struct option *opt, char *p)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL173 whether this option is set.
309 will leave an incomplete profile. See the B<-F> option.
316 output of the B<-V> option.
H A Dh2xs.PL173 Extensions that do no make use of static data can ignore this option.
272 option is specified, the name of the header file may look like
660 specify a minimum perl version with the -b option.
733 C::Scan required if you use -x option.
740 C::Scan v. 0.70 or later required unless you use -o . option.
1244 at your option, any later version of Perl 5 you may have available.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm88 # No INSTALL option provided; use original name if possible
130 croak "Unrecognized option to `${context}_CACHE': `$cache_opt' should be one of (@CONTEXT_TAGS); aborting";
147 # If the relevant option wasn't `TIE', this call does nothing.
179 carp("TIE option to memoize() is deprecated; use HASH instead")
495 SCALAR_CACHE => option,
496 LIST_CACHE => option
511 C<INSTALL> option it would have replaced the old C<fib> with the
696 This option is no longer supported. It is still documented only to
698 be converted to use the C<HASH> option instead.
811 An alternative approach to cache flushing is to use the C<HASH> option
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1942 /*% takes an option to indicate what sort of marshalling(read the code) and
1953 char option; local
1958 option = argv[1][1];
1992 switch(option) {
2290 printf("Wrong option: %c\n", option);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dprint.c215 if(strcmp(opt_info.option,"-R")==0)
/osnet-11/usr/src/lib/libcmd/common/
H A Dexpr.c517 if (opt_info.option[1] != '?')
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c9 * (at your option) any later version.
36 static struct option options[] = {
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c16 * (at your option) any later version.
92 struct option options[] = {
H A Dlshal.c14 * (at your option) any later version.
560 "Without any given options lshal will start with option --long."
562 "Shows all devices and their properties. If the --monitor option is given\n"
586 static const struct option long_options[] = {
604 /* this should happen e.g. if 'lshal -' and this is incorrect/incomplete option */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm266 suspects by option. The optional suspect list is I<not reflected> to

Completed in 1740 milliseconds

<<212223242526