S_ISBLK          2850 source3/client/client.c #ifdef S_ISBLK
S_ISBLK          2851 source3/client/client.c 	if (S_ISBLK(mode)) {
S_ISBLK          3161 source3/client/client.c #if defined(S_ISCHR) && defined(S_ISBLK)
S_ISBLK          3162 source3/client/client.c 	if (S_ISCHR(sbuf.st_mode) || S_ISBLK(sbuf.st_mode)) {
S_ISBLK          1102 source3/smbd/trans2.c #ifdef S_ISBLK
S_ISBLK          1103 source3/smbd/trans2.c 	else if(S_ISBLK(mode))
S_ISBLK           164 source3/torture/cmd_vfs.c 		else if (S_ISBLK(st.st_mode)) printf("  Block Device\n");
S_ISBLK           567 source3/torture/cmd_vfs.c 	else if (S_ISBLK(st.st_mode)) printf("  Block Device\n");
S_ISBLK           633 source3/torture/cmd_vfs.c 	else if (S_ISBLK(st.st_mode)) printf("  Block Device\n");
S_ISBLK           687 source3/torture/cmd_vfs.c 	else if (S_ISBLK(st.st_mode)) printf("  Block Device\n");