Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ls/
H A Dls.c2738 size_t fname_len, sfx_len; in color_match() local
2740 fname_len = strlen(fname); in color_match()
2742 if (sfx_len > fname_len) in color_match()
2745 if (strcmp(color->sfx, fname + fname_len - sfx_len) == 0) in color_match()
/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c1372 #define SCOL3_WIDTH (int)MAX3(block_size_len, available_len, fname_len) in g_output()