Searched refs:spec1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/usr.sbin/mtree/
H A Dmtree.c68 FILE *spec1, *spec2; local
73 spec1 = stdin;
88 if (spec1 == stdin) {
89 spec1 = fopen(optarg, "r");
90 if (spec1 == NULL)
176 status = mtree_specspec(spec1, spec2);
178 status = mtree_verifyspec(spec1);
/freebsd-10-stable/contrib/mtree/
H A Dmtree.c84 FILE *spec1, *spec2; local
91 spec1 = stdin;
120 if (spec1 == stdin) {
121 spec1 = fopen(optarg, "r");
122 if (spec1 == NULL)
303 dump_nodes(stdout, "", spec(spec1), Dflag);
307 status = mtree_specspec(spec1, spec2);
309 status = verify(spec1);
/freebsd-10-stable/contrib/texinfo/util/
H A Dinstall-info.c828 struct spec_section *spec1;
832 for (spec1 = entry->entry_sections;
833 spec1 && spec1 != entry->entry_sections_tail;
834 spec1 = spec1->next)
836 if (!strcmp (spec1->name, spec->name))
839 if (spec1 && spec1 != entry->entry_sections_tail)
816 struct spec_section *spec1; local
/freebsd-10-stable/lib/libugidfw/
H A Dugidfw.c516 char *spec1, *spec2, *endp; local
520 spec1 = strsep(&spec2, ":");
522 pwd = getpwnam(spec1);
526 value = strtoul(spec1, &endp, 10);
528 snprintf(errstr, buflen, "invalid uid: '%s'", spec1);
562 char *spec1, *spec2, *endp; local
566 spec1 = strsep(&spec2, ":");
568 grp = getgrnam(spec1);
572 value = strtoul(spec1, &endp, 10);
574 snprintf(errstr, buflen, "invalid gid: '%s'", spec1);
[all...]
/freebsd-10-stable/sys/dev/fdc/
H A Dfdc.c284 static int spec1 = 0xaf; variable
285 SYSCTL_INT(_debug_fdc, OID_AUTO, spec1, CTLFLAG_RW, &spec1, 0,
524 if (fdc_cmd(fdc, 3, NE7CMD_SPECIFY, spec1, spec2, 0))

Completed in 126 milliseconds