Searched refs:fopt (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/bnu/ |
H A D | uucp.c | 63 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 D | uux.c | 98 char *fopt = NULL; local 261 fopt = optarg; 301 if(fopt){ 302 if(*fopt != '/') { 304 "%s/%s", Wrkdir, fopt); 309 "%s", fopt);
|
/titanic_50/usr/src/cmd/sa/ |
H A D | sar.c | 93 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++]) != NULL) { in prthdg() 1032 while ((ccc = fopt[jj++]) != NULL) { in prtopt() 1117 while ((ccc = fopt[jj++]) != NULL) { in prtavg()
|