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

/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c684 char *stringdup; local
691 if ((stringdup = strdup(string)) == NULL) {
696 while ((device = strtok(stringdup, DEVICELISTDELIM)) != NULL) {
715 stringdup = NULL;
718 free(stringdup);

Completed in 58 milliseconds