Searched refs:fmtuid (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cksum.c | 243 …TH)) || (st->st_mode & S_IXUSR) && !(st->st_mode & (S_IXGRP|S_IXOTH)))) ? fmtuid(st->st_uid) : "-", in pr() 336 error(2, "%s: uid should be %s", file, fmtuid(uid)); in verify() 354 error(ERROR_SYSTEM|2, "%s: cannot change user to %s", file, fmtuid(uid)); in verify() 356 …error(ERROR_SYSTEM|2, "%s: cannot change user to %s and group to %s", file, fmtuid(uid), fmtgid(gi… in verify() 363 error(1, "%s: changed user to %s", file, fmtuid(uid)); in verify() 365 error(1, "%s: changed user to %s and group to %s", file, fmtuid(uid), fmtgid(gid)); in verify()
|
H A D | logname.c | 74 logname = fmtuid(getuid()); in b_logname()
|
H A D | cp.c | 222 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s", path, fmtuid(os->st_uid)); in preserve() 225 …error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fm… in preserve()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | getlogin.c | 39 return fmtuid(getuid());
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | fmtuid.c | 60 fmtuid(int uid) in fmtuid() function
|
H A D | fmtls.c | 74 s += sfsprintf(s, LS_W_MAX, " %-*s", LS_W_NAME - 1, fmtuid(st->st_uid)); in fmtls()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 287 extern char* fmtuid(int);
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 705 fmtuid;
|
H A D | Makefile.defs | 516 string/fmtuid.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.c | 639 p = fmtuid(st->st_uid); in ckmagic() 2423 sfprintf(mp->tmp, ", setuid=%s", fmtuid(st->st_uid)); in magictype()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 93 fmtmatch.c fmtmode.c fmtnum.c fmtperm.c fmtre.c fmttime.c fmtuid.c \
|
H A D | Mamfile | 1863 make fmtuid.o 1864 make string/fmtuid.c 1868 done string/fmtuid.c 1869 meta fmtuid.o %.c>%.o string/fmtuid.c fmtuid 1870 prev string/fmtuid.c 1871 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c string/fmtuid.c 1872 done fmtuid.o generated 6102 exec - ${AR} rc libast.a fmtuid.o fmtgid.o fmtsignal.o fmtscale.o fmttmx.o fmttv.o fmtversion.o str…
|
H A D | RELEASE | 930 string/(fmtfs|fmtuid|fmtgid|strgid|struid).c: convert to use <cdt.h>
|