Lines Matching refs:cleanup_string_table
224 static void cleanup_string_table(char **, int);
6694 cleanup_string_table(act->perm_classes, act->num_perm_classes); in free_actions()
8643 cleanup_string_table(actnames, nacts); in readkconf()
8646 cleanup_string_table(modnames, nmods); in readkconf()
8651 cleanup_string_table(modnames, nmods); in readkconf()
8652 cleanup_string_table(actnames, nacts); in readkconf()
9062 cleanup_string_table(modnames, nmods); in flush()
9075 cleanup_string_table(modnames, nmods); in flush()
9076 cleanup_string_table(actnames, nacts); in flush()
9083 cleanup_string_table(actnames, nacts); in flush()
9085 cleanup_string_table(modnames, nmods); in flush()
9185 cleanup_string_table(char *ctable[], int size) in cleanup_string_table() function