Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dkobj_lex.h51 #define isnewline(ch) ((ch) == '\n' || (ch) == '\r' || (ch) == '\f') macro
/titanic_41/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h65 #define isnewline(ch) ((ch) == '\n' || (ch) == '\r' || (ch) == '\f') macro
H A Dcfga_conf.c334 if (isnewline(ch)) { in ib_find_eol()
/titanic_41/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c37 #define isnewline(ch) ((ch) == '\n' || (ch) == '\r' || (ch) == '\f') macro
459 if (isnewline(ch)) { in find_eol()
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c442 if (isnewline(ch)) { in kobj_find_eol()
540 !isnewline(ch)) { in do_sysfile_cmd()
692 !isnewline(ch) && ch != ':') { in do_sysfile_cmd()
701 if (isnewline(ch)) { in do_sysfile_cmd()
722 while (!iswhite(ch) && !isnewline(ch) && ch != -1) { in do_sysfile_cmd()
/titanic_41/usr/src/lib/libdevinfo/
H A Ddevfsmap.c52 #define isnewline(ch) ((ch) == '\n' || (ch) == '\r' || (ch) == '\f') macro
165 if (isnewline(ch)) { in find_eol()