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 nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ 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

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