Lines Matching refs:name
62 * \param name the name of the port
71 int snd_seq_create_simple_port(snd_seq_t *seq, const char *name,
78 if (name)
79 strncpy(pinfo.name, name, sizeof(pinfo.name) - 1);
219 * \brief set client name
221 * \param name name string
226 int snd_seq_set_client_name(snd_seq_t *seq, const char *name)
233 strncpy(info.name, name, sizeof(info.name) - 1);
418 * When \a seq is not NULL, the function accepts also a client name not only
452 len = (int)(p - arg); /* length of client name */
466 /* convert from the name */
476 if (!strncmp(arg, cinfo.name, len)) {
477 if (strlen(cinfo.name) == (size_t)len) {