Lines Matching defs:prefix
80 static int check_identifier(const char *identifier, const char *prefix)
84 len = strlen(prefix);
85 if (strncmp(identifier, prefix, len) != 0)
269 static const char *parse_type(const char *p, const char *prefix, size_t len,
272 if (strncasecmp(p, prefix, len))
296 static const char *parse_uint(const char *p, const char *prefix, size_t len,
302 if (strncasecmp(p, prefix, len))
307 uc_error("unable to parse '%s'", prefix);
318 static const char *parse_labels(const char *p, const char *prefix, size_t len,
328 if (strncasecmp(p, prefix, len))
2269 * \brief Get device prefix for private alsa-lib configuration