Lines Matching defs:mode
3873 * mode - the original mode used for the failed attempt to
3886 char *mode)
3895 if (menu_file == NULL || menu_fp == NULL || mode == NULL)
3998 *menu_fp = fopen(menu_file, mode);
4011 * exist it is simply opened using the mode passed in.
4018 * mode - the original mode to be used for opening the menu.lst
4035 char *mode,
4041 *menu_fp = fopen(menu_file, mode);
4058 menu_fp, mode)) == ENOENT)