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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/tagutils/
H A Dtextutils.c208 char **defstr; local
223 if (!(defstr = malloc(sizeof(defstr) * n))) {
231 defstr[i] = va_arg(args, char *);
291 *strs[i] = defstr[i];
297 free(defstr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtextutils.c207 char **defstr; local
222 if (!(defstr = malloc(sizeof(defstr) * n))) {
230 defstr[i] = va_arg(args, char *);
290 *strs[i] = defstr[i];
297 free(defstr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtextutils.c208 char **defstr; local
223 if (!(defstr = malloc(sizeof(defstr) * n))) {
231 defstr[i] = va_arg(args, char *);
291 *strs[i] = defstr[i];
297 free(defstr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12233 const char *defstr; local
12249 defstr = "<y>";
12251 defstr = "<n>";
12253 defstr = " (y/n)";
12254 printf("%s%s? ", string, defstr);

Completed in 67 milliseconds