Searched refs:metachars (Results 1 – 2 of 2) sorted by relevance
51 const char * const metachars = ";&()|^<>\n \t\\\"\'`"; in quote_for_shell() local57 if (strchr(metachars, *sp) != NULL) in quote_for_shell()69 if (strchr(metachars, *sp) != NULL) in quote_for_shell()
167 const char * const metachars = ";&()|^<>\n \t\\\"\'`"; in quote_for_shell() local176 if (strchr(metachars, *sp) != NULL) in quote_for_shell()186 if (strchr(metachars, *sp) != NULL) in quote_for_shell()