Home
last modified time | relevance | path

Searched refs:fopt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c63 char *fopt, *sys2p; local
88 fopt = NULL;
222 fopt = optarg;
247 if (fopt) {
248 if (*fopt != '/')
250 Wrkdir, fopt);
252 (void) snprintf(Sfile, MAXFULLNAME, "%s", fopt);
H A Duux.c98 char *fopt = NULL; local
261 fopt = optarg;
301 if(fopt){
302 if(*fopt != '/') {
304 "%s/%s", Wrkdir, fopt);
309 "%s", fopt);
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c93 static char options[30], fopt[30]; variable
288 (void) strcpy(fopt, options); in main()
297 while (strlen(strncpy(fopt, &options[jj++], 1))) { in main()
344 do_disk = (strchr(fopt, 'd') != NULL); in prpass()
640 while ((ccc = fopt[jj++]) != '\0') { in prthdg()
1032 while ((ccc = fopt[jj++]) != '\0') { in prtopt()
1117 while ((ccc = fopt[jj++]) != '\0') { in prtavg()