Searched refs:str_config (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dmkdep.c69 char * str_config = NULL; variable
93 str_config = realloc(str_config, size_config *= 2);
94 if (str_config == NULL)
107 const char * plast = str_config + len_config - len;
108 for ( pconfig = str_config + 1; pconfig < plast; pconfig++ ) {
126 memcpy(str_config+len_config, name, len);
128 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((int)str_config[itarget]); itarget++)
120 char c = str_config[itarget];

Completed in 33 milliseconds