Searched defs:option (Results 1 - 25 of 76) sorted by relevance

1234

/osnet-11/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_wrappers.c13 const char *p_option(uint_t option) { argument
14 return (isc_p_option((ulong_t)option));
/osnet-11/usr/src/lib/libldap4/common/
H A Doption.c21 ldap_get_option(LDAP *ld, int option, void *outvalue) argument
28 switch (option) {
50 case LDAP_OPT_DESC: /* depricated option */
62 case LDAP_OPT_REBIND_FN: /* depricated option */
65 case LDAP_OPT_REBIND_ARG: /* depricated option */
96 * This option must be completed when optional api's (or
112 /* case LDAP_OPT_ERROR_MATCHED: depricated option */
132 ldap_set_option(LDAP *ld, int option, void *invalue) argument
139 switch (option) {
/osnet-11/usr/src/lib/krb5/ss/
H A Doptions.c11 struct option { struct
16 static struct option options[] = {
28 register struct option *opt;
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option i
81 struct option struct
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetopt.h39 struct option struct
47 extern int getopt_long(int, char* const*, const char*, const struct option*, int*);
48 extern int getopt_long_only(int, char* const*, const char*, const struct option*, int*);
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dgetopt.h48 struct option struct
56 extern __MANGLE__ int getopt_long __PROTO__((int, char* const*, const char*, const struct option*, int*));
57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct option*, int*));
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c40 ldap_get_option( LDAP *ld, int option, void *optdata ) argument
58 if ( option == LDAP_OPT_MEMALLOC_FN_PTRS ) {
64 if ( option == LDAP_OPT_API_INFO ) {
77 if (LDAP_OPT_DEBUG_LEVEL == option)
99 switch( option ) {
166 ( option == LDAP_OPT_SERVER_CONTROLS ) ?
H A Dsetoption.c48 ldap_set_option(LDAP *ld, int option, const void *optdata) argument
60 if (option == LDAP_OPT_MEMALLOC_FN_PTRS) {
85 if (LDAP_OPT_DEBUG_LEVEL == option) {
112 option != LDAP_OPT_EXTRA_THREAD_FN_PTRS &&
113 option != LDAP_OPT_THREAD_FN_PTRS) {
116 switch (option) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dlibdef_parse.c67 const char *option, char **ret_value)
93 * option = <boolean>
98 names[2] = option;
109 * option = <boolean>
112 names[1] = option;
137 const char *option, int *ret_value)
142 retval = krb5int_libdefault_string(context, realm, option, &string);
66 krb5int_libdefault_string(krb5_context context, const krb5_data *realm, const char *option, char **ret_value) argument
136 krb5int_libdefault_boolean(krb5_context context, const krb5_data *realm, const char *option, int *ret_value) argument
H A Dappdefault.c41 appdefault_get(krb5_context context, const char *appname, const krb5_data *realm, const char *option, char **ret_value) argument
60 * option = <boolean>
70 names[3] = option;
84 * option = <boolean>
88 names[2] = option;
101 * option = <boolean>
106 names[2] = option;
119 * option = <boolean>
122 names[1] = option;
142 krb5_appdefault_boolean(krb5_context context, const char *appname, const krb5_data *realm, const char *option, in argument
157 krb5_appdefault_string(krb5_context context, const char *appname, const krb5_data *realm, const char *option, const char *default_value, char **ret_value) argument
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dpptrace.c180 * return string given pp.option
184 ppoptionstr(register long option) argument
186 return(ppflagstr(ppoptionmap, elementsof(ppoptionmap), option));
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_trace.c54 struct option { struct
60 static struct option options[] = {
74 struct option *opt;
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-public.c102 * an option that affects the prldap layer.
104 * If 'ld' and 'session" are both NULL, the option is set as the default
110 prldap_set_session_option( LDAP *ld, void *sessionarg, int option, ... ) argument
125 va_start( ap, option );
126 switch ( option ) {
144 * the setting for an option that affects the prldap layer.
146 * If 'ld' and 'session" are both NULL, the default option value for all new
152 int option, ... )
167 va_start( ap, option );
168 switch ( option ) {
151 prldap_get_session_option( LDAP *ld, void *sessionarg, int option, ... ) argument
[all...]
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c48 int api_semantics, boolean_t option);
263 boolean_t option)
278 } else if (option) { /* TX_TLI_API */
262 _alloc_buf(struct netbuf *buf, t_scalar_t n, int fields, int api_semantics, boolean_t option) argument
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_profile.c96 const char *option, char ***ret_value)
114 * option = <value>
120 names[2] = option;
131 * option = <value>
135 names[1] = option;
153 const char *option, char **ret_value)
158 retval = pkinit_kdcdefault_strings(context, realmname, option, &values);
176 const char *option, int default_value, int *ret_value)
181 retval = pkinit_kdcdefault_string(context, realmname, option, &string);
194 const char *option, in
95 pkinit_kdcdefault_strings(krb5_context context, const char *realmname, const char *option, char ***ret_value) argument
152 pkinit_kdcdefault_string(krb5_context context, const char *realmname, const char *option, char **ret_value) argument
175 pkinit_kdcdefault_boolean(krb5_context context, const char *realmname, const char *option, int default_value, int *ret_value) argument
193 pkinit_kdcdefault_integer(krb5_context context, const char *realmname, const char *option, int default_value, int *ret_value) argument
227 pkinit_libdefault_strings(krb5_context context, const krb5_data *realm, const char *option, char ***ret_value) argument
310 pkinit_libdefault_string(krb5_context context, const krb5_data *realm, const char *option, char **ret_value) argument
333 pkinit_libdefault_boolean(krb5_context context, const krb5_data *realm, const char *option, int default_value, int *ret_value) argument
352 pkinit_libdefault_integer(krb5_context context, const krb5_data *realm, const char *option, int default_value, int *ret_value) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.in.h9 (at your option) any later version.
28 /* Solaris definitions for struct option cannot be conditionalized,
65 # undef option macro
76 # define option __GETOPT_ID (option) macro
133 When `getopt' finds an option that takes an argument,
136 each non-option ARGV-element is returned here. */
147 non-option elements that the caller should itself scan.
159 /* Set to an option character which was unrecognized. */
166 of `struct option' terminate
185 struct option struct
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c11 * (at your option) any later version.
64 invalid_closetray_option (const char *option, const char *uid) argument
67 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid);
162 /* use handle_eject() with the closetray option */
172 TRUE /* closetray option */,
H A Dhal-storage-unmount.c11 * (at your option) any later version.
68 invalid_unmount_option (const char *option, const char *uid) argument
71 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapdelete.c52 static void options_callback( int option, char *optarg );
149 options_callback( int option, char *optarg ) argument
151 switch( option ) {
H A Dldapmodrdn.c25 static void options_callback( int option, char *optarg );
208 options_callback( int option, char *optarg ) argument
210 switch( option ) {
/osnet-11/usr/src/lib/libshell/common/include/
H A Dulimit.h164 unsigned char option; member in struct:Limit_s
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c199 * Extract option header and make sure option
210 * If this isn't an option that contains
221 * Handle the option first.
388 * relativize_time(): re-relativizes a time in a DHCP option
390 * input: DHCP_OPT *: the DHCP option parameter to convert
397 relativize_time(DHCP_OPT *option, time_t orig_time, time_t current_time) argument
402 if (option == NULL || option->len != sizeof (lease_t))
405 (void) memcpy(&pkt_time, option
[all...]

Completed in 125 milliseconds

1234