Searched defs: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 */ local
769 noqb++;
787 len = strlen(string) + 2 + noqb + 1; /* 2 for quotation marks */

Completed in 252 milliseconds