Query: strlen
OS: sunos
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
strlen(9F) Kernel Functions for Drivers strlen(9F)NAMEstrlen - determine the number of non-null bytes in a stringSYNOPSIS#include <sys/ddi.h> size_t strlen(const char *s);INTERFACE LEVELSolaris DDI specific (Solaris DDI).PARAMETERSs Pointer to a character string.DESCRIPTIONstrlen() returns the number of non-null bytes in the string argument s.RETURN VALUESstrlen() returns the number of non-null bytes in s.CONTEXTstrlen() can be called from user or interrupt context.SEE ALSOWriting Device Drivers SunOS 5.10 11 Apr 1991 strlen(9F)
| Related Man Pages |
|---|
| strcpy(9f) - sunos |
| strncpy(9f) - sunos |
| strlen(3) - xfree86 |
| strlen(3) - minix |
| strlen(3) - plan9 |
| Similar Topics in the Unix Linux Community |
|---|
| Delete first 2 character from string |
| pointer arithmetic vs. strlen() & strnlen()? |
| strlen for UTF-8 |
| Segment fault related to strlen.S |
| PHP: declared variables, strlen vs isset |