Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c274 boolean_t exist, need_quotes; in putzoneent() local
452 need_quotes = (strchr(zone_path, ':') != NULL); in putzoneent()
454 zone_state, need_quotes ? "\"" : "", zone_path, in putzoneent()
455 need_quotes ? "\"" : "", zone_uuid); in putzoneent()
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c537 bool need_quotes) in add_to_challenge() argument
552 if (need_quotes) { in add_to_challenge()