Lines Matching defs:add
238 [OP_ADD] = "add",
457 unsigned int add;
460 add = rules->token_max;
461 if (add < 8)
462 add = 8;
464 tokens = realloc(rules->tokens, (rules->token_max + add ) * sizeof(struct token));
468 rules->token_max += add;
500 unsigned int add;
503 add = rules->uids_max;
504 if (add < 1)
505 add = 8;
507 uids = realloc(rules->uids, (rules->uids_max + add ) * sizeof(struct uid_gid));
511 rules->uids_max += add;
547 unsigned int add;
550 add = rules->gids_max;
551 if (add < 1)
552 add = 8;
554 gids = realloc(rules->gids, (rules->gids_max + add ) * sizeof(struct uid_gid));
558 rules->gids_max += add;
999 /* add token and mark done */
1541 /* add rule token */
1546 /* add tokens to list, sorted by type */
1672 * The offset value in the rules strct is limited; add all