Home
last modified time | relevance | path

Searched refs:types (Results 1 – 13 of 13) sorted by relevance

/busybox-1.35.0/networking/
Dnslookup.c854 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/
Dsmallint.txt26 for some types of address modes, thus
DKconfig-language.txt52 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'.
Dunicode.txt27 in Hebrew, he types: echo "srettel werbeH"
Dunicode_UTF-8-test.txt7 various types of correct, malformed, or otherwise interesting UTF-8
Dtar_pax.txt24 For both of these types, the size field shall be the size of the
Dstyle-guide.txt611 Do not use old-style function declarations that declare variable types between
/busybox-1.35.0/examples/
Dbusybox.spec34 useful for recovering from certain types of system failures,
/busybox-1.35.0/util-linux/
Dfdisk.c1052 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/
DConfig.src102 to work for many more file types.
/busybox-1.35.0/
DTODO208 kernel types on some distros, which breaks the build.
/busybox-1.35.0/shell/
Dash.c12847 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/
Dlex.zconf.c_shipped50 /* Limits of integral types. */