Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/
H A Dodirectory.c39 static char odir_udspath[PATH_MAX]; variable
130 (void) snprintf(odir_udspath, sizeof (odir_udspath), in odir_setup()
136 warnx("%s overflows AF_UNIX path", odir_udspath); in odir_setup()
137 odir_udspath[0] = '\0'; in odir_setup()
142 warn("failed to bind %s", odir_udspath); in odir_setup()
143 odir_udspath[0] = '\0'; in odir_setup()
148 warn("failed to listen on %s", odir_udspath); in odir_setup()
172 if (odir_udspath[0] != '\0') { in odir_cleanup()
173 if (unlink(odir_udspath) != 0) { in odir_cleanup()
174 warn("failed to unlink %s", odir_udspath); in odir_cleanup()
[all …]