Searched hist:"192 af3b7c375fdeab9fcdf07e16ba63bb31fb338" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/devd/ |
H A D | devd.hh | diff 192af3b7c375fdeab9fcdf07e16ba63bb31fb338 Thu Mar 23 03:36:51 CET 2017 Warner Losh <imp@FreeBSD.org> 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
|
H A D | devd.cc | diff 192af3b7c375fdeab9fcdf07e16ba63bb31fb338 Thu Mar 23 03:36:51 CET 2017 Warner Losh <imp@FreeBSD.org> 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
|