Searched refs:strlcpy (Results 1 – 14 of 14) sorted by relevance
/trusted-firmware-a/build/qemu/release/libc/ |
A D | strlcpy.d | 1 /home/test/workspace/code/optee_3.16/trusted-firmware-a/build/qemu/release/libc/strlcpy.o: \ 2 lib/libc/strlcpy.c include/lib/libc/stdint.h include/lib/libc/limits.h \
|
/trusted-firmware-a/lib/libc/ |
A D | strlcpy.c | 30 strlcpy(char * dst, const char * src, size_t dsize) in strlcpy() function
|
A D | libc.mk | 24 strlcpy.c \
|
A D | libc_asm.mk | 23 strlcpy.c \
|
/trusted-firmware-a/include/lib/libc/ |
A D | string.h | 28 size_t strlcpy(char * dst, const char * src, size_t dsize);
|
/trusted-firmware-a/drivers/scmi-msg/ |
A D | common.h | 31 strlcpy((_dst_array), (_name), sizeof(_dst_array)); \
|
/trusted-firmware-a/common/ |
A D | fdt_wrappers.c | 149 len = strlcpy(str, ptr, size); in fdtw_read_string()
|
/trusted-firmware-a/lib/debugfs/ |
A D | dev.c | 440 strlcpy(dir->name, name, sizeof(dir->name)); in make_dir_entry()
|
/trusted-firmware-a/docs/process/ |
A D | coding-guidelines.rst | 160 | ``strcpy, wcscpy``, | Banned | use strlcpy instead |
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/ |
A D | coding-guidelines.rst.txt | 160 | ``strcpy, wcscpy``, | Banned | use strlcpy instead |
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …0,13,16,20,36,38,48,52,53,57,123,124],strip:[6,55],strive:34,strlcat:123,strlcpy:[6,123],strncat:1…
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | change-log.md.txt | 2766 - libc: Added `strlcpy` function
|
/trusted-firmware-a/docs/ |
A D | change-log.md | 2766 - libc: Added `strlcpy` function
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 11601 use strlcpy instead 60672 libc: Added \sphinxcode{\sphinxupquote{strlcpy}} function
|
Completed in 146 milliseconds