HomeSort by relevance Sort by last modified time
    Searched refs:oldline (Results 1 - 5 of 5) sorted by null

  /external/toybox/toys/other/
pmap.c 32 char *line, *oldline = 0, *name = 0, local
74 oldline = line;
83 line = oldline;
  /external/google-breakpad/src/processor/
module_comparer.h 83 bool CompareLine(const BasicLine *oldline, const FastLine *newline) const;
  /external/toybox/toys/posix/
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/
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/
globals.h 1233 long oldline, oldlen, newline, newlen; member in struct:patch_data

Completed in 243 milliseconds