Home
last modified time | relevance | path

Searched refs:spec2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/mtree/
H A Dmtree.c85 FILE *spec1, *spec2; in main() local
93 spec2 = NULL; in main()
126 } else if (spec2 == NULL) { in main()
127 spec2 = fopen(optarg, "r"); in main()
128 if (spec2 == NULL) in main()
272 if (spec2 && (cflag || Cflag || Dflag)) in main()
276 if (dir && spec2) in main()
302 if (spec2 != NULL) in main()
303 status = mtree_specspec(spec1, spec2); in main()
/freebsd/lib/libugidfw/
H A Dugidfw.c514 char *spec1, *spec2, *endp; in bsde_parse_uidrange() local
517 spec2 = spec; in bsde_parse_uidrange()
518 spec1 = strsep(&spec2, ":"); in bsde_parse_uidrange()
532 if (spec2 == NULL) { in bsde_parse_uidrange()
537 pwd = getpwnam(spec2); in bsde_parse_uidrange()
541 value = strtoul(spec2, &endp, 10); in bsde_parse_uidrange()
543 snprintf(errstr, buflen, "invalid uid: '%s'", spec2); in bsde_parse_uidrange()
560 char *spec1, *spec2, *endp; in bsde_parse_gidrange() local
563 spec2 = spec; in bsde_parse_gidrange()
564 spec1 = strsep(&spec2, ":"); in bsde_parse_gidrange()
[all …]
/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_ffs_tests.sh84 cp $TEST_SPEC_FILE spec2.mtree
85 cat $TEST_SPEC_FILE spec2.mtree | sort > "${TEST_SPEC_FILE}_dupe"
H A Dmakefs_cd9660_tests.sh72 cp $TEST_SPEC_FILE spec2.mtree
73 cat $TEST_SPEC_FILE spec2.mtree | sort > "${TEST_SPEC_FILE}_dupe"
/freebsd/sys/dev/fdc/
H A Dfdc.c289 static int spec2 = NE7_SPEC_2(16, 0); variable
290 SYSCTL_INT(_debug_fdc, OID_AUTO, spec2, CTLFLAG_RW, &spec2, 0,
525 if (fdc_cmd(fdc, 3, NE7CMD_SPECIFY, spec1, spec2, 0)) in fdc_reset()