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

/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c247 char **temp_vfstab = NULL; local
275 &temp_vfstab, vfstab_line, &count, errp)) {
314 &temp_vfstab, new_line, &count, errp)) {
323 &temp_vfstab, orig_line, &count, errp)) {
333 if (line_found && temp_vfstab != NULL) {
337 fprintf(fp, "%s", temp_vfstab[i]);
342 fileutil_free_string_array(temp_vfstab, count);
374 char **temp_vfstab = NULL; local
397 &temp_vfstab, vfstab_line, &count, errp)) {
436 &temp_vfstab, orig_lin
[all...]

Completed in 21 milliseconds