Searched refs:option (Results 476 - 500 of 638) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libwrap/
H A Doptions.c29 * "dry_run" flag is set. In this mode, an option function should just "say"
32 * Some option functions do not return (for example, the twist option passes
83 static void user_option(); /* execute "user name.group" option */
84 static void group_option(); /* execute "group name" option */
85 static void umask_option(); /* execute "umask mask" option */
86 static void linger_option(); /* execute "linger time" option */
87 static void keepalive_option(); /* execute "keepalive" option */
88 static void spawn_option(); /* execute "spawn command" option */
89 static void twist_option(); /* execute "twist command" option */
100 struct option { struct
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c27 * command line option parser and usage formatter
218 Z("List detailed help option info."),
224 Z("List long option usage."),
230 Z("List short and long option details."),
234 Z("List short option usage."),
280 static const char unknown[] = C("unknown option or attribute");
1123 * solaris long option compatibility
2035 sfprintf(sp, " %s ", T(NiL, ID, "If the option value is omitted then"));
2048 sfprintf(sp, " %s", T(NiL, ID, "The option value may be omitted."));
3319 sfputr(sp_body, C("long-option[
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c545 log_option(log_context lc, int option, int value) { argument
550 switch (option) {
553 lc->flags |= option;
555 lc->flags &= ~option;
/osnet-11/usr/src/lib/libnsl/netdir/
H A Dnetdir.c393 * libray cannot resolve the option, then no one can.
399 netdir_options(struct netconfig *tp, int option, int fd, char *par) argument
413 return (__inet_netdir_options(tp, option, fd, par));
421 return ((*(t->opt))(tp, option, fd, par));
430 return ((*(t->opt))(tp, option, fd, par));
804 dgettext(__nsl_dom, "n2a: unknown option passed"));
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h9 * (at your option) any later version.
61 BOOL ntfs_log_parse_option(const char *option);
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c43 "[+?The option argument for \b-c\b can optionally be "
53 "\b-n -\b\anumber\a. \anumber\a may also have these option "
443 if (opt_info.option[0] == '+')
483 if (opt_info.option[0]=='+')
497 if (opt_info.option[0] == '+')
536 if (opt_info.option[0] == '+')
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dint-proto.h44 const char *option, char **ret_value);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.h115 krb5_db2_db_set_option(krb5_context kcontext, int option, void *value );
/osnet-11/usr/src/lib/libast/
H A DMakefile117 option.h \
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-version-check.c9 * (at your option) any later version.
40 static struct option options[] =
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmkbimage9 # the Free Software Foundation; either version 2, or (at your option)
118 option) echo "Unknow option"; echo "$usage";;
119 missing_argument) echo "You must give an argument to the option!";
121 missing_option) echo "You must indicate at least one option!";
225 *) error option ;;
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_get_property.c13 * (at your option) any later version.
104 static struct option long_options[] = {
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h158 int two_hosts, void (*extra_opt_callback)( int option, char *optarg ));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm77 with the B<-terse> option. It is provided for compatibility with old scripts
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm71 option exists, should a class wish to perform specific actions upon the
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h29 * option, error and message formatter external definitions
43 #include <option.h>
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h29 * option, error and message formatter external definitions
43 #include <option.h>
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h29 * option, error and message formatter external definitions
43 #include <option.h>
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h29 * option, error and message formatter external definitions
43 #include <option.h>
/osnet-11/usr/src/lib/libldap4/
H A DMakefile.com44 getdn.o option.o \
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c457 krb5_data option; local
617 * named in the AP-REQ. This allows us to implement option (ii)
621 * This is far more useful that option (i), for which we would
861 option is KRB5_GSS_FOR_CREDS_OPTION ( = 1 ).
969 TREAD_INT16(ptr, option.length, bigend);
973 if (i < option.length || option.length < 0) {
979 /* have to use ptr2, since option.data is wrong type and
982 TREAD_STR(ptr, ptr2, option.length);
983 option
[all...]
/osnet-11/usr/src/head/
H A Dldap.h70 * Internet Draft. Use the ldap_get_option() call with an option value of
117 * Well-behaved private and experimental extensions will use option values
476 int LDAP_CALL ldap_set_option(LDAP *ld, int option,
478 int LDAP_CALL ldap_get_option(LDAP *ld, int option, void *optdata);
850 #define LDAP_IS_TMPLITEM_OPTION_SET(ti, option) \
851 (((ti)->ti_options & option) != 0)
925 #define LDAP_IS_DISPTMPL_OPTION_SET(dt, option) \
926 (((dt)->dt_options & option) != 0)
1073 #define LDAP_IS_SEARCHOBJ_OPTION_SET(so, option) \
1074 (((so)->so_options & option) !
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodselect.PL76 This option may be given multiple times on the command line.
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dweblatency.d55 #pragma D option quiet
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dweblatency.d55 #pragma D option quiet

Completed in 100 milliseconds

<<11121314151617181920>>