Home
last modified time | relevance | path

Searched refs:interact (Results 1 – 25 of 152) sorted by relevance

1234567

/netbsd/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c111 sasl_interact_t *interact, in interaction() argument
120 switch( interact->id ) { in interaction()
157 if( interact->challenge ) { in interaction()
167 interact->prompt ? interact->prompt : _("Interact") ); in interaction()
171 interact->len = interact->result in interaction()
182 interact->len = 0; in interaction()
189 if( interact->len > 0 && input[interact->len - 1] == '\n' ) { in interaction()
191 interact->len--; in interaction()
197 if( interact->len > 0 ) { in interaction()
210 interact->len = strlen( interact->result ); in interaction()
[all …]
/netbsd/bin/ed/
H A Dglbl.c81 exec_global(int interact, int gflag) in exec_global() argument
93 if (!interact) { in exec_global()
100 if (!interact && (cmd = get_extended_line(&n, 0)) == NULL) in exec_global()
107 if (interact) { in exec_global()
/netbsd/sbin/disklabel/
H A DMakefile5 SRCS= main.c dkcksum.c interact.c printlabel.c bswap.c
34 COPTS.interact.c+= ${CC_WNO_STRINGOP_TRUNCATION}
H A Dextern.h32 void interact(struct disklabel *, int);
/netbsd/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DSaslInteraction.cpp11 SaslInteraction::SaslInteraction( sasl_interact_t *interact ) : in SaslInteraction() argument
12 m_interact(interact) {} in SaslInteraction()
H A DLDAPBindRequest.cpp125 static int my_sasl_interact(LDAP *l, unsigned flags, void *cbh, void *interact) in my_sasl_interact() argument
131 sasl_interact_t *iter = (sasl_interact_t*) interact; in my_sasl_interact()
H A DSaslInteraction.h17 SaslInteraction( sasl_interact_t *interact );
/netbsd/external/bsd/pdisk/dist/
H A Dpdisk.c143 void interact(void);
191 interact(); in main()
219 interact(); in main()
242 interact(void) in interact() function
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dcyrus.c443 LDAP_SASL_INTERACT_PROC *interact, in ldap_int_sasl_bind() argument
624 if( !interact ) break; in ldap_int_sasl_bind()
625 res = (interact)( ld, flags, defaults, prompts ); in ldap_int_sasl_bind()
684 if( !interact ) break; in ldap_int_sasl_bind()
685 res = (interact)( ld, flags, defaults, prompts ); in ldap_int_sasl_bind()
1325 LDAP_SASL_INTERACT_PROC *interact, in ldap_int_sasl_bind() argument
H A Dsasl.c441 LDAP_SASL_INTERACT_PROC *interact, in ldap_sasl_interactive_bind() argument
494 flags, interact, defaults, result, rmech, msgid ); in ldap_sasl_interactive_bind()
518 LDAP_SASL_INTERACT_PROC *interact, in ldap_sasl_interactive_bind_s() argument
528 flags, interact, defaults, result, &rmech, &msgid ); in ldap_sasl_interactive_bind_s()
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dbcm2835-rpi-common.dtsi4 * bcm2835, bcm2836 and bcm2837 implementations that interact with RPi's
/netbsd/sys/arch/ia64/stand/ia64/ski/
H A Dmain.c125 interact(); /* doesn't return */ in ski_main()
/netbsd/external/bsd/kyua-testers/dist/
H A DREADME7 This module, kyua-testers, provides scriptable interfaces to interact
/netbsd/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample5.rst4 This example shows how to interact with EDNS options.
99 During the modules' operation, some modules may interact with the cache
/netbsd/external/gpl2/diffutils/dist/src/
H A Dsdiff.c63 static bool interact (struct line_filter *, struct line_filter *, char const *, struct line_filter …
698 interact_ok = interact (&diff_filt, &lfilt, lname, &rfilt, rname, out); in main()
1122 interact (struct line_filter *diff, in interact() function
/netbsd/sys/dev/acpi/
H A DTODO24 * Related to previous, investigate how existing systems can interact with
/netbsd/sys/arch/ia64/stand/common/
H A Dinterp.c98 interact(void) in interact() function
H A Dbootstrap.h62 void interact(void);
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Dconfig.sdf14 directory service for your local domain only. It does not interact
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PKEY_CTX_set_params.pod30 calls these methods internally to interact with providers).
H A DOSSL_ALGORITHM.pod76 depth discussion on I<algorithm_names> and how that may interact with
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A DKconfig.profile72 interact with each other via userspace semaphores. Each context
/netbsd/external/bsd/dhcpcd/dist/
H A DREADME.md36 # Allow users of this group to interact with dhcpcd via the control socket.
/netbsd/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dbase_command.ipp82 /// \param ui Object to interact with the I/O of the command. The command must
/netbsd/external/bsd/kyua-cli/dist/
H A DNEWS167 * Added the 'db-exec' command to directly interact with the store
207 interact with failing tests cases in order to get more data about the

1234567