Searched refs:fcnt (Results 1 – 3 of 3) sorted by relevance
72 int fcnt = 0; in check_booleans() local76 return fcnt; in check_booleans()122 foundlist[fcnt] = i; in check_booleans()123 fcnt++; in check_booleans()149 if (fcnt > 0) { in check_booleans()150 *bools = calloc(sizeof(struct boolean_t), fcnt + 1); in check_booleans()152 for (i = 0; i < fcnt; i++) { in check_booleans()159 return fcnt; in check_booleans()
59 unsigned int fcnt; member
475 nm_i->fcnt = 0; in init_node_manager()