Searched refs:unquote (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c131 unquote(ml->linebuf, ml->lineqbuf);
154 unquote(lp, lq);
276 unquote(lp, lq);
343 unquote(line, lineq);
H A Dautomount.h282 extern void unquote(char *, char *);
H A Dns_nis.c155 unquote(lp, lq);
H A Dauto_subr.c669 unquote(str, qbuf) function
H A Dns_fnmount.c169 * unquote it and leave the result in ml. Return 0 on success.
733 unquote(ml->linebuf, ml->lineqbuf);
H A Dns_ldap.c312 unquote(ml->linebuf, ml->lineqbuf);
/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

Completed in 62 milliseconds