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 */
Indexes created Wed Oct 01 07:09:59 GMT 2025