Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dbucomm.c426 char modebuf[11]; in print_arelt_descr() local
439 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
440 modebuf[10] = '\0'; in print_arelt_descr()
443 fprintf (file, "%s %ld/%ld %6" BFD_VMA_FMT "u %s ", modebuf + 1, in print_arelt_descr()
Dwindres.c941 char modebuf[11]; in main() local
945 && (mode_string (statbuf.st_mode, modebuf), modebuf[0] == 'd')) in main()