Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c749 uint_t noqb = 0; /* Number Of Quotes and Backslahes in the input */ in shell_app() local
769 noqb++; in shell_app()
787 len = strlen(string) + 2 + noqb + 1; /* 2 for quotation marks */ in shell_app()