Lines Matching refs:devlist
468 char **devlist; in mkdgroups() local
474 devlist = getdev((char **)NULL, criteria, DTAB_ANDCRITERIA); in mkdgroups()
477 for (i = 0; devlist[i] != (char *)NULL; i++) { in mkdgroups()
478 checkandresize((strlen(putdevcmd) + strlen(devlist[i]) + 2)); in mkdgroups()
480 (void) strcat(putdevcmd, devlist[i]); in mkdgroups()
487 devlist = getdev((char **)NULL, criteria, DTAB_ANDCRITERIA); in mkdgroups()
490 for (i = 0; devlist[i] != (char *)NULL; i++) { in mkdgroups()
491 checkandresize((strlen(putdevcmd) + strlen(devlist[i]) + 2)); in mkdgroups()
493 (void) strcat(putdevcmd, devlist[i]); in mkdgroups()
500 devlist = getdev((char **)NULL, criteria, DTAB_ANDCRITERIA); in mkdgroups()
503 for (i = 0; devlist[i] != (char *)NULL; i++) { in mkdgroups()
504 checkandresize((strlen(putdevcmd) + strlen(devlist[i]) + 2)); in mkdgroups()
506 (void) strcat(putdevcmd, devlist[i]); in mkdgroups()
513 devlist = getdev((char **)NULL, criteria, DTAB_ANDCRITERIA); in mkdgroups()
516 for (i = 0; devlist[i] != (char *)NULL; i++) { in mkdgroups()
517 checkandresize((strlen(putdevcmd) + strlen(devlist[i]) + 2)); in mkdgroups()
519 (void) strcat(putdevcmd, devlist[i]); in mkdgroups()