Searched defs:buf1 (Results 1 – 20 of 20) sorted by relevance
/glibc-2.36/stdio-common/ |
D | tst-grouping.c | 11 char buf1[1000]; in do_test() local
|
/glibc-2.36/nis/ |
D | nis_ismember.c | 87 char buf1[strlen (principal) + 2]; in internal_ismember() local 125 char buf1[strlen (principal) + 2]; in internal_ismember() local
|
D | nis_modify.c | 33 char buf1[namelen + 20]; in nis_modify() local
|
D | nis_add.c | 33 char buf1 [namelen + 20]; in nis_add() local
|
D | nis_table.c | 581 char buf1[namelen + 20]; in libnsl_hidden_nolink_def() local 627 char buf1[namelen + 20]; in libnsl_hidden_nolink_def() local
|
/glibc-2.36/libio/ |
D | tst_wscanf.c | 10 char buf1[20]; in main() local
|
D | tst_swscanf.c | 12 char buf1[20]; in main() local
|
/glibc-2.36/string/ |
D | tst-inlcall.c | 39 char buf1[1000]; in do_test() local
|
D | tester.c | 97 char buf1[0x40], buf2[0x40]; in test_strcmp() local 324 char buf1[80] __attribute__ ((aligned (16))); in test_strcat() local 411 char buf1[80] __attribute__ ((aligned (16))); in test_strncat() local
|
D | test-string.h | 78 unsigned char *buf1, *buf2; variable
|
/glibc-2.36/resolv/ |
D | res_queriesmatch.c | 89 __libc_res_queriesmatch (const unsigned char *buf1, const unsigned char *eom1, in __libc_res_queriesmatch()
|
D | resolv-deprecated.c | 52 res_queriesmatch (const unsigned char *buf1, const unsigned char *eom1, in res_queriesmatch()
|
/glibc-2.36/misc/ |
D | tst-preadvwritev-common.c | 77 char buf1[3]; in do_test_without_offset() local 101 char buf1[32]; in do_test_with_offset() local
|
/glibc-2.36/setjmp/ |
D | bug269-setjmp.c | 24 jmp_buf buf1; variable
|
/glibc-2.36/nss/ |
D | tst-reload2.c | 95 char buf1[PATH_MAX]; in do_test() local
|
/glibc-2.36/benchtests/ |
D | bench-pthread-mutex-locks.c | 54 char buf1[512], buf2[512]; in do_filler() local 62 static char buf1[512], buf2[512]; in do_filler_shared() local
|
D | bench-string.h | 238 unsigned char *buf1, *buf2; variable
|
D | bench-pthread-locks.c | 79 static char buf1[512], buf2[512]; in do_filler() local
|
/glibc-2.36/debug/ |
D | tst-fortify.c | 149 struct A { char buf1[9]; char buf2[1]; } a; in do_test() member 150 struct wA { wchar_t buf1[9]; wchar_t buf2[1]; } wa; in do_test() member
|
/glibc-2.36/locale/programs/ |
D | locfile.c | 508 char *buf1 = (char *) xmalloc (2 * blocksize); in compare_files() local
|