Lines Matching refs:printf

35 		printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
52 printf( "setxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
59 printf( "listxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
64 printf( "listxattr did not get the attribute name length: my_result %d, strlen %zu \n", my_result, (strlen(XATTR_TEST_NAME)+1) );
72 printf( "getxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
78 printf( "getxattr did not get the correct attribute data \n" );
85 printf( "removexattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
92 printf( "listxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
99 printf( "getxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
108 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
109 printf( "\t file we attempted to open -> \"%s\" \n", my_pathp );
116 printf( "fsetxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
123 printf( "flistxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
127 printf( "flistxattr did not get the attribute name length \n" );
134 printf( "fgetxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
139 printf( "fgetxattr did not get the correct attribute data \n" );
146 printf( "fremovexattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
153 printf( "flistxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
160 printf( "fgetxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );