MCPcopy Create free account
hub / github.com/F-Stack/f-stack / proc_getenvv

Function proc_getenvv

freebsd/kern/kern_proc.c:2042–2047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2040}
2041
2042int
2043proc_getenvv(struct thread *td, struct proc *p, struct sbuf *sb)
2044{
2045
2046 return (get_ps_strings(curthread, p, sb, PROC_ENV));
2047}
2048
2049int
2050proc_getauxv(struct thread *td, struct proc *p, struct sbuf *sb)

Callers 1

sysctl_kern_proc_envFunction · 0.85

Calls 1

get_ps_stringsFunction · 0.85

Tested by

no test coverage detected