/busybox-1.35.0/util-linux/volume_id/ |
D | unused_mac.c | 49 struct mac_partition *part; in volume_id_probe_mac_partition_map() local 57 part = (struct mac_partition *) buf; in volume_id_probe_mac_partition_map() 58 if (part->signature[0] == 'P' && part->signature[1] == 'M' /* "PM" */ in volume_id_probe_mac_partition_map() 59 && (memcmp(part->type, "Apple_partition_map", 19) == 0) in volume_id_probe_mac_partition_map() 81 part = (struct mac_partition *) buf; in volume_id_probe_mac_partition_map() 82 if (part->signature[0] != 'P' || part->signature[1] != 'M') /* not "PM" */ in volume_id_probe_mac_partition_map() 85 part_count = be32_to_cpu(part->map_count); in volume_id_probe_mac_partition_map() 102 part = (struct mac_partition *) buf; in volume_id_probe_mac_partition_map() 103 if (part->signature[0] != 'P' || part->signature[1] != 'M') /* not "PM" */ in volume_id_probe_mac_partition_map() 106 poff = be32_to_cpu(part->start_block) * bsize; in volume_id_probe_mac_partition_map() [all …]
|
D | unused_msdos.c | 67 struct msdos_partition_entry *part; in volume_id_probe_msdos_part_table() local 80 part = (struct msdos_partition_entry*) &buf[MSDOS_PARTTABLE_OFFSET]; in volume_id_probe_msdos_part_table() 82 if (part[i].boot_ind != 0 in volume_id_probe_msdos_part_table() 83 && part[i].boot_ind != 0x80 in volume_id_probe_msdos_part_table() 88 if (part[i].nr_sects != 0) in volume_id_probe_msdos_part_table() 100 poff = (uint64_t) le32_to_cpu(part[i].start_sect) * BSIZE; in volume_id_probe_msdos_part_table() 101 plen = (uint64_t) le32_to_cpu(part[i].nr_sects) * BSIZE; in volume_id_probe_msdos_part_table() 110 if (is_extended(part[i].sys_ind)) { in volume_id_probe_msdos_part_table() 118 part[i].sys_ind, (unsigned long long) poff, (unsigned long long) plen); in volume_id_probe_msdos_part_table() 146 part = (struct msdos_partition_entry*) &buf[MSDOS_PARTTABLE_OFFSET]; in volume_id_probe_msdos_part_table() [all …]
|
D | util.c | 85 void volume_id_set_usage_part(struct volume_id_partition *part, enum volume_id_usage usage_id) in volume_id_set_usage_part() argument 87 part->usage_id = usage_id; in volume_id_set_usage_part() 88 part->usage = usage_to_string(usage_id); in volume_id_set_usage_part()
|
/busybox-1.35.0/shell/hush_test/hush-arith/ |
D | arith.right | 58 check that the unevaluated part of the ternary operator does not do evaluation or assignment
|
D | arith.tests | 94 echo check that the unevaluated part of the ternary operator does not do evaluation or assignment
|
/busybox-1.35.0/shell/ |
D | brace.txt | 32 part of a brace expression. To avoid conflicts with parameter expan- 44 when they appear as part of a word, and preserves them in the output.
|
/busybox-1.35.0/shell/ash_test/ash-arith/ |
D | arith.right | 56 check that the unevaluated part of the ternary operator does not do evaluation or assignment
|
D | arith.tests | 90 echo check that the unevaluated part of the ternary operator does not do evaluation or assignment
|
/busybox-1.35.0/docs/ |
D | syslog.conf.txt | 2 The config resembles rsyslog.conf in RULES part:
|
D | Kconfig-language.txt | 137 Constant symbols are only part of expressions. Constant symbols are 163 be part of the dependency list and then one of these two condititions 181 also part of the comment dependencies).
|
D | Serial-Programming-HOWTO.txt | 54 whole or in part, in any medium physical or electronic, as long as 141 Select() is part of the SOCKETS scheme and too complex for most
|
D | keep_data_small.txt | 6 is allocated, not just that one part for selected applet.
|
D | contributing.txt | 48 as part of an embedded project, it would be a good idea to join the mailing
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_bash4.tests | 5 # But search part does not act like that: \a is always converted to just a,
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_bash4.tests | 5 # But search part does not act like that: \a is always converted to just a,
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | README | 13 of XZ Embedded isn't part of the Linux kernel tree. You should also 15 as part of Linux; information in that file is not repeated in this
|
/busybox-1.35.0/networking/ |
D | telnetd.ctrlSQ.patch | 31 subsequent read(2) from the terminal will return data written on the slave part of the pseudo termi… 51 will return data written on the slave part of the pseudo terminal preceded by a zero byte, or a sin…
|
/busybox-1.35.0/archival/libarchive/bz/ |
D | README | 11 This file is part of bzip2/libbzip2, a program and library for
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 1582 const char *part) in write_old_sd_name() argument 1594 sprintf(buffer, "sd%c%s", 'a' + (minor >> 4), part); in write_old_sd_name() 1600 sprintf(buffer, "sd%c%s", 'a' + disc_index, part); in write_old_sd_name() 1602 sprintf(buffer, "sd%c%c%s", 'a' +(disc_index / 26) - 1, 'a' + disc_index % 26, part); in write_old_sd_name()
|
/busybox-1.35.0/ |
D | LICENSE | 107 whole or in part contains or is derived from the Program or any 108 part thereof, to be licensed as a whole at no charge to all third 127 distribute the same sections as part of a whole which is a work based 130 entire whole, and thus to each and every part regardless of who wrote it.
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 316 # extract multi-part uuencoded binaries, removing extraneous header 404 from the first part of the file, a "quit" command (q) in the script
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.tab.c_shipped | 134 /* Copy the first part of user declarations. */ 209 /* Copy the second part of user declarations. */
|