Searched refs:way (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.h69 int way; member in struct:XauthP
H A Dauth.c178 findauthenticator(int type, int way) argument
182 while (ap->type && (ap->type != type || ap->way != way))
204 ap->type, ap->way);
208 Name, ap->type, ap->way);
340 Name, ap->type, ap->way);
343 *e++ = ap->way;
H A Dkerberos5.c148 *p++ = ap->way;
219 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL)
250 ap_msg[1] = ap->way;
426 ap_msg[1] = ap->way;
483 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) {
632 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL &&
668 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) {
H A Drsaencpwd.c136 *p++ = ap->way;
254 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_ONE_WAY) {
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dauth.h64 int way; member in struct:XauthP
H A Dauth.c187 findauthenticator(int type, int way) argument
191 while (ap->type && (ap->type != type || ap->way != way))
213 ap->type, ap->way);
217 Name, ap->type, ap->way);
349 Name, ap->type, ap->way);
352 *e++ = ap->way;
H A Dkerberos5.c127 *p++ = ap->way;
196 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL)
224 foo[1] = ap->way;
385 foo[1] = ap->way;
441 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) {
592 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL &&
627 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) {
H A Dkerberos.c115 *p++ = ap->way;
202 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) {
354 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) {
H A Dkrb4encpwd.c135 *p++ = ap->way;
253 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) {
H A Drsaencpwd.c131 *p++ = ap->way;
250 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_ONE_WAY) {
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dexport-all.mk6 # the old way to do :tA
H A Ddep-var.mk6 # be the only way to reach the lower half of SuffExpandChildren.
48 # the empty string. This way, the final output is the string
53 # The number of actual expansions is way more than one might expect,
H A Ddeptgt.mk41 # ParseDependencyTargetWord. The only way to produce an expression that
H A Dmodts.mk40 # Not all modifiers behave this way though. Some of them always use
H A Dvarmod.mk16 # Another way to get a single '$' sign is to use the :U modifier. In the
/freebsd-13-stable/lib/libclang_rt/
H A Dcompiler-rt-vars.mk15 # The only way to set the path to the sanitizer libraries with clang is to
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh47 /* We have no reliable way to test msgsize */
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_sync.c303 /* Parameters: way(I) - direction of byte order conversion. */
310 ipf_sync_tcporder(way, td)
311 int way;
314 if (way) {
329 /* Parameters: way(I) - direction of byte order conversion. */
336 ipf_sync_natorder(way, n)
337 int way;
340 if (way) {
359 /* Parameters: way(I) - direction of byte order conversion. */
366 ipf_sync_storder(way, ip
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c161 #error No way to perform gid lookups on this platform
230 #error No way to look up uids on this platform
/freebsd-13-stable/share/dtrace/
H A Dhotopen30 * are opening files. This is a very quick way to find out if
/freebsd-13-stable/tools/tools/portsinfo/
H A Dportsinfo.sh22 The FreeBSD Ports Collection offers a simple way for users and
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL45 You will need to install Perl separately. One way to do so is to
47 README.vms and follow the instructions. Another way is to download a
/freebsd-13-stable/tools/tools/sysdoc/
H A Dsysdoc.sh74 This script was forged as a way to automatically
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap_32.c949 int entry, way; local
973 for (way = 0; way < TLB0_WAYS; way++)
975 mas0 = MAS0_TLBSEL(0) | MAS0_ESEL(way);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-l2c.c370 uint64_t way; local
386 for (way = 0; way < assoc; way++) {
387 uint64_t caddr = index | (way << shift);
399 if (way >= assoc) {
684 * @param assoc Association (way) of the tag to dump
1050 * 0 0 16-way 2MB cache
1051 * 0 1 12-way 1.5MB cache
1052 * 1 0 8-way
[all...]

Completed in 115 milliseconds

123