Searched refs:strs (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtextutils.c207 char ***strs; local
220 if (!(strs = malloc(sizeof(strs) * n))) {
230 strs[i] = va_arg(args, char **);
280 if (*strs[state])
281 free(*strs[state]);
282 *strs[state] = strdup(p);
290 if (!*strs[i])
291 *strs[i] = defstr[i];
296 free(strs);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtextutils.c206 char ***strs; local
219 if (!(strs = malloc(sizeof(strs) * n))) {
229 strs[i] = va_arg(args, char **);
279 if (*strs[state])
280 free(*strs[state]);
281 *strs[state] = strdup(p);
289 if (!*strs[i])
290 *strs[i] = defstr[i];
296 free(strs);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtextutils.c207 char ***strs; local
220 if (!(strs = malloc(sizeof(strs) * n))) {
230 strs[i] = va_arg(args, char **);
280 if (*strs[state])
281 free(*strs[state]);
282 *strs[state] = strdup(p);
290 if (!*strs[i])
291 *strs[i] = defstr[i];
296 free(strs);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm.c918 static const char *strs[SNDRV_PCM_CLASS_LAST + 1] = { local
929 str = strs[pcm->dev_class];

Completed in 40 milliseconds