Searched refs:fmtuid (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/libcmd/common/ |
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 | 205 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s", path, fmtuid(os->st_uid)); in preserve() 208 …error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fm… in preserve()
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | getlogin.c | 39 return fmtuid(getuid());
|
/titanic_50/usr/src/lib/libast/common/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()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast.h | 273 extern char* fmtuid(int);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 291 extern __MANGLE__ char* fmtuid __PROTO__((int));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 291 extern __MANGLE__ char* fmtuid __PROTO__((int));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 291 extern __MANGLE__ char* fmtuid __PROTO__((int));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 291 extern __MANGLE__ char* fmtuid __PROTO__((int));
|
/titanic_50/usr/src/lib/libast/ |
H A D | mapfile-vers | 464 fmtuid;
|
H A D | Makefile.com | 486 common/string/fmtuid.o \
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 629 p = fmtuid(st->st_uid); in ckmagic() 2382 sfprintf(mp->tmp, ", setuid=%s", fmtuid(st->st_uid)); in magictype()
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 742 string/(fmtfs|fmtuid|fmtgid|strgid|struid).c: convert to use <cdt.h>
|