Home
last modified time | relevance | path

Searched refs:replaces (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-14-stable/contrib/less/
HDevar.c45 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/
HDSSL_CTX_set_cert_store.pod17 SSL_CTX_set_cert_store() sets/replaces the certificate verification storage
23 SSL_CTX_set1_cert_store() sets/replaces the certificate verification storage
HDSSL_SESSION_get_time.pod30 SSL_SESSION_set_time() replaces the creation time of the session B<s> with
HDX509V3_get_d2i.pod92 B<X509V3_ADD_REPLACE> replaces an existing extension. If the extension does
95 B<X509V3_ADD_REPLACE_EXISTING> replaces an existing extension. If the
HDSRP_VBASE_new.pod61 whose username matches B<username>. It replaces the deprecated
HDBIO_push.pod30 BIO_set_next() replaces the existing next BIO in a chain with the BIO pointed to
HDASN1_STRING_print_ex.pod28 ASN1_STRING_print_ex(). It replaces unprintable characters (other than CR, LF)
HDUI_new.pod164 calls to this function doesn't add data, it replaces the previous blob
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDREADME.md7 The state machine code replaces an older state machine present in OpenSSL
/freebsd-14-stable/sys/contrib/device-tree/Bindings/soc/ti/
HDk3-ringacc.txt9 source interface on the RA) and the RA replaces the address for the transaction
/freebsd-14-stable/tests/sys/acl/
HDtools-nfs4-trivial.test28 # both kind of trivial ACLs and replaces it by the default one.
/freebsd-14-stable/crypto/openssl/doc/man1/
HDopenssl-dhparam.pod.in111 This command replaces the B<dh> and B<gendh> commands of previous
/freebsd-14-stable/sys/contrib/openzfs/config/
HDkernel-blk-queue.m4208 dnl # blk_queue_max_hw_sectors() replaces blk_queue_max_sectors().
HDkernel-blkdev.m440 dnl # bdev_open_by_path() replaces blkdev_get_by_path()
169 dnl # bdev_release() replaces blkdev_put()
HDax_code_coverage.m4247 # sanitizes the test-name: replaces with underscores: dashes and dots
/freebsd-14-stable/stand/ficl/softwords/
HDsoftcore.fr143 \ When executed, new voc replaces top of search stack
/freebsd-14-stable/contrib/sendmail/src/
HDhelpfile79 send replaces the MAIL command, and can be used to send
/freebsd-14-stable/contrib/llvm-project/lld/docs/
HDNewLLD.rst164 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/
HDINSTALL218 started by sshd. This replaces the standard path entirely.
/freebsd-14-stable/contrib/mandoc/
HDTODO123 - 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/
HDREADME.md284 …- `append` - default strategy, if we have new object of higher priority then it replaces old one, …
/freebsd-14-stable/contrib/tcp_wrappers/
HDCHANGES203 - The "tcpdmatch" program replaces the poor old "try" command. The new
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDandroid.config56 # replaced with the following option which replaces WinPcap calls with NDISUIO.
/freebsd-14-stable/contrib/diff/
HDChangeLog42 (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/
HDTargetOpcodes.def186 /// The patch here replaces the return instruction.

123