Lines Matching refs:file
180 void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...)
189 syslog(LOG_ERR, "alsa-lib %s:%i:(%s) %s%s%s\n", file, line, function,
192 fprintf(stderr, "alsa-lib %s:%i:(%s) %s%s%s\n", file, line, function,
196 int load_configuration(const char *file, snd_config_t **top, int *open_failed)
210 stdio_flag = !strcmp(file, "-");
214 lock_fd = state_lock(file, LOCK_TIMEOUT);
215 err = lock_fd >= 0 ? snd_input_stdio_open(&in, file, "r") : lock_fd;
228 state_unlock(lock_fd, file);
234 state_unlock(lock_fd, file);
328 error("Unable to remove file '%s'", path);