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

/freebsd-12-stable/bin/ls/
H A Dls.c712 char *initmax; local
722 initmax = getenv("LS_COLWIDTHS");
727 if (initmax != NULL && *initmax != '\0') {
732 jinitmax = malloc(strlen(initmax) * 2 + 2);
736 if (*initmax == ':')
739 *initmax2++ = *initmax, *initmax2 = '\0';
740 for (initmax++; *initmax != '\0'; initmax
[all...]

Completed in 47 milliseconds