mount.c | 379 char *optbuf, execname[MAXPATHLEN + 1], execbase[MAXPATHLEN], local in function:mountfs 460 (void)snprintf(execbase, sizeof(execbase), "mount_puffs"); 462 (void)snprintf(execbase, sizeof(execbase), "rump_%s", vfstype); 464 (void)snprintf(execbase, sizeof(execbase), "mount_%s", vfstype); 466 argv[argc++] = execbase; 517 sizeof(execname), "%s/%s", *edir, execbase); 524 warn("exec %s for %s: %s", execbase, name, execbase) [all...] |