Home
last modified time | relevance | path

Searched refs:execbase (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sbin/mount/
H A Dmount.c373 char *optbuf, execname[MAXPATHLEN + 1], execbase[MAXPATHLEN], in mountfs() local
454 (void)snprintf(execbase, sizeof(execbase), "mount_puffs"); in mountfs()
456 (void)snprintf(execbase, sizeof(execbase), "rump_%s", vfstype); in mountfs()
458 (void)snprintf(execbase, sizeof(execbase), "mount_%s", vfstype); in mountfs()
460 argv[argc++] = execbase; in mountfs()
502 sizeof(execname), "%s/%s", *edir, execbase); in mountfs()
509 warn("exec %s for %s: %s", execbase, name, execbase); in mountfs()
/netbsd-src/sbin/fsck/
H A Dfsck.c285 char execname[MAXPATHLEN + 1], execbase[MAXPATHLEN]; in checkfs() local
301 (void) snprintf(execbase, sizeof(execbase), "fsck_%s", vfstype); in checkfs()
303 argv[argc++] = execbase; in checkfs()
354 sizeof(execname), "%s/%s", *edir, execbase); in checkfs()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py1087 execdir,execbase = os.path.split(execpath)
1089 tmpBase = os.path.join(tmpDir, execbase)