Searched refs:comma_remove (Results 1 – 4 of 4) sorted by relevance
103 int comma_remove(char *optlist, char *opt) in comma_remove() function
381 int comma_remove(char *optlist, char *opt);
394 if (comma_remove(pre, "all")) TT.pflags = ~0; in cp_main()396 while (comma_remove(pre, cp_preserve[i].name)) TT.pflags |= 1<<i; in cp_main()
132 while (comma_remove(pre, flags[i].name)) *result |= 1<<i; in parse_flags()