Searched refs:comma_remove (Results 1 – 6 of 6) sorted by relevance
103 int comma_remove(char *optlist, char *opt) in comma_remove() function
383 int comma_remove(char *optlist, char *opt);
380 if (comma_remove(pre, "all")) TT.pflags = ~0; in cp_main()382 while (comma_remove(pre, cp_preserve[i].name)) TT.pflags |= 1<<i; in cp_main()
374 if (comma_remove(pre, "all")) TT.pflags = ~0; in cp_main()376 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()
375 int comma_remove(char *optlist, char *opt);