Home
last modified time | relevance | path

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

/src/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler_attributes.h35 #define __nonstring __attribute__((__nonstring__)) macro
37 #define __nonstring macro
/src/tools/build/cross-build/include/common/sys/
H A Dcdefs.h103 #ifndef __nonstring
105 #define __nonstring __attribute__((__nonstring__)) macro
107 #define __nonstring macro
/src/libexec/rtld-elf/
H A Drtld_utrace.h52 char sig[RTLD_UTRACE_SIG_SZ] __nonstring;
H A Drtld.c351 static const char rtld_utrace_sig[RTLD_UTRACE_SIG_SZ] __nonstring = in ld_utrace_log()
/src/bin/sh/
H A Doptions.h77 const char optletter[NSHORTOPTS] __nonstring = "efIimnsxvVECabupTPh";
/src/sys/sys/
H A Dfont.h111 uint8_t fh_magic[8] __nonstring;
H A Dcdefs.h399 #define __nonstring __attribute__((__nonstring__)) macro
401 #define __nonstring macro
/src/usr.sbin/makefs/msdos/
H A Ddirentry.h58 uint8_t deName[11] __nonstring; /* filename, blank filled */
/src/lib/libthr/thread/
H A Dthr_printf.c64 static const char digits[16] __nonstring = "0123456789abcdef"; in _thread_vprintf()
/src/sys/crypto/chacha20/
H A Dchacha.c53 static const char sigma[16] __nonstring = "expand 32-byte k";
54 static const char tau[16] __nonstring = "expand 16-byte k";
/src/lib/libsysdecode/
H A Dutrace.c172 static const char rtld_utrace_sig[RTLD_UTRACE_SIG_SZ] __nonstring = in sysdecode_utrace()
/src/usr.bin/m4/
H A Dmisc.c123 static char digits[36] __nonstring = in pbnumbase()
/src/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c54 static const char delim[3] __nonstring = "\\\\\0";
/src/sbin/fsck_msdosfs/
H A Ddir.c466 static const u_char dot_name[11] __nonstring = ". ";
467 static const u_char dotdot_name[11] __nonstring = ".. ";
/src/bin/test/
H A Dtest.c119 char op_text[2] __nonstring;
/src/sys/contrib/dev/athk/ath10k/
H A Dcore.h619 u8 ssid[IEEE80211_MAX_SSID_LEN] __nonstring;
/src/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptc.c339 static const char UTC[3] __nonstring = "UTC"; in snmp_date2asn_oid()
/src/sys/contrib/dev/rtw88/
H A Dmain.h847 char alpha2[2] __nonstring;