Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Dmtree.c84 FILE *spec1, *spec2; in main() local
92 spec2 = NULL; in main()
125 } else if (spec2 == NULL) { in main()
126 spec2 = fopen(optarg, "r"); in main()
127 if (spec2 == NULL) in main()
276 if (spec2 && (cflag || Cflag || Dflag)) in main()
280 if (dir && spec2) in main()
306 if (spec2 != NULL) in main()
307 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.sh88 cp $TEST_SPEC_FILE spec2.mtree
90 cat $TEST_SPEC_FILE spec2.mtree
H A Dmakefs_cd9660_tests.sh79 cp $TEST_SPEC_FILE spec2.mtree
81 cat $TEST_SPEC_FILE spec2.mtree
/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()