[PATCH 0/3] lib: add "on" and "off" to strtobool

From: Kees Cook
Date: Thu Jan 28 2016 - 09:18:06 EST


This consolidates logic for handling "on"/"off" parsing for bools into
the existing strtobool function. This requires making sure callers are
passing NULL-terminated strings.

-Kees