Symbol: L_ctermid
include/ssp/stdio.h
47
__buf != NULL, __ssp_bos, L_ctermid);
include/ssp/stdio.h
50
__buf != NULL, __ssp_bos, L_ctermid);
lib/libc/gen/ctermid.c
53
dlen = L_ctermid - LEN_PATH_DEV;
lib/libc/tests/secure/fortify_stdio_test.c
175
unsigned char __buf[L_ctermid + 1];
lib/libc/tests/secure/fortify_stdio_test.c
179
const size_t __len = L_ctermid + 1;
lib/libc/tests/secure/fortify_stdio_test.c
196
unsigned char __buf[L_ctermid];
lib/libc/tests/secure/fortify_stdio_test.c
200
const size_t __len = L_ctermid;
lib/libc/tests/secure/fortify_stdio_test.c
220
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid + 1);
lib/libc/tests/secure/fortify_stdio_test.c
221
const size_t __len = L_ctermid + 1;
lib/libc/tests/secure/fortify_stdio_test.c
243
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid);
lib/libc/tests/secure/fortify_stdio_test.c
244
const size_t __len = L_ctermid;
lib/libc/tests/secure/fortify_stdio_test.c
266
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid - 1);
lib/libc/tests/secure/fortify_stdio_test.c
267
const size_t __len = L_ctermid - 1;
lib/libc/tests/secure/fortify_stdio_test.c
317
unsigned char __buf[L_ctermid + 1];
lib/libc/tests/secure/fortify_stdio_test.c
321
const size_t __len = L_ctermid + 1;
lib/libc/tests/secure/fortify_stdio_test.c
338
unsigned char __buf[L_ctermid];
lib/libc/tests/secure/fortify_stdio_test.c
342
const size_t __len = L_ctermid;
lib/libc/tests/secure/fortify_stdio_test.c
362
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid + 1);
lib/libc/tests/secure/fortify_stdio_test.c
363
const size_t __len = L_ctermid + 1;
lib/libc/tests/secure/fortify_stdio_test.c
385
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid);
lib/libc/tests/secure/fortify_stdio_test.c
386
const size_t __len = L_ctermid;
lib/libc/tests/secure/fortify_stdio_test.c
408
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid - 1);
lib/libc/tests/secure/fortify_stdio_test.c
409
const size_t __len = L_ctermid - 1;