Searched refs:types (Results 1 – 13 of 13) sorted by relevance
/busybox-1.35.0/networking/ |
D | nslookup.c | 854 unsigned types; in nslookup_main() local 863 types = 0; in nslookup_main() 926 types |= (1 << i); in nslookup_main() 955 if (types == 0) { in nslookup_main() 976 if (types & (1 << c)) in nslookup_main()
|
/busybox-1.35.0/docs/ |
D | smallint.txt | 26 for some types of address modes, thus
|
D | Kconfig-language.txt | 52 Every config option must have a type. There are only two basic types: 53 tristate and string, the other types base on these two. The type 119 other symbol types result in 'n'.
|
D | unicode.txt | 27 in Hebrew, he types: echo "srettel werbeH"
|
D | unicode_UTF-8-test.txt | 7 various types of correct, malformed, or otherwise interesting UTF-8
|
D | tar_pax.txt | 24 For both of these types, the size field shall be the size of the
|
D | style-guide.txt | 611 Do not use old-style function declarations that declare variable types between
|
/busybox-1.35.0/examples/ |
D | busybox.spec | 34 useful for recovering from certain types of system failures,
|
/busybox-1.35.0/util-linux/ |
D | fdisk.c | 1052 const char *const *types = get_sys_types(); in partition_type() local 1054 for (i = 0; types[i]; i++) in partition_type() 1055 if ((unsigned char)types[i][0] == type) in partition_type() 1056 return types[i] + 1; in partition_type()
|
/busybox-1.35.0/libbb/ |
D | Config.src | 102 to work for many more file types.
|
/busybox-1.35.0/ |
D | TODO | 208 kernel types on some distros, which breaks the build.
|
/busybox-1.35.0/shell/ |
D | ash.c | 12847 static const char types[] ALIGN1 = "}-+?="; in readtoken1() local 12860 if (!strchr(types, c)) { in readtoken1() 12869 const char *p = strchr(types, c); in readtoken1() 12872 subtype |= p - types + VSNORMAL; in readtoken1()
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 50 /* Limits of integral types. */
|