Searched defs:unquote (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c669 unquote(str, qbuf) function
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c793 * in *current_entry. If unquote, then we skip a leading quote and treat
801 int unquote)
812 /* if unquote skip leading quote */
813 if (unquote && *ptr == '"') {
818 /* read thru the current entry looking for end, separator, or unquote */
1938 /* unquote for compare */
2033 /* unquote for compare */
797 get_entry( char *prev_member, char *current_entry, char separator, int unquote) argument
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c612 static char *unquote (char *qstr) function
695 endpair = unquote (curp);

Completed in 77 milliseconds