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

  /system/core/sh/
output.h 60 void emptyoutbuf(struct output *);
76 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
output.c 147 emptyoutbuf(struct output *dest) function

Completed in 15 milliseconds