Home | History | Annotate | Download | only in boot2440

Lines Matching defs:filename

89 			char *filename;
98 for(filename = c+strlen(c); *filename != '/' && filename > c; filename--);
99 strncpy(rootpath, c, (filename-c));
100 rootpath[(filename-c)] = '\0';
102 strcpy(bootfile, ++filename);
105 /* No ':' found, assume it's just a filename */
110 /* boot filename was not found */