Home
last modified time | relevance | path

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

12345678910>>...14

/external/toybox/toys/posix/
Dsed.c129 char *nextline, *remember;
347 line = xstrdup(TT.remember); in sed_line()
352 memcpy(line+len, TT.remember, TT.rememberlen); in sed_line()
355 free(TT.remember); in sed_line()
356 TT.remember = xstrdup(line); in sed_line()
359 TT.remember = xrealloc(TT.remember, TT.rememberlen+len+2); in sed_line()
360 TT.remember[TT.rememberlen++] = '\n'; in sed_line()
361 memcpy(TT.remember+TT.rememberlen, line, len); in sed_line()
362 TT.remember[TT.rememberlen += len] = 0; in sed_line()
551 str = TT.remember; in sed_line()
[all …]
/external/libpcap/msdos/
Dpkt_rx0.asm105 mov newInOffset, ax ;; remember new input offset
153 mov [di].firstCount, cx ; remember the first count.
154 mov [di].handle, bx ; remember the handle.
Dpkt_rx1.s114 mov [di], cx ; remember firstCount.
115 mov [di+4], bx ; remember handle.
/external/rust/crates/itoa/
DCargo.toml.orig3 version = "0.4.7" # remember to update html_root_url
/external/skia/site/docs/user/
Dsksl.md15 important differences (from GLSL) to remember. Most of these differences are
86 spaces, then just remember that the coordinates supplied to your `main()` are **local**
95 those coordinates (to do some kind of re-mapping of the image), remember that the coordinates are
/external/rust/crates/remain/
DCargo.toml.orig3 version = "0.2.2" # remember to update number in readme for major versions
/external/autotest/server/site_tests/network_WiFi_HiddenRemains/
Dcontrol13 This test verifies that shill continues to remember that a network is
/external/rust/crates/anyhow/
DCargo.toml.orig3 version = "1.0.40" # remember to update html_root_url
/external/walt/arduino/
DREADME.md6 When compiling using Arduino IDE, remember to set the mode to **"Serial + MIDI"**.
/external/rust/crates/serde_test/
DCargo.toml.orig3 version = "1.0.123" # remember to update html_root_url
/external/rust/crates/serde_derive/
DCargo.toml.orig3 version = "1.0.123" # remember to update html_root_url
/external/google-breakpad/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.
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dregister-clobber.ll5 ;; before it. (NOTE: remember delay slot; mov executes before call)
/external/libevent/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.
/external/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.
/external/llvm-project/polly/lib/External/ppcg/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.
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt64 BTW, on an unrelated note, after the meeting yesterday, I did remember
67 it yesterday, I didn't remember where the idea had come from but I
/external/python/cpython2/Modules/_ctypes/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.
/external/llvm-project/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt64 BTW, on an unrelated note, after the meeting yesterday, I did remember
67 it yesterday, I didn't remember where the idea had come from but I
/external/llvm-project/polly/lib/External/isl/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.
/external/lmfit/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.
/external/speex/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.
/external/expat/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.
/external/libnetfilter_conntrack/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.
/external/libcap-ng/libcap-ng-0.7/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.

12345678910>>...14