Home
last modified time | relevance | path

Searched defs:quote_string (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/scsi_id/
Dscsi_id.c118 static const char *quote_string = "\"\n"; in get_value() local
/third_party/python/Lib/email/
D_header_value_parser.py96 def quote_string(value): function