Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/include/
Dvolume_id.h21 char *get_devname_from_label(const char *spec);
22 char *get_devname_from_uuid(const char *spec);
/busybox-1.35.0/util-linux/volume_id/
Dget_devname.c277 char *get_devname_from_label(const char *spec) in get_devname_from_label() argument
283 if (uc->label[0] && strcmp(spec, uc->label) == 0) { in get_devname_from_label()
291 char *get_devname_from_uuid(const char *spec) in get_devname_from_uuid() argument
298 if (strcasecmp(spec, uc->uc_uuid) == 0) { in get_devname_from_uuid()
/busybox-1.35.0/coreutils/
Dod_bloaty.c185 struct tspec *spec; member
772 G.spec = xrealloc_vector(G.spec, 4, G.n_specs); in decode_format_string()
773 memcpy(&G.spec[G.n_specs], &tspec, sizeof(G.spec[0])); in decode_format_string()
930 (*G.spec[i].print_function) (n_bytes, curr_block, G.spec[i].fmt_string); in write_block()
931 if (G.spec[i].hexl_mode_trailer) { in write_block()
933 unsigned datum_width = width_bytes[G.spec[i].size]; in write_block()
935 unsigned field_width = G.spec[i].field_width + 1; in write_block()
979 l_c_m = lcm(l_c_m, width_bytes[(int) G.spec[i].size]); in get_lcm()
1380 i, G.spec[i].fmt_string, in od_main()
1381 width_bytes[G.spec[i].size]); in od_main()