Searched refs:option (Results 301 - 325 of 638) sorted by relevance

<<11121314151617181920>>

/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/cfgadm_plugins/sbd/common/
H A Dap_msg.c90 "option invalid: %s",
91 "option requires value: %s",
92 "option requires no value: %s",
93 "option value invalid: %s %s",
196 char *option; local
261 get_str(option, ap, STR_NULL);
262 len += strlen(option);
263 DBG("<%s>", option);
381 (void) snprintf(p, len, fmt, option);
384 (void) snprintf(p, len, fmt, option, valu
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c746 ber_set_option( struct berelement *ber, int option, void *value ) argument
753 if ( option == LBER_OPT_MEMALLOC_FN_PTRS ) {
763 if ( option == LBER_OPT_DEBUG_LEVEL ) {
777 switch ( option ) {
781 ber->ber_options |= option;
783 ber->ber_options &= ~option;
807 ber_get_option( struct berelement *ber, int option, void *value ) argument
813 if ( option == LBER_OPT_MEMALLOC_FN_PTRS ) {
823 if ( option == LBER_OPT_DEBUG_LEVEL ) {
836 switch ( option ) {
862 ber_sockbuf_set_option( Sockbuf *sb, int option, void *value ) argument
922 ber_sockbuf_get_option( Sockbuf *sb, int option, void *value ) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL146 Format the output with ANSI color escape sequences. Using this option
152 for C<=over> blocks. Defaults to 4 spaces if this option isn't given.
163 formatting arbitrary text documents, using this option is recommended.
169 indented; for the latter, see B<-i> option.
193 Without this option, all consecutive whitespace in non-verbatim paragraphs
201 width of your terminal device. Using this option requires that your system
203 your system support termios. With this option, the output of B<pod2text>
227 =item Unknown option: %s
229 (F) An unknown command line option was given.
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dpathopens.d44 #pragma D option quiet
H A Dphp_calldist.d42 #pragma D option quiet
H A Dphp_cpudist.d42 #pragma D option quiet
H A Dpl_calldist.d42 #pragma D option quiet
H A Dpl_cpudist.d42 #pragma D option quiet
H A Dpy_calldist.d42 #pragma D option quiet
H A Dpy_cpudist.d42 #pragma D option quiet
H A Drb_calls.d40 #pragma D option quiet
H A Drfileio.d38 #pragma D option quiet
H A Drwbytype.d40 #pragma D option quiet
H A Dsh_wasted.d42 #pragma D option quiet
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/
H A Drfileio.d38 #pragma D option quiet
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Perl/
H A Dpl_calldist.d42 #pragma D option quiet
H A Dpl_cpudist.d42 #pragma D option quiet
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Php/
H A Dphp_calldist.d42 #pragma D option quiet
H A Dphp_cpudist.d42 #pragma D option quiet
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dpathopens.d44 #pragma D option quiet
H A Drwbytype.d40 #pragma D option quiet
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_calldist.d42 #pragma D option quiet
H A Dpy_cpudist.d42 #pragma D option quiet

Completed in 58 milliseconds

<<11121314151617181920>>