Searched refs:spec2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/usr.sbin/fmtree/
H A Dmtree.c68 FILE *spec1, *spec2; local
74 spec2 = NULL;
92 } else if (spec2 == NULL) {
93 spec2 = fopen(optarg, "r");
94 if (spec2 == NULL)
175 if (spec2 != NULL)
176 status = mtree_specspec(spec1, spec2);
/freebsd-12-stable/contrib/mtree/
H A Dmtree.c84 FILE *spec1, *spec2; local
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);
/freebsd-12-stable/lib/libugidfw/
H A Dugidfw.c516 char *spec1, *spec2, *endp; local
519 spec2 = spec;
520 spec1 = strsep(&spec2, ":");
534 if (spec2 == NULL) {
539 pwd = getpwnam(spec2);
543 value = strtoul(spec2, &endp, 10);
545 snprintf(errstr, buflen, "invalid uid: '%s'", spec2);
562 char *spec1, *spec2, *endp; local
565 spec2 = spec;
566 spec1 = strsep(&spec2, "
[all...]
/freebsd-12-stable/usr.sbin/makefs/tests/
H A Dmakefs_ffs_tests.sh92 cp $TEST_SPEC_FILE spec2.mtree
94 cat $TEST_SPEC_FILE spec2.mtree
H A Dmakefs_cd9660_tests.sh82 cp $TEST_SPEC_FILE spec2.mtree
84 cat $TEST_SPEC_FILE spec2.mtree
/freebsd-12-stable/sys/dev/fdc/
H A Dfdc.c291 static int spec2 = NE7_SPEC_2(16, 0); variable
292 SYSCTL_INT(_debug_fdc, OID_AUTO, spec2, CTLFLAG_RW, &spec2, 0,
527 if (fdc_cmd(fdc, 3, NE7CMD_SPECIFY, spec1, spec2, 0))

Completed in 184 milliseconds