Searched refs:ext (Results 1 – 5 of 5) sorted by relevance
179 char *ext; in create_fat() local192 ext = strchr(filename, '.'); in create_fat()193 if (ext) { in create_fat()194 filename_len = ext - filename; in create_fat()195 ext++; in create_fat()196 ext_len = strlen(ext); in create_fat()240 for (i = 0; i < sizeof(dirent->nameext.ext); i++) { in create_fat()242 dirent->nameext.ext[i] = toupper(ext[i]); in create_fat()244 dirent->nameext.ext[i] = ' '; in create_fat()
20 image: blob-ext {
21 image: blob-ext {
24 ext = splitext[1][1:]27 return '%-8s %s' % (name, ext)
181 ext = os.path.join(mnt, 'extlinux')182 mkdir_cond(ext)184 conf = os.path.join(ext, 'extlinux.conf')
Completed in 15 milliseconds