envstat.c | 81 char drvstate[ENVSYS_DESCLEN]; member in struct:envsys_sensor 706 (void)strlcpy(sensor->drvstate, 708 sizeof(sensor->drvstate)); 1171 (void)printf("%s%*s", sep, flen, sensor->drvstate); 1569 mj_append_field(&this_sensor, "drvstate", "string", 1570 sensor->drvstate, strlen(sensor->drvstate));
|