Searched refs:unquote (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_files.c | 131 unquote(ml->linebuf, ml->lineqbuf); 154 unquote(lp, lq); 276 unquote(lp, lq); 343 unquote(line, lineq);
|
H A D | automount.h | 282 extern void unquote(char *, char *);
|
H A D | ns_nis.c | 155 unquote(lp, lq);
|
H A D | auto_subr.c | 669 unquote(str, qbuf) function
|
H A D | ns_fnmount.c | 169 * unquote it and leave the result in ml. Return 0 on success. 733 unquote(ml->linebuf, ml->lineqbuf);
|
H A D | ns_ldap.c | 312 unquote(ml->linebuf, ml->lineqbuf);
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | drvsubr.c | 793 * 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