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

/freebsd-10.1-release/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.1-release/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("", spec(spec1), Dflag);
307 status = mtree_specspec(spec1, spec2);
309 status = verify(spec1);
/freebsd-10.1-release/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.1-release/lib/libugidfw/
H A Dugidfw.c514 char *spec1, *spec2, *endp; local
519 spec1 = strsep(&spec2, ":");
521 pwd = getpwnam(spec1);
525 value = strtoul(spec1, &endp, 10);
528 "invalid uid: '%s'", spec1);
563 char *spec1, *spec2, *endp; local
568 spec1 = strsep(&spec2, ":");
570 grp = getgrnam(spec1);
574 value = strtoul(spec1, &endp, 10);
577 "invalid gid: '%s'", spec1);
[all...]
/freebsd-10.1-release/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 169 milliseconds