/src/sbin/fsck/ |
fsck.c | 285 char execname[MAXPATHLEN + 1], execbase[MAXPATHLEN]; local in function:checkfs 301 (void) snprintf(execbase, sizeof(execbase), "fsck_%s", vfstype); 303 argv[argc++] = execbase; 354 sizeof(execname), "%s/%s", *edir, execbase);
|
fsck.c | 285 char execname[MAXPATHLEN + 1], execbase[MAXPATHLEN]; local in function:checkfs 301 (void) snprintf(execbase, sizeof(execbase), "fsck_%s", vfstype); 303 argv[argc++] = execbase; 354 sizeof(execname), "%s/%s", *edir, execbase);
|
/src/sbin/mount/ |
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...] |
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...] |