Home
last modified time | relevance | path

Searched refs:__nonstring (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dcompiler_attributes.h229 # define __nonstring __attribute__((__nonstring__)) macro
231 # define __nonstring macro
/Linux-v5.10/drivers/auxdisplay/
Dpanel.c156 char press_str[sizeof(void *) + sizeof(int)] __nonstring;
157 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring;
158 char release_str[sizeof(void *) + sizeof(int)] __nonstring;
/Linux-v5.10/Documentation/translations/it_IT/process/
Ddeprecated.rst135 marchiati con l'attributo `__nonstring <https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attribut…
/Linux-v5.10/fs/ext4/
Dext4.h1335 /*88*/ char s_last_mounted[64] __nonstring; /* directory where last mounted */
1386 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */
1392 __u8 s_last_error_func[32] __nonstring; /* function where the error happened */
/Linux-v5.10/Documentation/process/
Ddeprecated.rst134 still be used, but destinations should be marked with the `__nonstring