Searched refs:str_precious (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/util/
H A Dmkdep.c147 char * str_precious = NULL; variable
162 str_precious = realloc(str_precious, size_precious *= 2);
163 if (str_precious == NULL)
177 *(str_precious+len_precious++) = '\t';
178 memcpy(str_precious+len_precious, filename, len);
180 memcpy(str_precious+len_precious, " \\\n", 3);
657 *(str_precious+len_precious) = '\0';
658 printf(".PRECIOUS:%s\n", str_precious);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/util/
H A Dmkdep.c147 char * str_precious = NULL; variable
162 str_precious = realloc(str_precious, size_precious *= 2);
163 if (str_precious == NULL)
177 *(str_precious+len_precious++) = '\t';
178 memcpy(str_precious+len_precious, filename, len);
180 memcpy(str_precious+len_precious, " \\\n", 3);
657 *(str_precious+len_precious) = '\0';
658 printf(".PRECIOUS:%s\n", str_precious);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/util/
H A Dmkdep.c147 char * str_precious = NULL; variable
162 str_precious = realloc(str_precious, size_precious *= 2);
163 if (str_precious == NULL)
177 *(str_precious+len_precious++) = '\t';
178 memcpy(str_precious+len_precious, filename, len);
180 memcpy(str_precious+len_precious, " \\\n", 3);
657 *(str_precious+len_precious) = '\0';
658 printf(".PRECIOUS:%s\n", str_precious);

Completed in 118 milliseconds