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

/freebsd-10.2-release/sys/libkern/
H A Dstrvalid.c90819 Mon Feb 18 00:37:03 MST 2002 rwatson Add a 'strvalid()' call to libkern. Given a character pointer, and
buffer length, determine if the pointer is to a valid string. Currently,
the only check is whether a '\0' appears in the buffer. This is useful
when pulling in a structure from userland that may contain one or more
strings, and validity testing must be performed on elements of the
structure. When copying normal string arguments, copyinstr() is
expected to be used.
/freebsd-10.2-release/sys/sys/
H A Dlibkern.hdiff 90819 Mon Feb 18 00:37:03 MST 2002 rwatson Add a 'strvalid()' call to libkern. Given a character pointer, and
buffer length, determine if the pointer is to a valid string. Currently,
the only check is whether a '\0' appears in the buffer. This is useful
when pulling in a structure from userland that may contain one or more
strings, and validity testing must be performed on elements of the
structure. When copying normal string arguments, copyinstr() is
expected to be used.
/freebsd-10.2-release/sys/conf/
H A Dfilesdiff 90819 Mon Feb 18 00:37:03 MST 2002 rwatson Add a 'strvalid()' call to libkern. Given a character pointer, and
buffer length, determine if the pointer is to a valid string. Currently,
the only check is whether a '\0' appears in the buffer. This is useful
when pulling in a structure from userland that may contain one or more
strings, and validity testing must be performed on elements of the
structure. When copying normal string arguments, copyinstr() is
expected to be used.

Completed in 481 milliseconds