Home
last modified time | relevance | path

Searched full:reversed (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c279 char truncated[9], *reversed; in _passwdqc_check() local
286 reversed = NULL; in _passwdqc_check()
320 if ((reversed = reverse(newpass))) { in _passwdqc_check()
322 u_reversed = unify(reversed); in _passwdqc_check()
330 if (!reversed || in _passwdqc_check()
339 is_based(params, u_oldpass, u_reversed, reversed))) in _passwdqc_check()
344 is_based(params, u_name, u_reversed, reversed) || in _passwdqc_check()
346 is_based(params, u_gecos, u_reversed, reversed))) in _passwdqc_check()
351 is_word_based(params, u_reversed, reversed))) in _passwdqc_check()
355 clean(reversed); in _passwdqc_check()
/freebsd/contrib/ntp/libparse/
H A Dclk_wharton.c59 * ss Second expressed in reversed decimal (units then tens)
60 * mm Minute expressed in reversed decimal
61 * hh Hour expressed in reversed decimal
62 * DD Day of month expressed in reversed decimal
63 * MM Month expressed in reversed decimal (January is 1)
64 * YY Year (without century) expressed in reversed decimal
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.keysort.d.out81 Reversed by value:
101 Reversed by key, position 0:
121 Reversed by key, position 1:
141 Reversed by key, position 2:
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c250 /* AES decrypt key needs to be reversed. Instead of reversing the
251 * key at session registration, it is instead reversed on-the-fly by
263 /* AES decrypt key needs to be reversed. Instead of reversing the
264 * key at session registration, it is instead reversed on-the-fly by
276 /* AES decrypt key needs to be reversed. Instead of reversing the
277 * key at session registration, it is instead reversed on-the-fly by
292 /* AES decrypt key needs to be reversed. Instead of reversing the
293 * key at session registration, it is instead reversed on-the-fly by
308 /* AES decrypt key needs to be reversed. Instead of reversing the
309 * key at session registration, it is instead reversed on-the-fly by
[all …]
/freebsd/usr.bin/patch/
H A Dpatch.1168 and assume that patches are not reversed even if they look like they are.
189 to ignore patches that it thinks are reversed or already applied.
264 (Note: this method cannot detect a reversed patch if it is a normal diff
269 reversed normal diffs will begin with a delete, which will fail, triggering
292 and assume that patches are reversed if they look like they are.
564 will identify the patch as potentially reversed and offer to reverse the patch.
566 Fourth, take care not to send out reversed patches, since it makes people wonder
690 will think it is a reversed patch, and offer to un-apply the patch.
H A Dpatch.c287 * 1.) Potentially reversed but -f/--force'd, in main()
288 * 2.) Potentially reversed but -N/--forward'd in main()
289 * 3.) Reversed and the user's opted to not apply it. in main()
306 /* dwim for reversed patch? */ in main()
326 say("Ignoring previously applied (or reversed) patch.\n"); in main()
1164 * to be reversed/already applied. For non-batch jobs, we'll in handle_creation()
1167 * questions and just assumes that we're reversed if it looks in handle_creation()
1177 say("Ignoring previously applied (or reversed) patch.\n"); in handle_creation()
/freebsd/contrib/ntp/libntp/
H A Dsocktohost.c51 TRACE(1, ("%s reversed to %s\n", stoa(sock), pbuf)); in socktohost()
54 * Resolve the reversed name and make sure the reversed address in socktohost()
/freebsd/sys/opencrypto/
H A Dgfmult.c32 #define REV_POLY_REDUCT 0xe1 /* 0x87 bit reversed */
56 * bit reversed, and the words striped across the values.
118 * These are the reduction values. Since we are dealing with bit reversed
119 * version, the values need to be bit reversed, AND the indexes are also
120 * bit reversed to make lookups quicker.
H A Dgfmult.h51 * are bit reversed to make accesses quicker.
68 * GCM per spec is bit reversed in memory. So byte 0 is really bit reversed
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_invalid.ksh26 # 1. Perform zfs send on the cli with the order of the snapshots reversed
27 # 2. Perform zfs send using libzfs with the order of the snapshots reversed
/freebsd/contrib/ntp/html/
H A Dparsedata.html336 ss Second expressed in reversed decimal (units then tens)
337 mm Minute expressed in reversed decimal
338 hh Hour expressed in reversed decimal
339 DD Day of month expressed in reversed decimal
340 MM Month expressed in reversed decimal (January is 1)
341 YY Year (without century) expressed in reversed decimal
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h78 /// of the arguments. If the parameter ordering is Reversed, the Args list is
79 /// reversed (but obviously the ParamDecls for the function are not).
81 /// After forming an OverloadCandidate with reversed parameters, the list
84 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; enumerator
96 /// Candidate is a rewritten candidate with a reversed order of parameters.
1081 if (PO == OverloadCandidateParamOrder::Reversed) in getRewriteKind()
1086 /// with reversed parameter order.
1098 /// reversed parameter order.
1099 /// \param OriginalArgs are the original non reversed arguments.
1179 isNewCandidate(F, OverloadCandidateParamOrder::Reversed); in exclude()
/freebsd/lib/libc/arm/aeabi/
H A Daeabi_vfp.h93 /* As above, but with the soft float arguments reversed */
120 /* As above, but with the soft float arguments reversed */
/freebsd/share/man/man4/
H A Dng_vlan_rotate.490 hook, the transformation is reversed and is passed to the
95 transformation is reversed.
H A Dvt.4101 Selected text is highlighted with reversed foreground and background
356 black background, or black on a green background when reversed.
364 on a black background, or black on a bright red background when reversed.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dwm8741.txt19 2 = stereo reversed
H A Dnvidia,tegra210-adx.yaml14 RAM in the AMX except that the data flow direction is reversed.
/freebsd/contrib/ldns/ldns/
H A Ddname.h69 * reversed
71 * \return clone of the dname with the labels reversed.
/freebsd/crypto/openssh/
H A Dserverloop.h17 * stderr in this function is sort of reversed: this function writes to stdin
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dairoha,en8811h.yaml14 on the lines to and/or from the MAC. It is reversed by
/freebsd/sys/contrib/ck/src/
H A Dck_barrier_centralized.c40 * This sense is reversed when the barrier is entered. Every in ck_barrier_centralized()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-nseq.pod.in50 situation is reversed: a Netscape certificate sequence is created from
/freebsd/crypto/openssl/doc/man3/
H A DBUF_MEM_new.pod47 is NULL, the array is reversed in-place.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp198 // Is signed because we negate it later in order to have a reversed
254 // Is signed because we negate it later in order to have a reversed
/freebsd/sys/i386/i386/
H A Dperfmon.c152 return EBUSY; /* XXX reversed sense */ in perfmon_get()
167 return EBUSY; /* XXX reversed sense */ in perfmon_fini()

12345678910>>...18