Searched refs:new_str (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbprint.c38 char *old_str, *new_str; local
50 new_str = av_realloc(old_str, new_size);
51 if (!new_str)
54 memcpy(new_str, buf->str, buf->len + 1);
55 buf->str = new_str;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dgetopt.c342 char *new_str = malloc (top + 1);
343 if (new_str == NULL)
347 memset (__mempcpy (new_str, __getopt_nonoption_flags,
351 __getopt_nonoption_flags = new_str;
339 char *new_str = malloc (top + 1); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c341 char *new_str = malloc (top + 1);
342 if (new_str == NULL)
346 memset (__mempcpy (new_str, __getopt_nonoption_flags,
350 __getopt_nonoption_flags = new_str;
338 char *new_str = malloc (top + 1); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dgetopt.c332 char *new_str = malloc (top + 1);
333 if (new_str == NULL)
337 memset (__mempcpy (new_str, __getopt_nonoption_flags,
341 __getopt_nonoption_flags = new_str;
329 char *new_str = malloc (top + 1); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dgetopt.c320 char *new_str = malloc (top + 1);
321 if (new_str == NULL)
325 memset (__mempcpy (new_str, __getopt_nonoption_flags,
329 __getopt_nonoption_flags = new_str;
317 char *new_str = malloc (top + 1); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/shared/
H A Dambit_util.h214 extern void replaceString(char *input_str, int size, char *ori_str, char *new_str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c93 gchar *new_str; local
99 new_str = g_new (char, length);
100 memcpy (new_str, str, length);
103 new_str = NULL;
105 return new_str;
133 gchar *new_str; local
137 new_str = g_new (gchar, n + 1);
138 strncpy (new_str, str, n);
139 new_str[n] = '\0';
142 new_str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.c93 gchar *new_str; local
99 new_str = g_new (char, length);
100 memcpy (new_str, str, length);
103 new_str = NULL;
105 return new_str;
133 gchar *new_str; local
137 new_str = g_new (gchar, n + 1);
138 strncpy (new_str, str, n);
139 new_str[n] = '\0';
142 new_str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-string.c258 unsigned char *new_str; local
269 new_str = dbus_realloc (real->str - real->align_offset, new_allocated);
270 if (_DBUS_UNLIKELY (new_str == NULL))
273 real->str = new_str + real->align_offset;
313 unsigned char *new_str; local
344 new_str = dbus_realloc (real->str - real->align_offset, new_allocated);
345 if (_DBUS_UNLIKELY (new_str == NULL))
348 real->str = new_str + real->align_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c1532 char *new_str = XNMALLOC (new_len + 1, char); local
1533 memcpy (new_str, str, i);
1534 memcpy (new_str + i, subst[j][1], replacement_len);
1535 strcpy (new_str + i + replacement_len, str + i + substlen[j]);
1538 str = new_str;
1539 malloced = new_str;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.c174 char *new_str = malloc (top + 1);
175 if (new_str == NULL)
179 memset (__mempcpy (new_str, __getopt_nonoption_flags,
183 __getopt_nonoption_flags = new_str;
171 char *new_str = malloc (top + 1); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dgetopt.c170 char *new_str = malloc (top + 1);
171 if (new_str == NULL)
175 memset (__mempcpy (new_str, __getopt_nonoption_flags,
179 __getopt_nonoption_flags = new_str;
167 char *new_str = malloc (top + 1); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.c630 char new_str[256]; local
637 vsnprintf(new_str, sizeof(new_str), fmt, ap);
640 k_menu_items[index].str, new_str);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/lib/
H A Dgetopt.c181 char *new_str = malloc (top + 1);
182 if (new_str == NULL)
186 memset (__mempcpy (new_str, __getopt_nonoption_flags,
190 __getopt_nonoption_flags = new_str;
178 char *new_str = malloc (top + 1); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.c174 char *new_str = malloc (top + 1);
175 if (new_str == NULL)
179 memset (__mempcpy (new_str, __getopt_nonoption_flags,
183 __getopt_nonoption_flags = new_str;
171 char *new_str = malloc (top + 1); local
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/lib/
H A Dgetopt.c181 char *new_str = malloc (top + 1);
182 if (new_str == NULL)
186 memset (__mempcpy (new_str, __getopt_nonoption_flags,
190 __getopt_nonoption_flags = new_str;
178 char *new_str = malloc (top + 1); local
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dfuncs.js55 new_str = show_week+', '+day+'.'+show_month+', '+time;
57 new_str = show_week+', '+show_month+' '+day+', '+time;
59 return new_str;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dopmode.js209 new_str = show_week+', '+day+'.'+show_month+', '+time;
211 new_str = show_week+', '+show_month+' '+day+', '+time;
213 return new_str;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dopmode.js209 new_str = show_week+', '+day+'.'+show_month+', '+time;
211 new_str = show_week+', '+show_month+' '+day+', '+time;
213 return new_str;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A Dconfigure[all...]

Completed in 531 milliseconds