Searched refs:STRDUP_ALLOCA (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dwget.h273 #define STRDUP_ALLOCA(str) (strcpy (alloca (strlen (str) + 1), str))
277 #define STRDUP_ALLOCA(ptr, str) do { \ macro
H A Dftp-basic.c111 STRDUP_ALLOCA (defanged, value);
H A Dutils.c828 STRDUP_ALLOCA (dir, directory);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dwget.h273 #define STRDUP_ALLOCA(str) (strcpy (alloca (strlen (str) + 1), str))
277 #define STRDUP_ALLOCA(ptr, str) do { \ macro
H A Dftp-basic.c111 STRDUP_ALLOCA (defanged, value);
H A Dutils.c828 STRDUP_ALLOCA (dir, directory);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dwget.h273 #define STRDUP_ALLOCA(str) (strcpy (alloca (strlen (str) + 1), str))
277 #define STRDUP_ALLOCA(ptr, str) do { \ macro
H A Dftp-basic.c111 STRDUP_ALLOCA (defanged, value);
H A Dutils.c828 STRDUP_ALLOCA (dir, directory);

Completed in 193 milliseconds