Searched refs:replaces (Results 1 – 25 of 60) sorted by relevance
123
| /freebsd-14-stable/contrib/less/ |
| HD | evar.c | 45 struct replace *replaces = NULL; in make_replaces() local 76 repl->r_next = replaces; in make_replaces() 77 replaces = repl; in make_replaces() 80 return replaces; in make_replaces() 86 static void free_replaces(struct replace *replaces) in free_replaces() argument 88 while (replaces != NULL) in free_replaces() 90 struct replace *r = replaces; in free_replaces() 91 replaces = r->r_next; in free_replaces() 140 struct replace *replaces = make_replaces(buf, len, &e, term); in add_evar() local 145 constant char *repl = find_replace(replaces, evar, &v); in add_evar() [all …]
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_set_cert_store.pod | 17 SSL_CTX_set_cert_store() sets/replaces the certificate verification storage 23 SSL_CTX_set1_cert_store() sets/replaces the certificate verification storage
|
| HD | SSL_SESSION_get_time.pod | 30 SSL_SESSION_set_time() replaces the creation time of the session B<s> with
|
| HD | X509V3_get_d2i.pod | 92 B<X509V3_ADD_REPLACE> replaces an existing extension. If the extension does 95 B<X509V3_ADD_REPLACE_EXISTING> replaces an existing extension. If the
|
| HD | SRP_VBASE_new.pod | 61 whose username matches B<username>. It replaces the deprecated
|
| HD | BIO_push.pod | 30 BIO_set_next() replaces the existing next BIO in a chain with the BIO pointed to
|
| HD | ASN1_STRING_print_ex.pod | 28 ASN1_STRING_print_ex(). It replaces unprintable characters (other than CR, LF)
|
| HD | UI_new.pod | 164 calls to this function doesn't add data, it replaces the previous blob
|
| /freebsd-14-stable/crypto/openssl/ssl/statem/ |
| HD | README.md | 7 The state machine code replaces an older state machine present in OpenSSL
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/soc/ti/ |
| HD | k3-ringacc.txt | 9 source interface on the RA) and the RA replaces the address for the transaction
|
| /freebsd-14-stable/tests/sys/acl/ |
| HD | tools-nfs4-trivial.test | 28 # both kind of trivial ACLs and replaces it by the default one.
|
| /freebsd-14-stable/crypto/openssl/doc/man1/ |
| HD | openssl-dhparam.pod.in | 111 This command replaces the B<dh> and B<gendh> commands of previous
|
| /freebsd-14-stable/sys/contrib/openzfs/config/ |
| HD | kernel-blk-queue.m4 | 208 dnl # blk_queue_max_hw_sectors() replaces blk_queue_max_sectors().
|
| HD | kernel-blkdev.m4 | 40 dnl # bdev_open_by_path() replaces blkdev_get_by_path() 169 dnl # bdev_release() replaces blkdev_put()
|
| HD | ax_code_coverage.m4 | 247 # sanitizes the test-name: replaces with underscores: dashes and dots
|
| /freebsd-14-stable/stand/ficl/softwords/ |
| HD | softcore.fr | 143 \ When executed, new voc replaces top of search stack
|
| /freebsd-14-stable/contrib/sendmail/src/ |
| HD | helpfile | 79 send replaces the MAIL command, and can be used to send
|
| /freebsd-14-stable/contrib/llvm-project/lld/docs/ |
| HD | NewLLD.rst | 164 files, it replaces an existing Symbol with the "best" Symbol for its symbol 247 Finally, the linker replaces bitcode symbols with ELF/COFF symbols,
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | INSTALL | 218 started by sshd. This replaces the standard path entirely.
|
| /freebsd-14-stable/contrib/mandoc/ |
| HD | TODO | 123 - mandoc replaces all ASCII control characters except tab and line feed 127 up in the output. Emulating groff is not desirable: groff replaces
|
| /freebsd-14-stable/contrib/libucl/ |
| HD | README.md | 284 …- `append` - default strategy, if we have new object of higher priority then it replaces old one, …
|
| /freebsd-14-stable/contrib/tcp_wrappers/ |
| HD | CHANGES | 203 - The "tcpdmatch" program replaces the poor old "try" command. The new
|
| /freebsd-14-stable/contrib/wpa/wpa_supplicant/ |
| HD | android.config | 56 # replaced with the following option which replaces WinPcap calls with NDISUIO.
|
| /freebsd-14-stable/contrib/diff/ |
| HD | ChangeLog | 42 (GNULIB_AUTOCONF_SNIPPET): Add call. This replaces much of 2057 New function; replaces SYSTEM_QUOTE_ARG macro. 2130 (edit_program_name): New variable; replaces old binprefix method. 2211 New variable; replaces `length_varies'. 2533 (file): Now a 2-element array; replaces `file1' and `file2'. 3009 New member alloc_lines - linbuf_base replaces old linbufsize.
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | TargetOpcodes.def | 186 /// The patch here replaces the return instruction.
|
123