Home
last modified time | relevance | path

Searched refs:fmtgid (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/lib/libcmd/common/
H A Dcksum.c244 …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 Dcp.c202 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 Dfmtgid.c60 fmtgid(int gid) in fmtgid() function
H A Dfmtls.c81 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 Dast.h262 extern char* fmtgid(int);
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast.h280 extern __MANGLE__ char* fmtgid __PROTO__((int));
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast.h280 extern __MANGLE__ char* fmtgid __PROTO__((int));
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h280 extern __MANGLE__ char* fmtgid __PROTO__((int));
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast.h280 extern __MANGLE__ char* fmtgid __PROTO__((int));
/titanic_44/usr/src/lib/libast/
H A Dmapfile-vers447 fmtgid;
H A DMakefile.com471 common/string/fmtgid.o \
/titanic_44/usr/src/lib/libast/common/misc/
H A Dmagic.c582 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 DRELEASE742 string/(fmtfs|fmtuid|fmtgid|strgid|struid).c: convert to use <cdt.h>