Searched refs:fmtgid (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtgid.c60 fmtgid(int gid) function
H A Dfmtls.c81 s += sfsprintf(s, LS_W_MAX, " %-*s", LS_W_NAME - 1, fmtgid(st->st_gid));
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcksum.c244 (st->st_gid != state->gid && ((st->st_mode & S_ISGID) || (st->st_mode & S_IRGRP) && !(st->st_mode & S_IROTH) || (st->st_mode & S_IXGRP) && !(st->st_mode & S_IXOTH))) ? fmtgid(st->st_gid) : "-");
345 error(2, "%s: gid should be %s", file, fmtgid(gid));
352 error(ERROR_SYSTEM|2, "%s: cannot change group to %s", file, fmtgid(gid));
356 error(ERROR_SYSTEM|2, "%s: cannot change user to %s and group to %s", file, fmtuid(uid), fmtgid(gid));
361 error(1, "%s: changed group to %s", file, fmtgid(gid));
365 error(1, "%s: changed user to %s and group to %s", file, fmtuid(uid), fmtgid(gid));
H A Dcp.c219 error(ERROR_SYSTEM|2, "%s: cannot reset group to %s", path, fmtgid(os->st_gid));
225 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fmtgid(os->st_gid));
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast.h275 extern char* fmtgid(int);
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile94 fmtgid.c fmtsignal.c fmtscale.c fmttmx.c fmttv.c fmtversion.c \
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.c592 p = fmtgid(st->st_gid);
2422 sfprintf(mp->tmp, ", setgid=%s", fmtgid(st->st_gid));

Completed in 116 milliseconds