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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dutil.c204 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
206 strcpy(tempstr, prompt);
208 prompt_len = strlen(tempstr);
214 if (tempstr[i] == '\n')
215 tempstr[i] = ' ';
220 waddstr(win, tempstr);
225 word = tempstr;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dutil.c202 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
204 strcpy (tempstr, prompt);
206 prompt_len = strlen(tempstr);
212 if(tempstr[i] == '\n') tempstr[i] = ' ';
217 waddstr (win, tempstr);
222 word = tempstr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dutil.c333 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
335 strcpy(tempstr, prompt);
337 prompt_len = strlen(tempstr);
343 if (tempstr[i] == '\n')
344 tempstr[i] = ' ';
349 waddstr(win, tempstr);
354 word = tempstr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dfileinfo.c101 gchar *tempstr; local
104 tempstr = g_strdup_vprintf(str, args);
107 gtk_label_set_text(GTK_LABEL(label), tempstr); local
108 g_free(tempstr);

Completed in 236 milliseconds