Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c1296 enum { ABFORMAT_SIZE = 128 }; enumerator
1297 static char abformat[2][12][ABFORMAT_SIZE];
1307 abmon_init (char abmon[12][ABFORMAT_SIZE]) in abmon_init() argument
1319 mon_len[i] = strnlen (abbr, ABFORMAT_SIZE); in abmon_init()
1320 if (mon_len[i] == ABFORMAT_SIZE) in abmon_init()
1333 if (ABFORMAT_SIZE - mon_len[i] <= fill) in abmon_init()
1363 char abmon[12][ABFORMAT_SIZE]; in abformat_init()
1376 nbytes = snprintf (nfmt, ABFORMAT_SIZE, "%s", fmt); in abformat_init()
1379 if (! (pb[recent] - fmt <= MIN (ABFORMAT_SIZE, INT_MAX))) in abformat_init()
1382 nbytes = snprintf (nfmt, ABFORMAT_SIZE, "%.*s%s%s", in abformat_init()
[all …]