Home
last modified time | relevance | path

Searched refs:getexecname (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/cddl/compat/opensolaris/include/
H A Dstdlib.h35 #define getexecname getprogname macro
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/common/
H A Dutils.c50 if ((p = getexecname()) != NULL) in getpname()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc832 pathname = getexecname(); in ReExec()
H A Dsanitizer_linux.cc1103 const char *default_module_name = getexecname(); in ReadBinaryName()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c759 VERIFY(NULL != realpath(getexecname(), cmd)); in process_options()
6508 (void) strlcpy(cmdbuf, getexecname(), MAXPATHLEN); in exec_child()
6672 (void) strlcpy(cmd, getexecname(), MAXNAMELEN); in main()