Home
last modified time | relevance | path

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

/third_party/libfuse/util/
Dfusermount.c567 int isnewline = 1; in read_conf() local
569 if (isnewline) { in read_conf()
574 isnewline = 0; in read_conf()
579 isnewline = 1; in read_conf()
581 if (isnewline) in read_conf()
584 if (!isnewline) { in read_conf()
/third_party/cups-filters/filter/foomatic-rip/
Dutil.c847 static inline int isnewline(int c) in isnewline() function
855 if (isnewline(str[eol])) in dstrcatline()