Searched refs:colorstr (Results 1 – 1 of 1) sorted by relevance
2960 new_color_entry(char *colorstr) in new_color_entry() argument2990 p = strtok_r(colorstr, "=", &lasts); in new_color_entry()3092 char *colorstr; in ls_color_init() local3104 colorstr = strdup(p); in ls_color_init()3105 if (colorstr == NULL) in ls_color_init()3113 for (p = strchr(colorstr, ':'); p != NULL && *p != '\0'; in ls_color_init()3119 free(colorstr); in ls_color_init()3123 for (p = strtok_r(colorstr, ":", &lasts); in ls_color_init()3169 free(colorstr); in ls_color_init()