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

/freebsd-11-stable/bin/ls/
H A Dls.c614 char *initmax; local
624 initmax = getenv("LS_COLWIDTHS");
629 if (initmax != NULL && *initmax != '\0') {
634 jinitmax = malloc(strlen(initmax) * 2 + 2);
638 if (*initmax == ':')
641 *initmax2++ = *initmax, *initmax2 = '\0';
642 for (initmax++; *initmax != '\0'; initmax
[all...]

Completed in 70 milliseconds