Searched refs:modebuf (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dbucomm.c373 char modebuf[11];
381 mode_string (buf.st_mode, modebuf);
382 modebuf[10] = '\0';
384 fprintf (file, "%s %ld/%ld %6ld %s ", modebuf + 1,
369 char modebuf[11]; local
/haiku-buildtools/binutils/binutils/
H A Dbucomm.c442 char modebuf[11];
455 mode_string (buf.st_mode, modebuf);
456 modebuf[10] = '\0';
459 fprintf (file, "%s %ld/%ld %6" BFD_VMA_FMT "u %s ", modebuf + 1,
438 char modebuf[11]; local
H A Dwindres.c947 char modebuf[11];
951 && (mode_string (statbuf.st_mode, modebuf), modebuf[0] == 'd'))
941 char modebuf[11]; local

Completed in 48 milliseconds