FNAME_SIZE
char path[FNAME_SIZE];
char b_pathname[FNAME_SIZE];
strncpy(bootfile, fname, FNAME_SIZE);
char temp[FNAME_SIZE];
for (i = 0; i < FNAME_SIZE && rootpath[i] != '\0'; i++)
if (i && i != FNAME_SIZE && rootpath[i] == ':') {
char serv_name[FNAME_SIZE];
sn_len = FNAME_SIZE - 1;
char domainname[FNAME_SIZE]; /* our DNS domain */
char rootpath[FNAME_SIZE]; /* root mount path */
char bootfile[FNAME_SIZE]; /* bootp says to boot this */
char hostname[FNAME_SIZE]; /* our hostname */
extern char rootpath[FNAME_SIZE];
extern char bootfile[FNAME_SIZE];
extern char hostname[FNAME_SIZE];
char path[FNAME_SIZE];
char name[FNAME_SIZE];
char name[FNAME_SIZE];
u_char space[FNAME_SIZE + 6];