Searched refs:fmtmode (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtmode.c34 fmtmode(register int mode, int external) function
H A Dfmtls.c68 s += sfsprintf(s, LS_W_MAX, "%s%3u", fmtmode(st->st_mode, flags & LS_EXTERNAL), (unsigned int)st->st_nlink);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfds.c252 sfprintf(sp, "%02d %s%s %s %s\n", i, m, x, fmtmode(st.st_mode, 0), s);
346 sfprintf(sp, "%02d %s%s %s /dev/%s/%s/%d\n", i, m, x, fmtmode(st.st_mode, 0), s, a, port);
348 sfprintf(sp, "%02d %s%s %s /dev/%s/%s\n", i, m, x, fmtmode(st.st_mode, 0), s, a);
352 sfprintf(sp, "%02d %s%s %s /dev/inode/%u/%u\n", i, m, x, fmtmode(st.st_mode, 0), st.st_dev, st.st_ino);
H A Dcksum.c373 error(ERROR_SYSTEM|2, "%s: cannot change mode to %s", file, fmtmode(mode, 0));
375 error(ERROR_SYSTEM|1, "%s: changed mode to %s", file, fmtmode(mode, 0));
380 error(2, "%s: mode should be %s", file, fmtmode(mode, 0));
H A Dchmod.c282 sfprintf(sfstdout, "%s: mode changed to %0.4o (%s)\n", ent->fts_path, mode, fmtmode(mode, 1)+1);
H A Drm.c281 fmtmode(ent->fts_statp->st_mode & S_IPERM, 0) + 1, ent->fts_path)) < 0 ||
H A Dcp.c320 error(ERROR_SYSTEM|2, "%s: cannot reset directory mode to %s", state->path, fmtmode(st.st_mode & S_IPERM, 0) + 1);
460 fmtmode(st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO), 0) + 1;
639 error(ERROR_SYSTEM|2, "%s: cannot reset mode to %s", state->path, fmtmode(st.st_mode & state->perm, 0) + 1);
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c617 static char *fmtmode(char *, int);
718 lp = fmtmode(lp, p->fflags);
746 fmtmode(char *lp, int flags) function
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h264 extern char* fmtmode(int, int);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast.h282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast.h282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast.h282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com477 common/string/fmtmode.o \
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c594 p = fmtmode(st->st_mode, 0);

Completed in 82 milliseconds