Home | History | Annotate | Download | only in qemu

Lines Matching refs:UNIX_PATH_MAX

46 #    ifndef UNIX_PATH_MAX
47 # define UNIX_PATH_MAX (sizeof(((struct sockaddr_un*)0)->sun_path)-1)
539 if (slen >= UNIX_PATH_MAX)
621 end = memchr(src->sun_path, 0, UNIX_PATH_MAX);