rootpath          311 lib/libsa/bootp.c 			strncpy(rootpath, (char *)cp, sizeof(rootpath));
rootpath          312 lib/libsa/bootp.c 			rootpath[size] = '\0';
rootpath           22 lib/libsa/globals.c char	rootpath[FNAME_SIZE] = "/";	/* root mount path */
rootpath           74 lib/libsa/net.h extern	char rootpath[FNAME_SIZE];