Searched refs:remember (Results 1 – 25 of 198) sorted by relevance
12345678
/third_party/toybox/toys/posix/ |
D | sed.c | 182 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/ |
D | lt~obsolete.m4 | 19 # 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/ |
D | lt~obsolete.m4 | 20 # 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/ |
D | lt~obsolete.m4 | 20 # 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/ |
D | lt~obsolete.m4 | 20 # 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/ |
D | lt~obsolete.m4 | 20 # 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/ |
D | sksl.md | 16 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/ |
D | js-generator.tq | 12 // There is currently no need to remember the most recent input value for a
|
/third_party/rust/crates/cxx/ |
D | Cargo.toml | 3 version = "1.0.97" # remember to update html_root_url
|
/third_party/rust/crates/log/ |
D | Cargo.toml | 4 version = "0.4.17" # remember to update html_root_url
|
/third_party/libfuse/doc/ |
D | README.NFS | 30 makes the library remember nodes forever. This will make the NFS
|
/third_party/astc-encoder/Utils/Example/ |
D | CMakeLists.txt | 29 # remember to change the link library in target_link_libraries() to match.
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_DER_w_bn.pod | 24 (remember that DER writers are used backwards) the DER encoding of
|
/third_party/ltp/testcases/kernel/security/mmc_security/ |
D | README | 25 2) Add the following lines to /etc/request-key.conf (remember to remove any
|
/third_party/python/Doc/faq/ |
D | installed.rst | 20 If you find Python installed on your system but don't remember installing it,
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_WRITEFUNCTION.md | 122 /* remember to free the buffer */
|
/third_party/ltp/testcases/kdump/ |
D | README | 60 Few Important points to remember:
|
/third_party/ltp/testcases/kdump/doc/ |
D | README | 60 Few Important points to remember:
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | README | 65 unmap <seg-name> - unmap specified segment, but remember name/size/...
|
/third_party/libuv/docs/src/guide/ |
D | processes.rst | 38 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/ |
D | promise-all-element-closure.tq | 91 // We use the {function}s context as the marker to remember whether this
|
/third_party/libfuse/include/ |
D | fuse.h | 162 int remember; member
|
/third_party/rust/crates/rustc-hash/ |
D | CODE_OF_CONDUCT.md | 34 …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/ |
D | runConfigureICU | 439 echo source in the ICU distribution to build ICU. Please remember that ICU needs
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
D | pkg.m4 | 55 # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
12345678