Home
last modified time | relevance | path

Searched refs:fmtuid (Results 1 – 25 of 83) sorted by relevance

1234

/dports/sysutils/s6/s6-2.10.0.3/src/conn-tools/
H A Ds6-ipcserverd.c108 char fmtuid[UID_FMT] = "?" ; in log_deny() local
113 fmtuid[uid_fmt(fmtuid, uid)] = 0 ; in log_deny()
117 strerr_warni7sys("deny ", fmtuid, ":", fmtgid, " count ", fmtnum, fmtlocalmaxconn) ; in log_deny()
140 char fmtuid[UID_FMT] = "?" ; in log_close() local
143 if (flaglookup) fmtuid[uid_fmt(fmtuid, uid)] = 0 ; in log_close()
145 …strerr_warni6x("end pid ", fmtpid, " uid ", fmtuid, WIFSIGNALED(w) ? " signal " : " exitcode ", fm… in log_close()
H A Ds6-ipcserver-access.c54 char fmtuid[UID_FMT] ; in logit() local
57 fmtuid[uid_fmt(fmtuid, uid)] = 0 ; in logit()
59 if (h) strerr_warni7x("allow", " pid ", fmtpid, " uid ", fmtuid, " gid ", fmtgid) ; in logit()
60 else strerr_warni7sys("deny", " pid ", fmtpid, " uid ", fmtuid, " gid ", fmtgid) ; in logit()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcmd/
H A Dcksum.c243 …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 Dlogname.c74 logname = fmtuid(getuid()); in b_logname()
/dports/shells/ksh93/ast-93u/src/lib/libcmd/
H A Dcksum.c243 …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 Dlogname.c74 logname = fmtuid(getuid()); in b_logname()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcmd/
H A Dcksum.c245 …TH)) || (st->st_mode & S_IXUSR) && !(st->st_mode & (S_IXGRP|S_IXOTH)))) ? fmtuid(st->st_uid) : "-", in pr()
353 error(2, "%s: uid should be %s", file, fmtuid(uid)); in verify()
371 error(ERROR_SYSTEM|2, "%s: cannot change user to %s", file, fmtuid(uid)); in verify()
373 …error(ERROR_SYSTEM|2, "%s: cannot change user to %s and group to %s", file, fmtuid(uid), fmtgid(gi… in verify()
380 error(1, "%s: changed user to %s", file, fmtuid(uid)); in verify()
382 error(1, "%s: changed user to %s and group to %s", file, fmtuid(uid), fmtgid(gid)); in verify()
H A Dlogname.c74 logname = fmtuid(getuid()); in b_logname()
/dports/shells/ksh93/ast-93u/src/lib/libast/comp/
H A Dgetlogin.c39 return fmtuid(getuid());
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/comp/
H A Dgetlogin.c39 return fmtuid(getuid());
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/comp/
H A Dgetlogin.c39 return fmtuid(getuid());
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/at/
H A Datd.c503 …error(0, "%s %s que %s at %s \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, … in submit()
550 …error(0, "%s %s que %s drop \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, j… in drop()
591 …error(0, "%s %s %lu exit %d \"%s\"", job->name, fmtuid(job->owner->user->uid), job->pid, status, j… in reap()
644 … error(0, "%s %s %lu exec \"%s\"", job->name, fmtuid(job->owner->user->uid), job->pid, job->label); in schedule()
851 …error(ERROR_OUTPUT|0, con->fd, "at service daemon pid %ld user %s", state->con[0].id.pid, fmtuid(s… in command()
1082 … error(ERROR_OUTPUT|2, con->fd, "%s: only %s can remove this job", job->name, fmtuid(job->id.uid)); in command()
1379 …error(AT_STRICT, "%s: directory owner %s does not match daemon %s", s, fmtuid(hs.st_uid), fmtuid(s… in init()
1424 error(0, "daemon restart pid %ld user %s", state->con[0].id.pid, fmtuid(state->admin[0])); in init()
1426 error(0, "service limited to user %s", fmtuid(limited)); in init()
/dports/shells/ksh93/ast-93u/src/cmd/at/
H A Datd.c503 …error(0, "%s %s que %s at %s \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, … in submit()
550 …error(0, "%s %s que %s drop \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, j… in drop()
591 …error(0, "%s %s %lu exit %d \"%s\"", job->name, fmtuid(job->owner->user->uid), job->pid, status, j… in reap()
644 … error(0, "%s %s %lu exec \"%s\"", job->name, fmtuid(job->owner->user->uid), job->pid, job->label); in schedule()
851 …error(ERROR_OUTPUT|0, con->fd, "at service daemon pid %ld user %s", state->con[0].id.pid, fmtuid(s… in command()
1082 … error(ERROR_OUTPUT|2, con->fd, "%s: only %s can remove this job", job->name, fmtuid(job->id.uid)); in command()
1379 …error(AT_STRICT, "%s: directory owner %s does not match daemon %s", s, fmtuid(hs.st_uid), fmtuid(s… in init()
1424 error(0, "daemon restart pid %ld user %s", state->con[0].id.pid, fmtuid(state->admin[0])); in init()
1426 error(0, "service limited to user %s", fmtuid(limited)); in init()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/at/
H A Datd.c503 …error(0, "%s %s que %s at %s \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, … in submit()
550 …error(0, "%s %s que %s drop \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, j… in drop()
591 …error(0, "%s %s %lu exit %d \"%s\"", job->name, fmtuid(job->owner->user->uid), job->pid, status, j… in reap()
644 … error(0, "%s %s %lu exec \"%s\"", job->name, fmtuid(job->owner->user->uid), job->pid, job->label); in schedule()
851 …error(ERROR_OUTPUT|0, con->fd, "at service daemon pid %ld user %s", state->con[0].id.pid, fmtuid(s… in command()
1082 … error(ERROR_OUTPUT|2, con->fd, "%s: only %s can remove this job", job->name, fmtuid(job->id.uid)); in command()
1379 …error(AT_STRICT, "%s: directory owner %s does not match daemon %s", s, fmtuid(hs.st_uid), fmtuid(s… in init()
1424 error(0, "daemon restart pid %ld user %s", state->con[0].id.pid, fmtuid(state->admin[0])); in init()
1426 error(0, "service limited to user %s", fmtuid(limited)); in init()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/cs/vcs_src/
H A Dvcs.c129 fmtuid(uid), getpid(), fmtuid(own), csname(0), fmttime(NiL, uptm), id + 10 );
/dports/shells/ksh93/ast-93u/src/cmd/cs/vcs_src/
H A Dvcs.c129 fmtuid(uid), getpid(), fmtuid(own), csname(0), fmttime(NiL, uptm), id + 10 );
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/cs/vcs_src/
H A Dvcs.c129 fmtuid(uid), getpid(), fmtuid(own), csname(0), fmttime(NiL, uptm), id + 10 );
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/string/
H A Dfmtuid.c60 fmtuid(int uid) in fmtuid() function
H A Dfmtls.c74 s += sfsprintf(s, LS_W_MAX, " %-*s", LS_W_NAME - 1, fmtuid(st->st_uid)); in fmtls()
/dports/shells/ksh93/ast-93u/src/lib/libast/string/
H A Dfmtuid.c60 fmtuid(int uid) in fmtuid() function
H A Dfmtls.c74 s += sfsprintf(s, LS_W_MAX, " %-*s", LS_W_NAME - 1, fmtuid(st->st_uid)); in fmtls()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/string/
H A Dfmtuid.c60 fmtuid(int uid) in fmtuid() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/cs/
H A Dcs.c286 … "%c%s 1 %-8s %-8s %7s %s %s%s%s\n", label[0][0], fmtmode(mode, 0) + 1, fmtuid(st.st_uid), (mode … in list()
297 n += sfprintf(sfstdout, "=%s", fmtuid(ftw->statb.st_uid)); in list()
313 n += sfprintf(sfstdout, "/trust=%s", fmtuid(uid)); in list()
/dports/shells/ksh93/ast-93u/src/cmd/cs/
H A Dcs.c286 … "%c%s 1 %-8s %-8s %7s %s %s%s%s\n", label[0][0], fmtmode(mode, 0) + 1, fmtuid(st.st_uid), (mode … in list()
297 n += sfprintf(sfstdout, "=%s", fmtuid(ftw->statb.st_uid)); in list()
313 n += sfprintf(sfstdout, "/trust=%s", fmtuid(uid)); in list()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/cs/
H A Dcs.c286 … "%c%s 1 %-8s %-8s %7s %s %s%s%s\n", label[0][0], fmtmode(mode, 0) + 1, fmtuid(st.st_uid), (mode … in list()
297 n += sfprintf(sfstdout, "=%s", fmtuid(ftw->statb.st_uid)); in list()
313 n += sfprintf(sfstdout, "/trust=%s", fmtuid(uid)); in list()

1234