Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dls.c609 struct bin_str ext; /* The extension we're looking for */ member
2741 struct color_ext_type *ext; /* Extension we are working on */ in parse_ls_color() local
2755 ext = nullptr; in parse_ls_color()
2782 ext = xmalloc (sizeof *ext); in parse_ls_color()
2783 ext->next = color_ext_list; in parse_ls_color()
2784 color_ext_list = ext; in parse_ls_color()
2785 ext->exact_match = false; in parse_ls_color()
2788 ext->ext.string = buf; in parse_ls_color()
2790 state = (get_funky_string (&buf, &p, true, &ext->ext.len) in parse_ls_color()
2838 ext->seq.string = buf; in parse_ls_color()
[all …]
/coreutils/tests/
Dlocal.mk619 tests/ls/color-ext.sh \