Searched refs:remember (Results 1 – 25 of 243) sorted by relevance
12345678910
/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/openssl/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 18 Please remember to tell us in what OpenSSL version you found the issue. 34 Also, please remember to tell us if you worked with your own 37 Please remember to put ``` lines before and after any commands plus
|
D | question.md | 32 Also, please remember to tell us which OpenSSL version you are 40 Please remember to put ``` lines before and after any commands plus
|
D | documentation.md | 10 Please remember to tell us which OpenSSL version you are using and then
|
D | feature_request.md | 18 Please remember to put ``` lines before and after any commands plus
|
/third_party/rust/crates/serde/serde_derive_internals/ |
D | Cargo.toml | 3 version = "0.26.0" # remember to update html_root_url
|
/third_party/rust/crates/serde/serde_test/ |
D | Cargo.toml | 3 version = "1.0.136" # remember to update html_root_url
|
/third_party/rust/crates/serde/serde_derive/ |
D | Cargo.toml | 3 version = "1.0.136" # remember to update html_root_url
|
/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/libffi/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/flutter/skia/third_party/externals/sdl/acinclude/ |
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/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/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/flutter/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/gstreamer/gstplugins_bad/docs/random/ |
D | PORTED_09 | 27 When you have ported a plugin remember to copy the relevant parts from configure.ac.orig into confi…
|
/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/rust/crates/log/ |
D | Cargo.toml | 4 version = "0.4.17" # remember to update html_root_url
|
/third_party/rust/crates/cxx/ |
D | Cargo.toml | 3 version = "1.0.91" # remember to update html_root_url
|
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/ |
D | .gitignore | 3 # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.…
|
/third_party/libfuse/doc/ |
D | README.NFS | 30 makes the library remember nodes forever. This will make the NFS
|
/third_party/rust/crates/serde/serde/ |
D | Cargo.toml | 3 version = "1.0.136" # remember to update html_root_url and serde_derive dependency
|
/third_party/rust/crates/proc-macro2/ |
D | Cargo.toml | 3 version = "1.0.53" # remember to update html_root_url
|
/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/openssl/doc/internal/man3/ |
D | ossl_DER_w_bn.pod | 24 (remember that DER writers are used backwards) the DER encoding of
|
12345678910