Lines Matching defs:testsock
30 static char testsock[1024];
1871 const size_t test_sock_len = strlen(testsock) + 1;
1876 strlen(testsock) + 1 - sizeof(su.sun_path));
1879 unlink(testsock);
1887 strncpy(su.sun_path, testsock, test_sock_len);
1895 res = check_type(testsock, S_IFSOCK);
1900 err += check_nlink(testsock, 1);
1902 res = unlink(testsock);
1907 res = check_nonexist(testsock);
2008 sprintf(testsock, "%s/testsock", basepath);
2090 unlink(testsock);