eehandlers.c | 286 u_char truth; local in function:ee_truefalse 295 truth = svp->sv_val; 296 if (doio(ktent, &truth, sizeof(truth), IO_WRITE)) 299 if (doio(ktent, &truth, sizeof(truth), IO_READ)) 303 if (svp->sv_val == truth) 306 warnx("unknown truth value 0x%x for %s", truth,
|