/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5_deprecated.3 | 10 …krb5_data *result_code_string, krb5_data *result_string) KRB5_DEPRECATED_FUNCTION('Use X instead')" 13 … context, const char *string, krb5_config_section **res) KRB5_DEPRECATED_FUNCTION('Use X instead')" 16 …krb5_keytype keytype, unsigned *len, krb5_enctype **val) KRB5_DEPRECATED_FUNCTION('Use X instead')" 19 …ntext context, krb5_enctype etype1, krb5_enctype etype2) KRB5_DEPRECATED_FUNCTION('Use X instead')" 22 …data_contents\fP (krb5_context context, krb5_data *data) KRB5_DEPRECATED_FUNCTION('Use X instead')" 25 …krb5_keytype keytype, unsigned *len, krb5_enctype **val) KRB5_DEPRECATED_FUNCTION('Use X instead')" 28 …b5_context context, krb5_keytype keytype, char **string) KRB5_DEPRECATED_FUNCTION('Use X instead')" 31 …text context, const char *string, krb5_keytype *keytype) KRB5_DEPRECATED_FUNCTION('Use X instead')" 34 …t salt, krb5_const_pointer keyseed, krb5_keyblock **key) KRB5_DEPRECATED_FUNCTION('Use X instead')" 37 …e ccache, krb5_creds *creds, krb5_kdc_rep *ret_as_reply) KRB5_DEPRECATED_FUNCTION('Use X instead')" [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | codec.c | 44 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_decode_EncTicketPart() 55 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_encode_EncTicketPart() 66 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_decode_EncASRepPart() 77 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_encode_EncASRepPart() 88 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_decode_EncTGSRepPart() 99 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_encode_EncTGSRepPart() 110 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_decode_EncAPRepPart() 121 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_encode_EncAPRepPart() 132 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_decode_Authenticator() 143 KRB5_DEPRECATED_FUNCTION("Use X instead") in krb5_encode_Authenticator() [all …]
|
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/ |
H A D | deprecatedFunctionUsage.ql | 30 result = "Use strtok_r(3) instead!" 32 result = "basename(3) is underspecified. Use zfs_basename() instead!" 34 result = "basename(3) is underspecified. Use zfs_basename() instead!" 36 result = "dirname(3) is underspecified. Use zfs_dirnamelen() instead!" 38 result = "bcopy(3) is deprecated. Use memcpy(3)/memmove(3) instead!" 40 result = "bcmp(3) is deprecated. Use memcmp(3) instead!" 42 result = "bzero(3) is deprecated. Use memset(3) instead!" 44 result = "Use strftime(3) instead!" 46 result = "Use strftime(3) instead!" 48 result = "gmtime(3) isn't thread-safe. Use gmtime_r(3) instead!" [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_flags.inc | 27 "DEPRECATED: Use xray_mode=xray-basic instead.") 30 "func_duration_threshold_us instead.") 33 "max_stack_depth instead.") 36 "thread_buffer_size instead.") 40 "DEPRECATED: Use xray_mode=xray-fdr instead.") 43 "func_duration_threshold_us instead.") 46 "grace_period_ms instead.") 49 "grace_period_ms instead.")
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MSA.txt | 25 instead. It is also impossible for the shuffle description to be 31 instructions will be selected instead of vshf.[bhwd]. Unlike the ilv*, 32 and pck* instructions, this is matched from MipsISD::VSHF instead of 37 same shuffle. ilvev.d will be emitted instead. 41 same shuffle. ilvod.d will be emitted instead. 45 it lowers directly to MipsISD::VSHF instead of using common IR. 49 shf.w will be emitted instead. 52 On MIPS32, the copy_u.d intrinsic will emit this instruction instead of 67 the same operation and will be emitted instead.
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 20 to use 'make dist' instead of 'cvs export'. 66 - ignore optional trailing ';chunk-ext' stuff, instead of barfing 81 - Use AF_INET instead of AF_UNSPEC as the default family if 86 - Use AC_LANG_PROGRAM() instead of AC_LANG_SOURCE() 126 Use uint32_t instead of u_int32_t. 131 Use `LL' instead of `L' suffix for fallback 146 * Use socklen_t instead of size_t 147 * Use snprintf() instead of SPRINTF() 191 - Use 'RFCnnnn' (with leading 0) instead of 'RFC nnnn', to be 193 - Refer to RFC3916 instead of 1738 or 2732. [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | ossl-guide-migration.7 | 170 your code to use the high level APIs instead. 183 Applications using the EVP APIs to access these algorithms should instead use 238 instead the patch level is indicated by the final number in the version. A 442 model. Applications should instead use 457 Change PBKDF2 to conform to SP800\-132 instead of the older PKCS5 RFC2898 458 .IX Subsection "Change PBKDF2 to conform to SP800-132 instead of the older PKCS5 RFC2898" 523 this the code should be modified to use a const pointer instead. 553 invalid inputs, now return \-1 indicating a generic error condition instead. 613 … low level APIs. In this case you will need to rewrite your code to use the high level APIs instead 643 stack allocate some structures. Instead they must be heap allocated through some [all …]
|
/freebsd/tools/regression/security/access/ |
H A D | testaccess.c | 219 fprintf(stderr, "saved uid used instead of real uid\n"); in main() 226 fprintf(stderr, "saved uid used instead of effective uid\n"); in main() 248 fprintf(stderr, "Effective uid was used instead of real uid in access().\n"); in main() 256 fprintf(stderr, "Real uid was used instead of effective uid in eaccess().\n"); in main() 264 fprintf(stderr, "Effective uid was used instead of real uid in access().\n"); in main() 272 fprintf(stderr, "Real uid was used instead of effective uid in eaccess().\n"); in main() 302 fprintf(stderr, "saved gid used instead of real gid\n"); in main() 308 fprintf(stderr, "saved gid used instead of effective gid\n"); in main() 316 fprintf(stderr, "Effective gid was used instead of real gid in access().\n"); in main() 324 fprintf(stderr, "Real gid was used instead of effective gid in eaccess().\n"); in main() [all …]
|
/freebsd/contrib/diff/ |
H A D | NEWS | 12 cmp now uses the maximal value instead of the last one. 21 * Diff now simply prints "Files A and B differ" instead of "Binary 51 for `diff -NUM', where NUM is a number. Use -C NUM or -U NUM instead. 56 use -b or --print-bytes instead. 59 * cmp -l -s and cmp -s -l are not allowed. Use cmp -s or cmp -l instead. 77 -H (use --speed-large-files instead) 78 -L (use --label instead) 79 -P (use --unidirectional-new-file instead) 82 category if possible, instead of using native byte comparison. 90 Also, `diff -D FOO' now outputs `/* ! FOO */' instead of `/* not FOO */'. [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBAddressExtensions.i | 13 __runtime_error_str = 'This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.' 16 '''Get the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 22 '''Set the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 28 '''Convert an address to a load address if there is a process and that process is alive, or to a file address otherwise. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 36 '''Convert the address to an octal string. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 40 '''Convert the address to an hex string. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 52 load_addr = property(__get_load_addr_property__, __set_load_addr_property__, doc='''A read/write property that gets/sets the SBAddress using load address. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''')
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | X509_STORE_set_verify_cb_func.3 | 198 function will be used instead.\fR 221 function will be used instead.\fR 229 function will be used instead.\fR 236 function will be used instead.\fR 242 function will be used instead.\fR 248 function will be used instead.\fR 254 function will be used instead.\fR 263 function will be used instead.\fR 269 function will be used instead.\fR
|
H A D | ASN1_STRING_print_ex.3 | 84 to \fIfp\fR instead. 94 \&\fBASN1_STRING_print_ex()\fR instead. 115 \&\fBASN1_STRFLGS_ESC_QUOTE\fR is set then the whole string is instead surrounded by 131 The content of a string instead of being interpreted can be "dumped": this just 139 be dumped instead. 143 instead (including tag and length octets).
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 113 your code to use the high level APIs instead. 125 Applications using the EVP APIs to access these algorithms should instead use 177 instead the patch level is indicated by the final number in the version. A 390 model. Applications should instead use 404 =head4 Change PBKDF2 to conform to SP800-132 instead of the older PKCS5 RFC2898 465 this the code should be modified to use a const pointer instead. 491 invalid inputs, now return -1 indicating a generic error condition instead. 556 … low level APIs. In this case you will need to rewrite your code to use the high level APIs instead 594 stack allocate some structures. Instead they must be heap allocated through some 677 L<d2i_X509_PUBKEY(3)>. If NULL is passed instead then the created object will be [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | group__krb5__deprecated.html | 27 …ode_string, krb5_data *result_string) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> 30 …r *string, krb5_config_section **res) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> 33 …e, unsigned *len, krb5_enctype **val) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> 36 …_enctype etype1, krb5_enctype etype2) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> 39 …rb5_context context, krb5_data *data) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> 42 …e, unsigned *len, krb5_enctype **val) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> 45 … krb5_keytype keytype, char **string) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> 48 … char *string, krb5_keytype *keytype) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> 51 …pointer keyseed, krb5_keyblock **key) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> 54 …s *creds, krb5_kdc_rep *ret_as_reply) KRB5_DEPRECATED_FUNCTION("Use X instead")</td></tr> [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_STORE_set_verify_cb_func.pod | 139 function will be used instead.> 162 function will be used instead.> 170 function will be used instead.> 177 function will be used instead.> 183 function will be used instead.> 189 function will be used instead.> 195 function will be used instead.> 204 function will be used instead.> 210 function will be used instead.>
|
H A D | ASN1_STRING_print_ex.pod | 25 to I<fp> instead. 36 ASN1_STRING_print_ex() instead. 57 B<ASN1_STRFLGS_ESC_QUOTE> is set then the whole string is instead surrounded by 73 The content of a string instead of being interpreted can be "dumped": this just 81 be dumped instead. 85 instead (including tag and length octets).
|
/freebsd/share/man/man5/ |
H A D | make.conf.5 | 55 Instead, 108 instead of 165 instead of 191 instead of 281 Set to a list of modules to build instead of all of them. 324 been configured to use a serial console instead of the keyboard/video card. 328 been configured to use a serial console instead of the keyboard/video card. 398 Set to build modules with the system instead of the kernel. 408 instead of 570 as a set-user-ID root binary instead of a set-group-ID binary [all …]
|
/freebsd/lib/libkvm/ |
H A D | kvm_getpcpu.3 | 92 is returned instead. 142 it returns -1 instead. 149 it returns -1 instead. 153 call returns 0; if an error occurs, it returns -1 instead. 158 If an error occurs, it returns -1 instead.
|
/freebsd/usr.bin/locate/locate/ |
H A D | locate.1 | 90 character (character code 0) instead of default NL 95 Suppress normal output; instead print a count of matching file names. 99 instead of the default file name database. 148 is given as the database name, standard input will be read instead. 169 instead of the 177 library instead of
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | cavium-mmc.txt | 26 - spi-max-frequency : use max-frequency instead 27 - cavium,bus-max-width : use bus-width instead 28 - power-gpios : use vmmc-supply instead 29 - cavium,octeon-6130-mmc-slot : use mmc-slot instead
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Object.h | 204 /** Deprecated: Use LLVMBinaryRef instead. */ 207 /** Deprecated: Use LLVMCreateBinary instead. */ 210 /** Deprecated: Use LLVMDisposeBinary instead. */ 213 /** Deprecated: Use LLVMObjectFileCopySectionIterator instead. */ 216 /** Deprecated: Use LLVMObjectFileIsSectionIteratorAtEnd instead. */ 220 /** Deprecated: Use LLVMObjectFileCopySymbolIterator instead. */ 223 /** Deprecated: Use LLVMObjectFileIsSymbolIteratorAtEnd instead. */
|
/freebsd/share/i18n/csmapper/APPLE/ |
H A D | THAI%UCS.src | 31 # 3.2 WORD JOINER instead of ZWNBSP (BOM). 39 # instead of single corporate characters; see 100 # 0xEE is TRADE MARK SIGN (instead of THAI CHARACTER YAMAKKAN) 101 # 0xFA is REGISTERED SIGN (instead of THAI CHARACTER ANGKHANKHU) 102 # 0xFB is COPYRIGHT SIGN (instead of THAI CHARACTER KHOMUT) 153 # character set map to a sequence of two Unicodes instead of a single 165 # WORD JOINER instead of U+FEFF ZERO WIDTH NO-BREAK SPACE (BOM) 170 # Unicodes + transcoding hint, instead of using single corporate 174 # - Just comment out unused code points in the table, instead
|
H A D | UCS%THAI.src | 31 # 3.2 WORD JOINER instead of ZWNBSP (BOM). 39 # instead of single corporate characters; see 100 # 0xEE is TRADE MARK SIGN (instead of THAI CHARACTER YAMAKKAN) 101 # 0xFA is REGISTERED SIGN (instead of THAI CHARACTER ANGKHANKHU) 102 # 0xFB is COPYRIGHT SIGN (instead of THAI CHARACTER KHOMUT) 153 # character set map to a sequence of two Unicodes instead of a single 165 # WORD JOINER instead of U+FEFF ZERO WIDTH NO-BREAK SPACE (BOM) 170 # Unicodes + transcoding hint, instead of using single corporate 174 # - Just comment out unused code points in the table, instead
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | var-scope-cmdline.mk | 11 # variable name once for each lookup. Instead, when looking up the value of 19 # Instead of this costly lookup scheme, make implements it in a different 42 # variable. Instead, the name of the global variable was expanded one more 75 # installing the cmdline variable instead. Since there is no obvious way to 85 # the below line would print "global" instead of the current "makeflags".
|
/freebsd/contrib/pam-krb5/ |
H A D | NEWS | 13 Linux systems when --prefix is set to /usr and instead document that 56 Use explicit_bzero instead of memset, where available, to overwrite 63 more accurate PAM_AUTHINFO_UNAVAIL instead of PAM_AUTH_ERR. 125 * Probe for warning flags instead of hard-coding a list. 155 code PAM_AUTHINFO_UNAVAIL instead of PAM_AUTH_ERR. 244 authentication in multiple realms should instead run the module 295 before returning a password expiration error instead of an invalid 345 Use PATH_KRB5_CONFIG instead of KRB5_CONFIG to locate krb5-config in 452 are logged at LOG_ERR instead of LOG_DEBUG, and system resource errors 453 are now logged at LOG_CRIT instead of LOG_ERR. [all …]
|