Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
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.c299 … sfprintf(sfstdout, "%s: mode changed to %0.4o (%s)\n", ent->fts_path, mode, fmtmode(mode, 1)+1); in b_chmod()
H A Dcp.c338 …error(ERROR_SYSTEM|2, "%s: cannot reset directory mode to %s", state->path, fmtmode(st.st_mode & S… in visit()
481 fmtmode(st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO), 0) + 1; in visit()
661 …error(ERROR_SYSTEM|2, "%s: cannot reset mode to %s", state->path, fmtmode(st.st_mode & state->perm… in visit()
H A Drm.c275 fmtmode(ent->fts_statp->st_mode & S_IPERM, 0) + 1, ent->fts_path)) < 0 || in rm()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c615 static char *fmtmode(char *, int);
716 lp = fmtmode(lp, p->fflags); in fmtlstuff()
744 fmtmode(char *lp, int flags) in fmtmode() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h278 extern char* fmtmode(int, int);
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers693 fmtmode;
H A DMakefile.defs507 string/fmtmode.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile93 fmtmatch.c fmtmode.c fmtnum.c fmtperm.c fmtre.c fmttime.c fmtuid.c \
H A DMamfile1822 make fmtmode.o
1823 make string/fmtmode.c
1825 done string/fmtmode.c
1826 meta fmtmode.o %.c>%.o string/fmtmode.c fmtmode
1827 prev string/fmtmode.c
1828 …} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Istring -Iinclude -Istd -D_PACKAGE_ast -c string/fmtmode.c
1829 done fmtmode.o generated
6101 …mtfmt.o fmtfs.o fmtident.o fmtint.o fmtip4.o fmtip6.o fmtls.o fmtmatch.o fmtmode.o fmtnum.o fmtper…
H A DRELEASE1090 string/fmtmode.c: fix bug that omitted trailing '\0'
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c604 p = fmtmode(st->st_mode, 0); in ckmagic()