/src/usr.sbin/mtree/ |
mtree.c | 84 FILE *spec1, *spec2; local in function:main 92 spec2 = NULL; 125 } else if (spec2 == NULL) { 126 spec2 = fopen(optarg, "r"); 127 if (spec2 == NULL) 276 if (spec2 && (cflag || Cflag || Dflag)) 280 if (dir && spec2) 306 if (spec2 != NULL) 307 status = mtree_specspec(spec1, spec2);
|
/src/sbin/fsck/ |
fsck.c | 199 const char *spec, *spec2, *mntpt, *type, *cp; local in function:main 203 spec2 = getfsspecname(buf, sizeof(buf), spec); 204 if (spec2 == NULL) 205 spec2 = spec; 207 cp = strrchr(spec2, '/'); 210 _PATH_DEV, spec2); 211 spec2 = device; 217 if (fs == NULL && spec != spec2) { 218 fs = getfsspec(spec2); 219 spec = spec2; [all...] |
/src/sys/compat/linux/common/ |
linux_fdio.h | 115 int spec2; member in struct:linux_floppy_fdc_state
|