function::strlen(3stap) [centos man page]
FUNCTION::STRLEN(3stap) A collection of standard strin FUNCTION::STRLEN(3stap) NAME
function::strlen - Returns the length of a string SYNOPSIS
strlen:long(s:string) ARGUMENTS
s the string DESCRIPTION
This function returns the length of the string, which can be zero up to MAXSTRINGLEN. SystemTap Tapset Reference June 2014 FUNCTION::STRLEN(3stap)
Check Out this Related Man Page
STRLEN(3) Linux Programmer's Manual STRLEN(3) NAME
strlen - calculate the length of a string SYNOPSIS
#include <string.h> size_t strlen(const char *s); DESCRIPTION
The strlen() function calculates the length of the string pointed to by s, excluding the terminating null byte ('