Home
last modified time | relevance | path

Searched refs:remember (Results 1 – 25 of 198) sorted by relevance

12345678

/third_party/toybox/toys/posix/
Dsed.c182 char *nextline, *remember;
400 line = xstrdup(TT.remember); in sed_line()
405 memcpy(line+len, TT.remember, TT.rememberlen); in sed_line()
408 free(TT.remember); in sed_line()
409 TT.remember = xstrdup(line); in sed_line()
412 TT.remember = xrealloc(TT.remember, TT.rememberlen+len+2); in sed_line()
413 TT.remember[TT.rememberlen++] = '\n'; in sed_line()
414 memcpy(TT.remember+TT.rememberlen, line, len); in sed_line()
415 TT.remember[TT.rememberlen += len] = 0; in sed_line()
604 str = TT.remember; in sed_line()
[all …]
/third_party/skia/third_party/externals/microhttpd/m4/
Dlt~obsolete.m419 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/third_party/skia/third_party/externals/libpng/scripts/
Dlt~obsolete.m420 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/third_party/curl/m4/
Dlt~obsolete.m420 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/third_party/libevdev/m4/
Dlt~obsolete.m420 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/third_party/node/deps/cares/m4/
Dlt~obsolete.m420 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
/third_party/skia/site/docs/user/
Dsksl.md16 important differences (from GLSL) to remember. Most of these differences are
121 Skia's coordinate spaces, then just remember that the coordinates supplied to
132 coordinates (to do some kind of re-mapping of the image), remember that the
/third_party/node/deps/v8/src/objects/
Djs-generator.tq12 // There is currently no need to remember the most recent input value for a
/third_party/rust/crates/cxx/
DCargo.toml3 version = "1.0.97" # remember to update html_root_url
/third_party/rust/crates/log/
DCargo.toml4 version = "0.4.17" # remember to update html_root_url
/third_party/libfuse/doc/
DREADME.NFS30 makes the library remember nodes forever. This will make the NFS
/third_party/astc-encoder/Utils/Example/
DCMakeLists.txt29 # remember to change the link library in target_link_libraries() to match.
/third_party/openssl/doc/internal/man3/
Dossl_DER_w_bn.pod24 (remember that DER writers are used backwards) the DER encoding of
/third_party/ltp/testcases/kernel/security/mmc_security/
DREADME25 2) Add the following lines to /etc/request-key.conf (remember to remove any
/third_party/python/Doc/faq/
Dinstalled.rst20 If you find Python installed on your system but don't remember installing it,
/third_party/curl/docs/libcurl/opts/
DCURLOPT_WRITEFUNCTION.md122 /* remember to free the buffer */
/third_party/ltp/testcases/kdump/
DREADME60 Few Important points to remember:
/third_party/ltp/testcases/kdump/doc/
DREADME60 Few Important points to remember:
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME65 unmap <seg-name> - unmap specified segment, but remember name/size/...
/third_party/libuv/docs/src/guide/
Dprocesses.rst38 variable. If you change ``options`` to a local variable, remember to
114 Just remember that the handle is still monitoring the child, so your program
129 the pid. In this case, **remember to call** ``uv_close`` on the watcher.
/third_party/node/deps/v8/src/builtins/
Dpromise-all-element-closure.tq91 // We use the {function}s context as the marker to remember whether this
/third_party/libfuse/include/
Dfuse.h162 int remember; member
/third_party/rust/crates/rustc-hash/
DCODE_OF_CONDUCT.md34 …chances are good there was something you could've communicated better — remember that it's your re…
/third_party/skia/third_party/externals/icu/source/
DrunConfigureICU439 echo source in the ICU distribution to build ICU. Please remember that ICU needs
/third_party/skia/third_party/externals/freetype/builds/unix/
Dpkg.m455 # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])

12345678