Searched refs:strmode (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dfilemode.h28 void strmode (mode_t mode, char *str);
H A Dfilemode.c96 strmode (mode_t mode, char *str) function
160 10 ' ' for compatibility with 4.4BSD strmode,
168 strmode (statp->st_mode, str);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfilemode.h27 void strmode (mode_t mode, char *str);
H A Dfilemode.c96 strmode (mode_t mode, char *str) function
160 10 ' ' for compatibility with 4.4BSD strmode,
168 strmode (statp->st_mode, str);
/haiku-fatelf/src/bin/coreutils/src/
H A Dchmod.c153 strmode (mode, perms);
299 strmode (new_mode, new_perms);
300 strmode (naively_expected_mode, naively_expected_perms);
H A Dcopy.c1229 strmode (dst_sb->st_mode, perms);
/haiku-fatelf/src/bin/findutils/lib/
H A Dlistfile.c190 strmode (statp->st_dm_mode, modebuf);
192 strmode (statp->st_mode, modebuf);

Completed in 61 milliseconds