code wiki / (root) / nx_printers_render_test.nx

nx_printers_render_test.nx

buildroot/runtime/nx_printers_render_test.nx

3424 B74 linesdepth 3pulls 7 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_printers_render_test.nx -- offline gate for the /printers HTML renderer. Feeds a synthetic Brother-like response (stopped + exposed + toner-empty + duplex-waste) and asserts the emitted HTML surfaces every hidden truth. Unique exit codes per missing marker. expect_exit: 0 license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_ipp_codec.nx nx_printers_render.nx nx_printers_render_test.nx

imports: nx_syscalls.nxnx_ipp_codec.nxnx_printers_render.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap nx_ipp_begin nx_ipp_put_u16 nx_ipp_put_u32 nx_ipp_group nx_ipp_attr nx_ipp_put_u16 ↻ nx_ipp_memcpy nx_ipp_attr_int nx_ipp_put_u16 ↻ nx_ipp_memcpy ↻ nx_ipp_put_u32 ↻ nx_ipp_attr_add nx_ipp_put_u16 ↻ nx_ipp_memcpy ↻ nx_ipp_attr_bool nx_ipp_put_u16 ↻ nx_ipp_memcpy ↻ nx_ipp_end nx_printers_render nx_printer_diagnose nx_ipp_get_enum nx_ipp_find nx_ipp_strlen nx_ipp_get_u16 nx_ipp_name_eq nx_ipp_get_u32 nx_ph_worst_reason_severit nx_ipp_get_u16 ↻ nx_ipp_name_eq ↻ nx_ph_reason_severity nx_ipp_name_eq ↻ nx_ph_ends_with nx_ipp_strlen ↻ nx_ipp_name_eq ↻ nx_ph_accepting nx_ipp_find ↻ nx_printer_can_print nx_printer_security

structs

none

consts

none

functions

10func t_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main calls 1: sys_write
13func contains(buf: *u8, len: i64, pat: *u8) -> i64
called by 1: main
36func main() -> i64