Home
last modified time | relevance | path

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

/coreutils/src/
Dstat.c636 static char modebuf[12]; in human_access() local
637 filemodestring (statbuf, modebuf); in human_access()
638 modebuf[10] = 0; in human_access()
639 return modebuf; in human_access()
Dls.c4315 char modebuf[12]; in print_long_format() local
4319 + sizeof (modebuf) - 1 + 1 /* mode string */ in print_long_format()
4334 filemodestring (&f->stat, modebuf); in print_long_format()
4337 modebuf[0] = filetype_letter[f->filetype]; in print_long_format()
4338 memset (modebuf + 1, '?', 10); in print_long_format()
4339 modebuf[11] = '\0'; in print_long_format()
4342 modebuf[10] = '\0'; in print_long_format()
4344 modebuf[10] = '.'; in print_long_format()
4346 modebuf[10] = '+'; in print_long_format()
4397 p += sprintf (p, "%s %*s ", modebuf, nlink_width, in print_long_format()