Searched refs:metachars (Results 1 – 2 of 2) sorted by relevance
49 const char * const metachars = ";&()|^<>\n \t\\\"\'`"; in quote_for_shell() local55 if (strchr(metachars, *sp) != NULL) in quote_for_shell()67 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()