Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcompiler_attributes.h234 # define __nonstring __attribute__((__nonstring__)) macro
236 # define __nonstring macro
/linux-6.3-rc2/drivers/soc/qcom/
A Dcmd-db.c144 u8 query[sizeof(ent->id)] __nonstring; in cmd_db_get_header()
/linux-6.3-rc2/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-6.3-rc2/lib/
A Dmemcpy_kunit.c505 unsigned char output[sizeof(unsigned long)] __nonstring; in strtomem_test()
/linux-6.3-rc2/fs/ext4/
A Dext4.h1366 /*88*/ char s_last_mounted[64] __nonstring; /* directory where last mounted */
1417 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */
1423 __u8 s_last_error_func[32] __nonstring; /* function where the error happened */
/linux-6.3-rc2/drivers/s390/char/
A Dsclp.c31 char id[4] __nonstring;
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Ddeprecated.rst162 marchiati con l'attributo `__nonstring <https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attribut…
/linux-6.3-rc2/Documentation/process/
A Ddeprecated.rst151 used, and the destinations should be marked with the `__nonstring

Completed in 28 milliseconds