Home | History | Annotate | Download | only in qemu

Lines Matching defs:UNIX_PATH_MAX

44 #    ifndef UNIX_PATH_MAX
45 # define UNIX_PATH_MAX (sizeof(((struct sockaddr_un*)0)->sun_path)-1)
548 if (slen >= UNIX_PATH_MAX)
611 end = memchr(src->sun_path, 0, UNIX_PATH_MAX);