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

  /external/v8/build/android/
adb_gdb 446 local LASTLINE RET
456 LASTLINE=$(sed -e '$!d' $TMPOUT)
459 RET=$(echo "$LASTLINE" | \
463 LASTLINE=$(echo "$LASTLINE" | \
466 sed -e '$d' $TMPOUT && printf "%s" "$LASTLINE"
  /external/curl/lib/
ftp.c 599 #define LASTLINE(line) (STATUSCODE(line) && (' ' == line[3]))
606 if((len > 3) && LASTLINE(line)) {
    [all...]

Completed in 172 milliseconds