Searched refs:oldline (Results 1 - 6 of 6) sorted by relevance

/external/toybox/toys/other/
H A Dpmap.c32 char *line, *oldline = 0, *name = 0, local
74 oldline = line;
83 line = oldline;
/external/google-breakpad/src/processor/
H A Dmodule_comparer.h83 bool CompareLine(const BasicLine *oldline, const FastLine *newline) const;
/external/toybox/toys/posix/
H A Dpatch.c56 long oldline, oldlen, newline, newlen;
99 TT.hunknum, TT.oldline, TT.newline);
346 // Start a new hunk? Usually @@ -oldline,oldlen +newline,newlen @@
352 // Read oldline[,oldlen] +newline[,newlen]
355 TT.oldline = strtol(s, &s, 10);
368 oldsum = TT.oldline + TT.oldlen;
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh233 oldline="`tail $resdir/console.log`"
245 if test "$newline" != "$oldline" && echo $newline | grep -q ' [0-9]\+us : '
254 if test "$newline" != "$oldline" -a "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE))
264 oldline=$newline
/external/toybox/generated/
H A Dglobals.h1218 long oldline, oldlen, newline, newlen; member in struct:patch_data
/external/libxml2/
H A Dparser.c9395 int i, j, nbNs, attval, oldline, oldcol, inputNr; local
9415 oldline = ctxt->input->line;
9844 ctxt->input->line = oldline;

Completed in 379 milliseconds