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

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dtkparse.c635 struct condition ** cond_ptr; local
638 cond_ptr = &(cfg->cond);
652 *cond_ptr = malloc( sizeof(struct condition) );
653 memset( *cond_ptr, 0, sizeof(struct condition) );
654 (*cond_ptr)->op = op_and;
655 cond_ptr = &(*cond_ptr)->next;
657 *cond_ptr = malloc( sizeof(struct condition) );
658 memset( *cond_ptr, 0, sizeof(struct condition) );
659 (*cond_ptr)
[all...]

Completed in 82 milliseconds