Home
last modified time | relevance | path

Searched refs:remove_newline (Results 1 – 2 of 2) sorted by relevance

/external/f2fs-tools/tools/
Df2fstat.c69 static inline void remove_newline(char **head) in remove_newline() function
135 remove_newline(&head); in f2fstat()
/external/skia/modules/skplaintexteditor/src/
Deditor.cpp42 static StringSlice remove_newline(const char* str, size_t len) { in remove_newline() function
168 (line++)->fText = remove_newline(str, l); in insert()