code wiki / _hdl_build / nx_wiki_lock_page.nx

nx_wiki_lock_page.nx

buildroot/runtime/_hdl_build/nx_wiki_lock_page.nx

2096 B39 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic wiki
docsdependenciesstructsconstsfunctions

about

nx_wiki_lock_page.nx -- the OPERATOR-GATED placeholder served at the PUBLIC board.html so the real Work Board (delegation + backlog) is NOT exposed publicly. On the shared skin. The real board is served only behind the OPAQUE login (the gated daemon / post-cutover path). Sovereign. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_wiki_skin_lib.nx nx_wiki_lock_page.nx

imports: nx_syscalls.nxnx_wiki_skin_lib.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 skin_open sk_cat sk_nav sk_cat ↻ sk_streq sk_cat ↻ skin_close sk_cat ↻ sk_catn sys_mmap ↻ sys_now_realtime_sec sys_mmap ↻ sys_clock_gettime_real sys_openat_wr sys_write sys_exit sys_close lp_write sys_openat_wr ↻ sys_write ↻ lp_slen sys_close ↻ sk_catn ↻

structs

none

consts

7const LP_MAGIC_131072: i64 = 131072
9const LP_OUT: *u8 = "/tmp/nx_wiki_lock.html"
10const LP_SRC: *u8 = "/tmp/nx_wiki_lock.src"
11const LP_DST: *u8 = "/tmp/nx_wiki_lock.dst"
12const LP_SRCVAL: *u8 = "/tmp/nx_wiki_lock.html\n"
13const LP_DSTVAL: *u8 = "cat > /volume1/homes/elderwesto/nishihost/sites/nishifamily/wiki/board.html\n"

functions

15func lp_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 1: lp_write
16func lp_write(path: *u8, content: *u8) -> i64
22func main(argc: i64, argv: *i64) -> i64