Home
last modified time | relevance | path

Searched refs:equiv_str (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c849 const char *equiv_str; in equiv_name() local
890 equiv_str = (const char *)fn_string_str(equiv_string, &stat); in equiv_name()
891 if (equiv_str == NULL || in equiv_name()
892 (equiv_str_dup = strdup(equiv_str)) == NULL) { in equiv_name()