*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: devctl_safe_quote_sb | Section: 9 | Source: FreeBSD | File: devctl_safe_quote_sb.9.gz
DEVCTL_SAFE_QUOTE_SB(9) FreeBSD Kernel Developer's Manual NAME devctl_safe_quote_sb - Insert a string, properly quoted, into a sbuf SYNOPSIS #include <sys/devctl.h> #include <sys/sbuf.h> void devctl_safe_quote_sb(struct sbuf *sb, const char *src); DESCRIPTION Copy 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 ALSO devd(8) AUTHORS This manual page was written by M. Warner Losh FreeBSD 14.1-RELEASE-p8 September 22, 2020 FreeBSD 14.1-RELEASE-p8

Navigation Options