Lines Matching defs:file
2 * \file conf.c
102 To include another configuration file, write the file name in angle brackets.
174 The configuration file defines id (key) and value pairs. The id (key) can be
248 # Configuration file syntax
250 # Include a new configuration file
288 blocks. This extension is built on top of the basic configuration file
569 * Free all include paths of a file descriptor.
623 * Search and open a file, and creates a new input object reading from the file.
626 * param file - Name of the configuration file.
627 * param include_paths - Optional, addtional directories to search the file.
630 * This function will search and open the file in the following order
632 * 1. directly open the file by its name (only if absolute)
633 * 2. search for the file name in in additional configuration directories
638 static int input_stdio_open(snd_input_t **inputp, const char *file,
646 if (file[0] == '/')
647 return snd_input_stdio_open(inputp, file, "r");
649 /* search file in user specified include paths. These directories
659 snprintf(full_path, PATH_MAX, "%s/%s", path->dir, file);
831 /* file in the specified directory */
838 } else { /* absolute or relative file path */
843 SNDERR("Cannot access file %s", str);
2005 str = "Unexpected end of file";
2063 * node loaded from the file(s) at the address specified
2619 * configuration is saved to a text file. For example, if the join flag
2634 * output, i.e., after saving and reloading the configuration file, that
2673 * configuration is saved to a text file. For example, if the join flag
2688 * output, i.e., after saving and reloading the configuration file, that
3924 * as loaded from global configuration file.
4122 SNDERR("cannot access file %s", filename);
4136 SNDERR("cannot stat file/directory %s", fn);
4186 snd_config_t *file = _file, *root = _root, *n;
4191 if ((err = snd_config_search(_file, "file", &file)) < 0) {
4192 SNDERR("Field file not found");
4206 if ((err = snd_config_get_ascii(file, &name)) < 0)
4253 * node loaded from the file(s) at the address specified
4396 * node loaded from the file(s) at the address specified
4403 * the \c private_string function to customize the file name.
4491 * \param[in] cfgs A list of configuration file names, delimited with ':'.
4493 * configuration file is used.
4579 SNDERR("Cannot access file %s", lf->name);
4643 SNDERR("cannot access file %s", local->finfo[k].name);