Searched refs:imagepath (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c246 char *sep, cmdline[PATH_MAX], imagepath[PATH_MAX]; local
252 snprintf(imagepath, sizeof(imagepath),
256 fd = open(imagepath, O_RDONLY);
259 snprintf(imagepath, sizeof(imagepath), "%s%s.symbols",
262 fd = open(imagepath, O_RDONLY);
264 snprintf(imagepath, sizeof(imagepath), "%s%s",
278 imagepath);
[all...]
/freebsd-12-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_nfs.c77 char imagepath[MAXPATHLEN]; local
93 sprintf(imagepath, "/%s/%s", cwd, image);
102 nfsdargv[7] = imagepath;

Completed in 117 milliseconds