Home
last modified time | relevance | path

Searched refs:Replace (Results 51 – 75 of 109) sorted by relevance

12345

/freebsd/contrib/libevent/
H A DChangeLog-2.0239 o Replace an assertion for event_base_free(NULL) with a check-and-warn (09fe97d)
445 o Replace exact-version checks for HTTP/1.1 with >= or < checks (647e094)
645 o Replace (unused,always 0) is_tcp argument to evdns_add_server_port*() with flags (e1c1167)
707 o Replace (safe) use of strcpy with memcpy to appease OpenBSD (caca2f4)
841 o Replace last_with_data with a slightly smarter version (b7442f8)
846 o Replace EVUTIL_CLOSESOCKET macro with a function (899c1dc Sebastian Sjöberg)
851 o Replace users of "int fd" with "evutil_socket_t fd" in portable code (c7cf6f0)
925 o Replace some cases of uint32_t with ev_uint32_t. (a47d88d)
1057 …o Replace all assert() calls with a variant that is aware of the user-provided logging and panic f…
1117 o Replace some read()/write() instances with send()/recv() to work properly on win32.
H A DChangeLog720 o Replace -Wswitch-enum with -Wswitch, and add it into cmake rules too (f29f59e Azat Khuzhin)
1278 o Replace pipe-based notification with EVFILT_USER where possible. This
1376 o Replace deferred_cbs with event_callback-based implementation. (ae2b84b)
1377 o Replace more deferred_cb names with event_callback (a4079aa)
1668 o Replace an assertion for event_base_free(NULL) with a check-and-warn (09fe97d)
1886 o Replace several TAILQ users with LIST. LIST can be a little faster than
1926 o Replace big chain of if/thens in epoll.c with a table lookup (8c83eb6)
/freebsd/contrib/tcsh/nls/spanish/
H A Dset3117 115 Replace just-yanked text with yank from earlier kill
/freebsd/contrib/tcsh/nls/french/
H A Dset3117 115 Replace just-yanked text with yank from earlier kill
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td231 … : Eq<"update-section", "Replace the contents of section <name> with contents from a file <file>">,
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h288 void Replace(InputInfo *II, const Unit &U, in Replace() function
H A DFuzzerLoop.cpp553 Corpus.Replace(II, {Data, Data + Size}, TimeOfUnit); in RunOne()
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-libretech-cottonwood.dtsi506 * Replace emmc_data_8b_pins to emmc_data_4b_pins from sd_emmc_c pinctrl-0,
/freebsd/stand/forth/
H A Dmenu.4th39 f_double \ Set frames to double (see frames.4th). Replace with
428 kernmenuidx @ -rot 7 +c! \ Replace 'Z' with number of kernels parsed
430 2 pick 1+ -rot 2 +c! \ Replace 'Y' with current ASCII num
/freebsd/crypto/openssl/doc/man3/
H A Dd2i_RSAPrivateKey.pod172 Replace
/freebsd/contrib/expat/
H A DChanges506 #475 #478 doc/reference.html: Replace the 90s look by OK.css
570 #435 #446 Replace Travis CI by GitHub Actions
676 #299 #302 Windows: Replace LoadLibrary hack to access
899 #65 Autotools: Replace handwritten Makefile with GNU Automake
/freebsd/crypto/heimdal/
H A DNEWS23 - Replace editline with libedit
149 [HEIMDAL-107] - Replace old random key generation in des module
H A DChangeLog478 * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
/freebsd/crypto/heimdal/doc/
H A Dapps.texi98 Replace all occurrences of @file{krb5_matrix.conf} with
/freebsd/usr.sbin/bsdconfig/share/
H A Dstrings.subr277 # Replace all occurrences of $find in $string with $replace. If $var_to_set is
/freebsd/share/examples/ppp/
H A Dppp.conf.sample126 set phone 12345678 # Replace this with your ISPs phone number
128 set authname "somename" # Replace these with your login name & password.
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog720 o Replace -Wswitch-enum with -Wswitch, and add it into cmake rules too (f29f59e Azat Khuzhin)
1278 o Replace pipe-based notification with EVFILT_USER where possible. This
1376 o Replace deferred_cbs with event_callback-based implementation. (ae2b84b)
1377 o Replace more deferred_cb names with event_callback (a4079aa)
1668 o Replace an assertion for event_base_free(NULL) with a check-and-warn (09fe97d)
1886 o Replace several TAILQ users with LIST. LIST can be a little faster than
1926 o Replace big chain of if/thens in epoll.c with a table lookup (8c83eb6)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def200 /// Replace certain message sends with calls to ObjC runtime entrypoints
/freebsd/contrib/jemalloc/
H A DChangeLog428 - Replace chunk hooks with an expanded/normalized set of extent hooks.
926 - Replace --enable-cc-silence with --disable-cc-silence to suppress spurious
937 - Replace the "stats.arenas.<i>.bins.<j>.allocated" mallctl with
1410 - Replace JEMALLOC_OPTIONS/JEMALLOC_PROF_PREFIX with MALLOC_CONF, which is
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp221 BasicBlock *Replace, in replaceTargetsFromPHINode() argument
241 BI->setSuccessor(Succ, Replace); in replaceTargetsFromPHINode()
/freebsd/contrib/bearssl/T0/
H A DT0Comp.cs2121 return sb.ToString().Replace("*/", "%2A/"); in EscapeCComment()
/freebsd/contrib/sqlite3/
H A DMakefile.in376 EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc sqlite3rc.h README.txt Replace.cs Makefile.fallb…
/freebsd/contrib/diff/
H A DChangeLog2032 * diff.h (function_regexp, ignore_regexp): Replace lists of compiled
2212 (line_end_char): Replace with '\n'; it wasn't being used consistently.
2663 * Makefile.in (dist): Replace `if [ ! TEST ]; then ACTION; fi'
2912 * diff.c (main, usage): Replace --line-prefix with the more general
3002 * diff.h: (struct line_def): Replace this 3-word struct with char *.
3099 * diff.h: Replace function_regexp and ignore_regexp with lists
3256 * Replace Makefile with configure and Makefile.in.
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1576 if (!m_source_mappings.Replace(sysroot, sdk_path, true)) in RegisterXcodeSDK()
/freebsd/contrib/tcsh/
H A Dtcsh.man2html222 $file =~ s/[\s\/]+/_/g; # Replace whitespace and / with _

12345