Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dheaders.c1317 bool quoteit = false; /* need to quote next character */ local
1366 quoteit = true;
1457 quoteit = true;
1470 if (quoteit)
1484 if (quoteit && c == '"')
1488 if (quoteit)
1506 putgmac = quoteit = false;
1526 quoteit = true;
1536 quoteit = true;
1549 if (quoteit)
[all …]
/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.c1760 quoteit(char *instr) in quoteit() function
1784 quote_str = quoteit(prop_id); in export_prop()
4793 qstr = quoteit(pval); in output_prop()