Lines Matching defs:file
17 * command line tool and file parser was kindly sponsored by
201 /* Check if the tlv file specifies valid size. */
595 char *file, *root;
600 file = strdup(filename);
601 if (!file)
603 root = strchr(file, ':');
617 err = snd_output_stdio_open(&out, file, "w+");
619 uc_error("unable to open file '%s': %s", file, snd_strerror(err));
638 free(file);
2316 /* get the conf file name of the opened card */