Searched defs:commandfile (Results 1 - 1 of 1) sorted by relevance

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

Completed in 46 milliseconds