|
NAMEdevctl_safe_quote_sb —
Insert a string, properly quoted, into a sbuf
SYNOPSIS#include <sys/devctl.h>
#include <sys/sbuf.h>
void
DESCRIPTIONCopy the string from src into sb. All backslash characters are doubled. All double quote characters ‘"’ are also preceded by a backslash. All other characters are copied without modification. The devctl(4) protocol requires quoted string to be quoted thus. This routine centralizes this knowledge.SEE ALSOdevd(8)AUTHORSThis manual page was written by M. Warner Losh
Visit the GSP FreeBSD Man Page Interface. |