code wiki / _hdl_build / nx_connect_ui_gate.nx

nx_connect_ui_gate.nx

buildroot/runtime/_hdl_build/nx_connect_ui_gate.nx

9756 B191 linesdepth 2pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic connect
docsdependenciesstructsconstsfunctions

about

nx_connect_ui_gate.nx -- the gate for the CONNECT app-tier UI emitter (nx_connect_ui). Every tooth asserts on the ACTUAL EMITTED BYTES, and the accessibility/safety teeth carry negative controls so a passing verdict cannot be vacuous. license_tier: ORIGINAL expect_exit: 0

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_connect_ui.nx nx_connect_ui_gate.nx

imports: nx_syscalls.nxnx_connect_ui.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 g_p sys_write cu_head cu_puts cu_css_tokens cu_puts ↻ cu_css_base cu_puts ↻ cu_css_app cu_puts ↻ cu_css_chat cu_puts ↻ cu_css_form cu_puts ↻ cu_bar_open cu_puts ↻ cu_tab cu_puts ↻ cu_bar_close cu_puts ↻ cu_h1 cu_puts ↻ cu_foot cu_puts ↻ g_has g_count cu_slen g_tooth g_p ↻ g_count ↻ cu_putn cu_esc cu_puts ↻ cu_puts ↻ cu_thread_open cu_puts ↻ cu_bubble_open cu_puts ↻

structs

none

consts

7const G_BUF: i64 = 262144

functions

9func g_p(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 3: g_png_toothmain calls 1: sys_write
10func g_pn(v: i64) -> i64
called by 1: main calls 3: sys_mmapcu_putng_p
18func g_count(buf: *u8, n: i64, needle: *u8) -> i64
called by 2: g_hasmain calls 1: cu_slen
31func g_has(buf: *u8, n: i64, needle: *u8) -> i64 { if g_count(buf, n, needle) > 0 { return 1 } return 0 }
called by 1: main calls 1: g_count
33func g_tooth(name: *u8, pass: i64, fails: *i64) -> i64
called by 1: main calls 1: g_p
39func main() -> i64