Searched defs:ifile (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libpp/common/ |
H A D | pplex.c | 2390 char* ifile; local 2408 while (ifile = sfgetr(sfstdin, '\n', 1)) 2410 if (!(ofile = strchr(ifile, ' '))) 2411 error(3, "%s: pool output file expected", ifile); 2423 if (open(ifile, O_RDONLY)) 2424 error(ERROR_SYSTEM|3, "%s: cannot read", ifile); 2429 pathcanon(ifile, 0, 0); 2430 ifile = ppsetfile(ifile)->name; 2439 PUSH_FILE(ifile, [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | nilfs2.c | 277 struct grub_nilfs2_inode ifile; member in struct:grub_nilfs2_data 698 pptr = grub_nilfs2_bmap_lookup (data, &data->ifile, blockno, 1); 816 grub_memcpy (&data->ifile, &last_checkpoint.cp_ifile_inode,
|
Completed in 28 milliseconds