Searched hist:24529 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/lib/libutil/
H A Duucplock.cdiff 24529 Wed Apr 02 01:38:29 MST 1997 ache Remove unused USE_PERROR define and syslog.h include
Use snprintf instead of sprintf to avoid buffer overflows
Use snprintf in uu_lockerr instead of lots of hardcoded constants
and not null-terminated strncpy
Return "" for OK and "device in use" for INUSE, it allows simple
strcpy(buf, uu_lockerr(retcode)) without testing for special OK
case (NULL was there) and obtaining meaningful result for INUSE
("" was there) without special testing for it too.
H A Duucplock.3diff 24529 Wed Apr 02 01:38:29 MST 1997 ache Remove unused USE_PERROR define and syslog.h include
Use snprintf instead of sprintf to avoid buffer overflows
Use snprintf in uu_lockerr instead of lots of hardcoded constants
and not null-terminated strncpy
Return "" for OK and "device in use" for INUSE, it allows simple
strcpy(buf, uu_lockerr(retcode)) without testing for special OK
case (NULL was there) and obtaining meaningful result for INUSE
("" was there) without special testing for it too.
/freebsd-9.3-release/share/man/man9/
H A Dtimeout.9diff 71883 Wed Jan 31 10:17:45 MST 2001 ben Document the mpsafe argument to callout_init().

PR: 24529
Submitted by: harti brandt <brandt@fokus.gmd.de>
Reviewed by: jlemon

Completed in 59 milliseconds