Searched refs:oldline (Results 1 - 6 of 6) sorted by relevance
/external/toybox/toys/other/ |
H A D | pmap.c | 32 char *line, *oldline = 0, *name = 0, local 74 oldline = line; 83 line = oldline;
|
/external/google-breakpad/src/processor/ |
H A D | module_comparer.h | 83 bool CompareLine(const BasicLine *oldline, const FastLine *newline) const;
|
/external/toybox/toys/posix/ |
H A D | patch.c | 56 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 D | kvm-test-1-run.sh | 233 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 D | globals.h | 1218 long oldline, oldlen, newline, newlen; member in struct:patch_data
|
/external/libxml2/ |
H A D | parser.c | 9395 int i, j, nbNs, attval, oldline, oldcol, inputNr; local 9415 oldline = ctxt->input->line; 9844 ctxt->input->line = oldline;
|
Completed in 1587 milliseconds