Home
last modified time | relevance | path

Searched refs:first_bad_char (Results 1 – 11 of 11) sorted by relevance

/external/sg3_utils/include/
Dsg_pr2serr.h86 int first_bad_char; /* = '\0' */ member
/external/sg3_utils/lib/
Dsg_pr2serr.c132 if (0 == jsp->first_bad_char) in sgj_parse_opts()
133 jsp->first_bad_char = c; in sgj_parse_opts()
188 jsp->first_bad_char = '\0'; in sgj_parse_opts()
192 if (0 == jsp->first_bad_char) in sgj_parse_opts()
193 jsp->first_bad_char = c; in sgj_parse_opts()
287 jsp->first_bad_char = 0; in sgj_def_opts()
/external/sg3_utils/src/
Dsg_decode_sense.c217 int bad_char = op->json_st.first_bad_char; in parse_cmd_line()
Dsg_get_elem_status.c341 int bad_char = json_st.first_bad_char; in main()
Dsg_get_lba_status.c295 int bad_char = json_st.first_bad_char; in main()
Dsg_opcodes.c370 int bad_char = op->json_st.first_bad_char; in new_parse_cmd_line()
Dsg_rep_zones.c1218 int bad_char = op->json_st.first_bad_char; in main()
Dsg_inq.c502 int bad_char = op->json_st.first_bad_char; in new_parse_cmd_line()
763 int bad_char = op->json_st.first_bad_char; in old_parse_cmd_line()
Dsg_vpd.c2346 int bad_char = op->json_st.first_bad_char; in main()
Dsg_logs.c1079 int bad_char = op->json_st.first_bad_char; in new_parse_cmd_line()
/external/sg3_utils/testing/
Dtst_sg_lib.c272 "character '%c'\n", json_st.first_bad_char); in main()