1FUNCTION::STRLEN(3stap) A collection of standard strin FUNCTION::STRLEN(3stap)
23
4
NAME
6function::strlen - Returns the length of a string
7
SYNOPSIS
9strlen:long(s:string)
10
ARGUMENTS
12s
13the string
14
DESCRIPTION
16This function returns the length of the string, which can be zero up to
17MAXSTRINGLEN.
1819
20
21
SystemTap Tapset Reference August 2011 FUNCTION::STRLEN(3stap)