Lines Matching defs:ifile
176 static int applyconf(char *ifile);
9472 * read and apply the configuration contained if file ifile to the kernel.
9476 applyconf(char *ifile)
9490 if (strcmp(ifile, "-") == 0) {
9493 ifp = fopen(ifile, "r");
9497 ifile, strerror(errno));
9899 char *ifile = NULL;
9938 ifile = optarg;
9939 if (*ifile == '\0') {
9955 ifile = optarg;
9956 if (*ifile == '\0') {
10013 ret = viewcfile(ifile);
10017 ret = applyconf(ifile);