Searched defs:binname (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/crypto/openssl/Configurations/platform/ | ||
H A D | BASE.pm | 25 sub binname { return $_[1] } # Name of executable binary subroutine |
/freebsd-src/sys/kern/ | ||
H A D | kern_proc.c | 2269 proc_get_binpath(struct proc * p,char * binname,char ** retbuf,char ** freebuf) proc_get_binpath() argument |