Lines Matching defs:sockdir
179 static char sockdir[MAXPATHLEN]; /* where myname lives */
206 (void) rmdir(sockdir);
524 (void) snprintf(sockdir, sizeof(sockdir), "/tmp/iscsictl.XXXXXX");
528 (void) snprintf(sockdir, sizeof(sockdir), "%s", optarg);
557 if (mkdtemp(sockdir) == NULL) {
558 errx(EXIT_FAILURE, "can't create iscsictl dir '%s'", sockdir);
561 (void) snprintf(myname.sun_path, sizeof(myname.sun_path), "%s/socket", sockdir);
576 rmdir(sockdir);