Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcompiler_attributes.h236 # define __nonstring __attribute__((__nonstring__)) macro
238 # define __nonstring macro
/linux/drivers/auxdisplay/
A Dpanel.c157 char press_str[sizeof(void *) + sizeof(int)] __nonstring;
158 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring;
159 char release_str[sizeof(void *) + sizeof(int)] __nonstring;
/linux/fs/ext4/
A Dext4.h1351 /*88*/ char s_last_mounted[64] __nonstring; /* directory where last mounted */
1402 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */
1408 __u8 s_last_error_func[32] __nonstring; /* function where the error happened */
/linux/drivers/s390/char/
A Dsclp.c31 char id[4] __nonstring;
/linux/Documentation/process/
A Ddeprecated.rst135 still be used, but destinations should be marked with the `__nonstring
/linux/Documentation/translations/it_IT/process/
A Ddeprecated.rst148 marchiati con l'attributo `__nonstring <https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attribut…

Completed in 23 milliseconds