Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c111 char *commandfile = NULL; variable
160 if (commandfile != NULL) { in clean_up()
162 unlink(commandfile); in clean_up()
166 if (commandfile != NULL) free(commandfile); in clean_up()
1103 S_IRWXU | S_IRGRP | S_IROTH, &commandfile)) == 0) { in handle_commands()
1111 commandfile, " ", COMMAND_VERBOSE_FLAG); in handle_commands()
1114 command = strdup(commandfile); in handle_commands()