Searched refs:STYLE_LONG (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dls.c45 STYLE_LONG = 2 << 21, /* one record per line, extended info */ enumerator in enum:__anon11204
389 int column_width = 0; /* for STYLE_LONG and STYLE_SINGLE not used */
394 if (all_fmt & STYLE_LONG) {
737 LIST_LONG | STYLE_LONG, /* l - remember LS_DISP_HR in mask! */
882 if ((all_fmt & STYLE_MASK) != STYLE_LONG) /* only for long list */
885 if ((all_fmt & STYLE_MASK) == STYLE_LONG && (all_fmt & LIST_ID_NUMERIC))
917 cur = my_stat(av[oi], av[oi], !(all_fmt & STYLE_LONG));

Completed in 45 milliseconds