nx_runpath.nx
buildroot/runtime/_hdl_build/nx_runpath.nx
about
dependencies 1 imports · 47 importers
diagram shows first 10 each side; +0 more imports, +37 more importers in the complete lists below.
imports: nx_syscalls.nx
imported by: nx_arbiter_gate.nxnx_arbiter_race_gate.nxnx_docpub_publish.nxnx_docpub_ship.nxnx_hostop_apply_gate.nxnx_hostop_dns_gate.nxnx_hostop_law_gate.nxnx_hostop_obs_gate.nxnx_hostop_progressive_gate.nxnx_hostop_receive_gate.nxnx_hostop_recover_gate.nxnx_hostop_serve_gate.nxnx_hostop_state_gate.nxnx_hostop_watchdog_gate.nxnx_lan_signup_socket_gate.nxnx_pub_audit_gate.nxnx_pub_bluegreen_gate.nxnx_pub_bypass2_gate.nxnx_pub_bypass_gate.nxnx_pub_canary_gate.nxnx_pub_cd2_gate.nxnx_pub_daemon2_gate.nxnx_pub_daemon_gate.nxnx_pub_deploy_gate.nxnx_pub_dns_gate.nxnx_pub_drain_diag.nxnx_pub_exceed_gate.nxnx_pub_game_e2e_gate.nxnx_pub_govern2_gate.nxnx_pub_governed_gate.nxnx_pub_hostop_e2e_gate.nxnx_pub_loop_gate.nxnx_pub_metrics_gate.nxnx_pub_nobypass_gate.nxnx_pub_obs_gate.nxnx_pub_pd_exceed_gate.nxnx_pub_policy_gate.nxnx_pub_promote_gate.nxnx_pub_q_gate.nxnx_pub_rel_gate.nxnx_pub_serve_gate.nxnx_pub_ship_meet_gate.nxnx_pub_smoke_gate.nxnx_pub_submit_gate.nxnx_pub_tls_gate.nxnx_publish_account_admin.nxnx_runpath_gate.nx
structs
| none |
consts
| 14 | const RP_MAGIC_65536: i64 = 65536 |
| 15 | const RP_MAGIC_65535: i64 = 65535 |
| 17 | const RP_RUNDIR: *u8 = "/home/elderwesto/.nishi/run" |
functions
| 19 | func rp_slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 20 | func rp_itoa(v: i64, dst: *u8) -> i64 { var m: i64=v; let t: *u8=sys_mmap(24); var k: i64=0; if m==0{t[0]=48 as u8;k=1}; while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1}; var i: i64=0; while i<k{dst[i]=t[k-1-i];i=i+1} dst[k]=0 as u8; return k } calls 1: sys_mmap |
| 23 | func rp_match(buf: *u8, at: i64, n: i64, lit: *u8) -> i64 called by 1: rp_wsid |
| 31 | func rp_wsid(wsid_out: *u8) -> i64 |
| 56 | func rp_path(wsid: *u8, name: *u8, out: *u8) -> i64 |
| 69 | func rp_ensure(wsid: *u8) -> i64 |