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

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dsplit-include.c58 char * list_target; local
82 || (list_target = malloc(buffer_size)) == NULL )
101 ptarget = list_target;
181 * I re-read the tree and filter it against list_target.
182 * This is crude. But it avoids data copies. Also, list_target
185 * Notice that list_target contains strings separated by \n,
198 if (strstr(list_target, line) == NULL)

Completed in 33 milliseconds