Home
last modified time | relevance | path

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

12345678910

/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/openssl/.github/ISSUE_TEMPLATE/
Dbug_report.md18 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
Dquestion.md32 Also, please remember to tell us which OpenSSL version you are
40 Please remember to put ``` lines before and after any commands plus
Ddocumentation.md10 Please remember to tell us which OpenSSL version you are using and then
Dfeature_request.md18 Please remember to put ``` lines before and after any commands plus
/third_party/rust/crates/serde/serde_derive_internals/
DCargo.toml3 version = "0.26.0" # remember to update html_root_url
/third_party/rust/crates/serde/serde_test/
DCargo.toml3 version = "1.0.136" # remember to update html_root_url
/third_party/rust/crates/serde/serde_derive/
DCargo.toml3 version = "1.0.136" # remember to update html_root_url
/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/libffi/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/flutter/skia/third_party/externals/sdl/acinclude/
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/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/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/flutter/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/gstreamer/gstplugins_bad/docs/random/
DPORTED_0927 When you have ported a plugin remember to copy the relevant parts from configure.ac.orig into confi…
/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/rust/crates/log/
DCargo.toml4 version = "0.4.17" # remember to update html_root_url
/third_party/rust/crates/cxx/
DCargo.toml3 version = "1.0.91" # remember to update html_root_url
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/
D.gitignore3 # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.…
/third_party/libfuse/doc/
DREADME.NFS30 makes the library remember nodes forever. This will make the NFS
/third_party/rust/crates/serde/serde/
DCargo.toml3 version = "1.0.136" # remember to update html_root_url and serde_derive dependency
/third_party/rust/crates/proc-macro2/
DCargo.toml3 version = "1.0.53" # remember to update html_root_url
/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/openssl/doc/internal/man3/
Dossl_DER_w_bn.pod24 (remember that DER writers are used backwards) the DER encoding of

12345678910