Searched refs:emptyok (Results 1 – 4 of 4) sorted by relevance
63 bool emptyok; in bsdconf_put() local112 emptyok = put_options & BSDCONF_PUT_ALLOW_EMPTY; in bsdconf_put()127 if (!emptyok && options[n].action == BSDCONF_ACTION_SET_VALUE && in bsdconf_put()
236 #define SKIP_WHITE(p, emptyok) \ in make_policy_fromfile() 240 if ((*(p) == '\0' || (*(p) == '\n')) && !(emptyok)) \ in make_policy_fromfile() 183 SKIP_WHITE(p,emptyok) global() argument
1560 env_opt_end(int emptyok) in env_opt_end() argument1567 if (emptyok || len > 6) { in env_opt_end()
1640 env_opt_end(int emptyok) in env_opt_end() argument1647 if (emptyok || len > 6) { in env_opt_end()