Lines Matching defs:mode
3874 * mode - the original mode used for the failed attempt to
3887 char *mode)
3896 if (menu_file == NULL || menu_fp == NULL || mode == NULL)
3999 *menu_fp = fopen(menu_file, mode);
4012 * exist it is simply opened using the mode passed in.
4019 * mode - the original mode to be used for opening the menu.lst
4036 char *mode,
4042 *menu_fp = fopen(menu_file, mode);
4059 menu_fp, mode)) == ENOENT)