freebsd-skq/sbin/devd
Warner Losh 192af3b7c3 Implement quote escaping. String values may now contain " if you
it is preceded by \.

foo="I \"like\" C++"

gives the value 'I "like" C++' to the variable 'foo'. If a character
other than " follows the \, both the \ and that character are passed
through.

Differential Revision: https://reviews.freebsd.org/D6286
Sponsored by: Netflix
2017-03-23 02:36:51 +00:00
..
tests
devd.8 Add history section for devd(8) 2016-10-05 20:04:36 +00:00
devd.cc Implement quote escaping. String values may now contain " if you 2017-03-23 02:36:51 +00:00
devd.conf.5 Sort SEE ALSO section sequentially. 2016-10-08 12:53:23 +00:00
devd.h
devd.hh Implement quote escaping. String values may now contain " if you 2017-03-23 02:36:51 +00:00
Makefile
Makefile.depend
parse.y
token.l