Home | History | Annotate | Download | only in tests

Lines Matching full:bigger

74   // CLANG: error: call to unavailable function 'memcpy': memcpy called with size bigger than buffer
83 // CLANG: error: call to unavailable function 'memmove': memmove called with size bigger than buffer
92 // CLANG: error: call to unavailable function 'memset': memset called with size bigger than buffer
101 // CLANG: error: call to unavailable function 'strcpy': strcpy called with string bigger than buffer
110 // CLANG: error: call to unavailable function 'stpcpy': stpcpy called with string bigger than buffer
176 // GCC: error: call to '__fgets_too_big_error' declared with attribute error: fgets called with size bigger than buffer
186 // GCC: error: call to '__recvfrom_error' declared with attribute error: recvfrom called with size bigger than buffer
187 // CLANG: error: call to unavailable function 'recvfrom': recvfrom called with size bigger than buffer
201 // GCC: error: call to '__read_dest_size_error' declared with attribute error: read called with size bigger than destination
246 // GCC: error: call to '__fread_too_big_error' declared with attribute error: fread called with size * count bigger than buffer
262 // GCC: error: call to '__fwrite_too_big_error' declared with attribute error: fwrite called with size * count bigger than buffer
270 // GCC: error: call to '__getcwd_dest_size_error' declared with attribute error: getcwd called with size bigger than destination
278 // GCC: error: call to '__pwrite64_dest_size_error' declared with attribute error: pwrite64 called with size bigger than destination
302 // GCC: error: call to '__write_dest_size_error' declared with attribute error: write called with size bigger than destination
319 // GCC: error: call to '__sendto_error' declared with attribute error: sendto called with size bigger than buffer
320 // CLANG: error: call to unavailable function 'sendto': sendto called with size bigger than buffer
328 // GCC: error: call to '__sendto_error' declared with attribute error: sendto called with size bigger than buffer
329 // CLANG: error: call to unavailable function 'send': send called with size bigger than buffer