Searched refs:oldline (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/other/ |
D | pmap.c | 32 char *line, *oldline = 0, *name = 0, in pmap_main() local 74 oldline = line; in pmap_main() 83 line = oldline; in pmap_main()
|
/external/toybox/toys/posix/ |
D | patch.c | 56 long oldline, oldlen, newline, newlen; 98 TT.hunknum, TT.oldline, TT.newline); in fail_hunk() 348 TT.oldline = strtol(s, &s, 10); in patch_main() 361 oldsum = TT.oldline + TT.oldlen; in patch_main()
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 243 if test "$newline" != "$oldline" && echo $newline | grep -q ' [0-9]\+us : ' 252 if test "$newline" != "$oldline" -a "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE))
|
/external/google-breakpad/src/processor/ |
D | module_comparer.h | 83 bool CompareLine(const BasicLine *oldline, const FastLine *newline) const;
|
/external/toybox/generated/ |
D | globals.h | 1193 long oldline, oldlen, newline, newlen; member
|