/titanic_50/usr/src/lib/libcmd/common/ |
H A D | fds.c | 252 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 D | cksum.c | 373 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 D | chmod.c | 282 … sfprintf(sfstdout, "%s: mode changed to %0.4o (%s)\n", ent->fts_path, mode, fmtmode(mode, 1)+1); in b_chmod()
|
H A D | cp.c | 320 …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 D | rm.c | 281 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 D | fmtmode.c | 34 fmtmode(register int mode, int external) in fmtmode() function
|
H A D | fmtls.c | 68 …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 D | ls.c | 617 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 D | ast.h | 264 extern char* fmtmode(int, int);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 282 extern __MANGLE__ char* fmtmode __PROTO__((int, int));
|
/titanic_50/usr/src/lib/libast/ |
H A D | mapfile-vers | 452 fmtmode;
|
H A D | Makefile.com | 477 common/string/fmtmode.o \
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 594 p = fmtmode(st->st_mode, 0); in ckmagic()
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 902 string/fmtmode.c: fix bug that omitted trailing '\0'
|