Lines Matching defs:ptr
984 * \param ptr returned pointer987 int snd_mixer_selem_id_malloc(snd_mixer_selem_id_t **ptr)989 assert(ptr);990 *ptr = calloc(1, sizeof(snd_mixer_selem_id_t));991 if (!*ptr)1070 char *ptr = buf;1081 *ptr++ = *str;1090 *ptr++ = *str;1099 *ptr = 0;1104 *ptr = 0; /* terminate the string */