Query: strlen_user
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRLEN_USER(9) Memory Management in Linux STRLEN_USER(9)NAMEstrlen_user - Get the size of a string in user space.SYNOPSISstrlen_user(str);ARGUMENTSstr The string to measure.CONTEXTUser context only. This function may sleep.DESCRIPTIONGet the size of a NUL-terminated string in user space. Returns the size of the string INCLUDING the terminating NUL. On exception, returns 0. If there is a limit on the length of a valid string, you may wish to consider using strnlen_user instead.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRLEN_USER(9)
Related Man Pages |
---|
strlcpy(3) - debian |
ne_buffer_append(3) - centos |
dwarf_get_str(3) - freebsd |
strlcpy(3) - minix |
strlcpy(3) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
multiuser chat server closes when one client closes. code included |
Instant Messaging App Help |
Client - server program |
finding a string in a file |