Searched refs:macro_expand (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | ns_nis.c | 245 if (macro_expand("", dir, qbuff, sizeof (dir))) { 253 if (macro_expand(dir, map, qbuff, sizeof (map))) {
|
H A D | automount.h | 281 extern int macro_expand(char *, char *, char *, int);
|
H A D | ns_ldap.c | 716 if (macro_expand("", dir, qbuff, sizeof (dir))) { in mastermap_callback_ldap() 726 if (macro_expand("", map, qbuff, sizeof (map))) { in mastermap_callback_ldap()
|
H A D | ns_files.c | 344 if (macro_expand("", line, lineq, LINESZ)) {
|
H A D | auto_subr.c | 511 macro_expand(key, pline, plineq, size) in macro_expand() function
|
H A D | ns_fnmount.c | 333 if (macro_expand("&", ml.linebuf, in process_ref()
|
H A D | autod_parse.c | 248 if (macro_expand(key, lp, lq, LINESZ)) { in mapline_to_mapent()
|