Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ptools/pargs/
H A Dpargs.c338 int quote_count = 0; in quote_string_ascii() local
347 quote_count++; in quote_string_ascii()
367 dstlen = strlen(src) + 3 + 4 * quote_count; in quote_string_ascii()
401 int quote_count = 0; in quote_string() local
421 quote_count++; in quote_string()
433 destbufsz = srcbufsz + 3 + 4 * quote_count; in quote_string()