Home
last modified time | relevance | path

Searched refs:buf2 (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libubacktrace/
A Dbacktracesymsfd.c67 char buf2[BUF_SIZE]; in backtrace_symbols_fd() local
68 memset(buf2, 0, sizeof(buf2)); in backtrace_symbols_fd()
87 len = snprintf(buf2, sizeof(buf2), "%lx", (unsigned long) diff); in backtrace_symbols_fd()
88 iov[4].iov_base = buf2; in backtrace_symbols_fd()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/setjmp/
A Dbug269-setjmp.c25 jmp_buf buf2; variable
50 _setjmp (buf2); in f()
70 _setjmp (buf2); in f()
81 longjmp (buf2, 2); in f()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/
A Dtester.c90 char buf1[0x40], buf2[0x40]; in test_strcmp() local
99 buf2[k] = '4' ^ (k & 4); in test_strcmp()
102 buf2[j] = buf2[0x3f] = 0; in test_strcmp()
106 check (strcmp (buf1+i,buf2+j) == 0, cnum); in test_strcmp()
109 check (strcmp (buf1+i,buf2+j) > 0, cnum+1); in test_strcmp()
110 check (strcmp (buf2+j,buf1+i) < 0, cnum+2); in test_strcmp()
111 buf2[j+k] = 'B' + i + k; in test_strcmp()
112 buf2[j+k+1] = 0; in test_strcmp()
113 check (strcmp (buf1+i,buf2+j) < 0, cnum+3); in test_strcmp()
114 check (strcmp (buf2+j,buf1+i) > 0, cnum+4); in test_strcmp()
[all …]

Completed in 7 milliseconds