Searched refs:fmtgid (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | cksum.c | 244 …de & S_IROTH) || (st->st_mode & S_IXGRP) && !(st->st_mode & S_IXOTH))) ? fmtgid(st->st_gid) : "-"); in pr() 345 error(2, "%s: gid should be %s", file, fmtgid(gid)); in verify() 352 error(ERROR_SYSTEM|2, "%s: cannot change group to %s", file, fmtgid(gid)); in verify() 356 …or(ERROR_SYSTEM|2, "%s: cannot change user to %s and group to %s", file, fmtuid(uid), fmtgid(gid)); in verify() 361 error(1, "%s: changed group to %s", file, fmtgid(gid)); in verify() 365 error(1, "%s: changed user to %s and group to %s", file, fmtuid(uid), fmtgid(gid)); in verify()
|
H A D | cp.c | 202 error(ERROR_SYSTEM|2, "%s: cannot reset group to %s", path, fmtgid(os->st_gid)); in preserve() 208 …M|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fmtgid(os->st_gid)); in preserve()
|
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | fmtgid.c | 60 fmtgid(int gid) in fmtgid() function
|
H A D | fmtls.c | 81 s += sfsprintf(s, LS_W_MAX, " %-*s", LS_W_NAME - 1, fmtgid(st->st_gid)); in fmtls()
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | ast.h | 262 extern char* fmtgid(int);
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 280 extern __MANGLE__ char* fmtgid __PROTO__((int));
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 280 extern __MANGLE__ char* fmtgid __PROTO__((int));
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 280 extern __MANGLE__ char* fmtgid __PROTO__((int));
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 280 extern __MANGLE__ char* fmtgid __PROTO__((int));
|
/titanic_44/usr/src/lib/libast/ |
H A D | mapfile-vers | 447 fmtgid;
|
H A D | Makefile.com | 471 common/string/fmtgid.o \
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 582 p = fmtgid(st->st_gid); in ckmagic() 2384 sfprintf(mp->tmp, ", setgid=%s", fmtgid(st->st_gid)); in magictype()
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 742 string/(fmtfs|fmtuid|fmtgid|strgid|struid).c: convert to use <cdt.h>
|