Searched full:nonstandard (Results 1 – 25 of 118) sorted by relevance
12345
| /src/bin/pax/ |
| H A D | options.h | 72 #define CBF 0x00040000 /* nonstandard extension */ 73 #define CDF 0x00080000 /* nonstandard extension */ 74 #define CEF 0x00100000 /* nonstandard extension */ 75 #define CGF 0x00200000 /* nonstandard extension */ 76 #define CHF 0x00400000 /* nonstandard extension */ 77 #define CLF 0x00800000 /* nonstandard extension */ 78 #define CPF 0x01000000 /* nonstandard extension */ 79 #define CTF 0x02000000 /* nonstandard extension */ 80 #define CUF 0x04000000 /* nonstandard extension */ 82 #define CYF 0x10000000 /* nonstandard extension */ [all …]
|
| /src/contrib/ncurses/man/ |
| H A D | captoinfo.1m | 108 .SS "Translations from Nonstandard Capabilities" 111 nonstandard capabilities into standard 244 library supports two nonstandard
|
| H A D | user_caps.5 | 173 supports the following nonstandard capabilities in each configuration. 221 5.0 provided a way to detect nonstandard capabilities, 238 to control whether the nonstandard capabilities
|
| H A D | curs_extend.3x | 71 user-defined or nonstandard
|
| /src/contrib/libfido2/ |
| H A D | CMakeLists.txt | 195 "C4152" # nonstandard extension used: function/data pointer 197 "C4200" # nonstandard extension used: zero-sized array in 199 "C4201" # nonstandard extension used: nameless struct/union; 200 "C4204" # nonstandard extension used: non-constant aggregate
|
| /src/sys/contrib/dev/mediatek/mt76/mt76x2/ |
| H A D | usb.c | 20 { USB_DEVICE(0x0471, 0x2126) }, /* LiteOn WN4516R module, nonstandard USB connector */ 21 { USB_DEVICE(0x0471, 0x7600) }, /* LiteOn WN4519R module, nonstandard USB connector */
|
| /src/contrib/file/magic/Magdir/ |
| H A D | gpt | 198 >>454 ulelong !1 \b (nonstandard: not at LBA 1) 205 >>470 ulelong !1 \b (nonstandard: not at LBA 1) 212 >>486 ulelong !1 \b (nonstandard: not at LBA 1) 217 >>502 ulelong !1 \b (nonstandard: not at LBA 1) 236 0 string EFI\ PART GPT data structure (nonstandard: at LBA 0)
|
| H A D | msx | 248 >>0x400A string \0\0\0\0\0\0 MSX ROM with nonstandard page order 256 >>0x800A string \0\0\0\0\0\0 MSX ROM with nonstandard page order 264 >0x3C008 string \0\0\0\0\0\0\0\0 MSX MegaROM with nonstandard page order
|
| /src/sys/netinet6/ |
| H A D | in6.h | 140 #ifdef _KERNEL /* XXX nonstandard */ 165 #ifdef _KERNEL /* XXX nonstandard */ 271 #ifdef _KERNEL /* XXX nonstandard */ 301 #ifdef _KERNEL /* XXX nonstandard */ 310 #ifdef _KERNEL /* refers nonstandard items */ 347 #ifdef _KERNEL /* nonstandard */
|
| /src/contrib/tcpdump/ |
| H A D | udp.h | 225 #define ISAKMP_PORT_USER1 7500 /*XXX - nonstandard*/ 234 #define ISAKMP_PORT_USER2 8500 /*XXX - nonstandard*/
|
| H A D | ethertype.h | 204 #define ETHERTYPE_ISO 0xfefe /* nonstandard - used in Cisco HDLC encapsulation */
|
| /src/contrib/less/ |
| H A D | pckeys.h | 31 /* The following are nonstandard and internal to less. */
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcMCExpr.cpp | 102 .Case("uhi", VK_Sparc_HH) // Nonstandard GNU extension in parseVariantKind() 104 .Case("ulo", VK_Sparc_HM) // Nonstandard GNU extension in parseVariantKind()
|
| /src/lib/libc/stdio/ |
| H A D | fopencookie.3 | 151 function is a nonstandard glibc extension and may not be portable to systems
|
| /src/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-arb-gpio-challenge.txt | 12 * It is nonstandard (not using standard I2C multimaster)
|
| H A D | i2c-arb-gpio-challenge.yaml | 23 * It is nonstandard (not using standard I2C multimaster)
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIModeRegisterDefaults.h | 133 /// Offset of nonstandard values for llvm.get.rounding results from the largest
|
| /src/sys/sys/ |
| H A D | msg.h | 85 * "msg" in "struct msg" and the names of all of the nonstandard members
|
| /src/lib/libc/stdlib/ |
| H A D | rand.c | 53 * lazy to use better-but-nonstandard interfaces like random(3), when
|
| /src/contrib/ncurses/doc/ |
| H A D | hackguide.doc | 74 nonstandard extensions does not break the code. 76 Accordingly, we have a policy of associating with each nonstandard 530 specify source translations for nonstandard capabilities just by
|
| /src/usr.sbin/cron/doc/ |
| H A D | Makefile.vixie | 66 #<<want to use a nonstandard CC?>>
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | BreadthFirstIterator.h | 128 // This is a nonstandard operator-> that dereferences the pointer an extra
|
| /src/crypto/krb5/src/util/support/ |
| H A D | gmt_mktime.c | 22 * Use the nonstandard timegm() (if available) to convert broken-down
|
| /src/include/xlocale/ |
| H A D | _ctype.h | 56 /* GNU89 inline has nonstandard semantics. */
|
| /src/usr.sbin/ppp/ |
| H A D | physical.h | 105 unsigned nonstandard_pppoe : 1; /* Is PPPoE mode nonstandard */
|
12345