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

/freebsd-9.3-release/contrib/opie/
H A Dopiesu.c21 currentuser. Fixed fencepost error in month printed by sulog().
117 static char currentuser[65]; variable
223 from = currentuser;
325 opiestrncpy(currentuser, p, 31);
327 if (p && *p && strcmp(currentuser, buf)) {
328 strcat(currentuser, "(");
329 strcat(currentuser, buf);
330 strcat(currentuser, ")");
334 syslog(LOG_CRIT, "'%s' failed for %s on %s", argvbuf, currentuser, ttyname(2));
343 syslog(LOG_CRIT, "'%s' failed for %s on %s: not running with superuser priveleges", argvbuf, currentuser, ttynam
[all...]

Completed in 95 milliseconds