Searched refs:str_config (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/basic/
H A Dfixdep.c143 char * str_config = NULL; variable
156 str_config = realloc(str_config, size_config *= 2);
157 if (str_config == NULL)
170 const char * plast = str_config + len_config - len;
171 for ( pconfig = str_config + 1; pconfig < plast; pconfig++ ) {
187 memcpy(str_config+len_config, name, len);
189 str_config[len_config++] = '\n';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/basic/
H A Dfixdep.c143 char * str_config = NULL; variable
156 str_config = realloc(str_config, size_config *= 2);
157 if (str_config == NULL)
170 const char * plast = str_config + len_config - len;
171 for ( pconfig = str_config + 1; pconfig < plast; pconfig++ ) {
187 memcpy(str_config+len_config, name, len);
189 str_config[len_config++] = '\n';
H A Dsplit-include.c107 const char * str_config; local
113 if ((str_config = strstr(line, "CONFIG_")) == NULL)
117 str_config += sizeof("CONFIG_") - 1;
118 for (itarget = 0; !isspace(str_config[itarget]); itarget++)
120 int c = (unsigned char) str_config[itarget];

Completed in 88 milliseconds