FL_SEP
(void)fdprintf(fd, "%s", FL_SEP);
(void)fdprintf(fd, "%s", FL_SEP);
|| strchr(FL_SEP, *str) /* quote reason #2 */
(void)fdprintf (fd, "%s%s", FL_SEP, p);
String: (void)fdprintf (fd, "%s%s", FL_SEP, (p? p : ""));
(void)fdprintf(fd, "%s%s", FL_SEP,
Types: (void)fdprintf(fd, "%s", FL_SEP);
getfields(fd, filt, buf, sizeof(buf), FL_MAX, FL_SEP) != -1;