Lines Matching refs:name
57 /** Search configuration file \a name along directory list and return file
64 * @param name filename with extension but without path (such as "mustek.conf")
69 extern FILE *sanei_config_open (const char *name);
110 /** Expand device name patterns into a list of devices.
112 * Apart from a normal device name (such as /dev/sdb), this function currently
117 * Where VENDOR is the desired vendor name. MODEL is the desired model name.
124 * @param name device name pattern
127 extern void sanei_config_attach_matching_devices (const char *name,
154 * with the name found and the configuration structure with it's current values.
156 * @param config_file name of the configuration file to read