Home
last modified time | relevance | path

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

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