Lines Matching defs:file
3186 fprintf(stderr, "radv: Can't open file: '%s'.\n", config_file);
3211 const char *file = radv_get_force_vrs_config_file();
3221 /* Sleep 100ms for editors that use a temporary file and delete the original. */
3223 device->force_vrs = radv_parse_force_vrs_config_file(file);
3229 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF);
3249 const char *file = radv_get_force_vrs_config_file();
3256 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF);
3638 const char *file = radv_get_force_vrs_config_file();
3640 device->force_vrs = radv_parse_force_vrs_config_file(file);
5348 /* Windows will use a dll definition file to avoid build errors. */