Home
last modified time | relevance | path

Searched refs:metachars (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c49 const char * const metachars = ";&()|^<>\n \t\\\"\'`"; in quote_for_shell() local
55 if (strchr(metachars, *sp) != NULL) in quote_for_shell()
67 if (strchr(metachars, *sp) != NULL) in quote_for_shell()
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c167 const char * const metachars = ";&()|^<>\n \t\\\"\'`"; in quote_for_shell() local
176 if (strchr(metachars, *sp) != NULL) in quote_for_shell()
186 if (strchr(metachars, *sp) != NULL) in quote_for_shell()