Home
last modified time | relevance | path

Searched refs:fmtmode (Results 1 – 17 of 17) sorted by relevance

/titanic_50/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); in b_fds()
346 sfprintf(sp, "%02d %s%s %s /dev/%s/%s/%d\n", i, m, x, fmtmode(st.st_mode, 0), s, a, port); in b_fds()
348 sfprintf(sp, "%02d %s%s %s /dev/%s/%s\n", i, m, x, fmtmode(st.st_mode, 0), s, a); in b_fds()
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_… in b_fds()
H A Dcksum.c373 error(ERROR_SYSTEM|2, "%s: cannot change mode to %s", file, fmtmode(mode, 0)); in verify()
375 error(ERROR_SYSTEM|1, "%s: changed mode to %s", file, fmtmode(mode, 0)); in verify()
380 error(2, "%s: mode should be %s", file, fmtmode(mode, 0)); in verify()
H A Dchmod.c282 … sfprintf(sfstdout, "%s: mode changed to %0.4o (%s)\n", ent->fts_path, mode, fmtmode(mode, 1)+1); in b_chmod()
H A Dcp.c320 …error(ERROR_SYSTEM|2, "%s: cannot reset directory mode to %s", state->path, fmtmode(st.st_mode & S… in visit()
460 fmtmode(st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO), 0) + 1; in visit()
639 …error(ERROR_SYSTEM|2, "%s: cannot reset mode to %s", state->path, fmtmode(st.st_mode & state->perm… in visit()
H A Drm.c281 fmtmode(ent->fts_statp->st_mode & S_IPERM, 0) + 1, ent->fts_path)) < 0 || in rm()
/titanic_50/usr/src/lib/libast/common/string/
H A Dfmtmode.c34 fmtmode(register int mode, int external) in fmtmode() function
H A Dfmtls.c68 …s += sfsprintf(s, LS_W_MAX, "%s%3u", fmtmode(st->st_mode, flags & LS_EXTERNAL), (unsigned int)st->… in fmtls()
/titanic_50/usr/src/ucbcmd/ls/
H A Dls.c617 static char *fmtmode(char *, int);
718 lp = fmtmode(lp, p->fflags); in fmtlstuff()
746 fmtmode(char *lp, int flags) in fmtmode() function
/titanic_50/usr/src/lib/libast/common/include/
H A Dast.h264 extern char* fmtmode(int, int);
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast.h282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast.h282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast.h282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
/titanic_50/usr/src/lib/libast/
H A Dmapfile-vers452 fmtmode;
H A DMakefile.com477 common/string/fmtmode.o \
/titanic_50/usr/src/lib/libast/common/misc/
H A Dmagic.c594 p = fmtmode(st->st_mode, 0); in ckmagic()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE902 string/fmtmode.c: fix bug that omitted trailing '\0'