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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DExternalLexer.cxx52 void DeleteWLStrings(char *strs[]) { argument
54 while (strs[dim]) {
55 delete strs[dim];
58 delete [] strs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasprefs.cpp121 wxString strs[] = local
130 wxDefaultPosition, wxDefaultSize, 3, strs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm.c959 static const char *strs[SNDRV_PCM_CLASS_LAST + 1] = { local
970 str = strs[pcm->dev_class];

Completed in 179 milliseconds