Searched refs:temp_dfstab (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libfsmgt/common/ |
H A D | fs_dfstab.c | 313 char **temp_dfstab = NULL; local 324 &temp_dfstab, cmd, &count, err)) { 346 &temp_dfstab, new_cmd, &count, 358 &temp_dfstab, cmd, &count, err)) { 370 if (line_found && temp_dfstab != NULL) { 374 fprintf(fp, "%s", temp_dfstab[i]); 379 fileutil_free_string_array(temp_dfstab, count); 383 fileutil_free_string_array(temp_dfstab, count); 388 if (temp_dfstab != NULL) { 389 fileutil_free_string_array(temp_dfstab, coun [all...] |
Completed in 14 milliseconds