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.
18
SEE ALSO
20tapset::string(3stap)
2122
23
24
SystemTap Tapset Reference November 2022 FUNCTION::STRLEN(3stap)