logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::rlimit_from_str - Symbolic string associated with resource limit code

Arguments

lim_str
           The string representation of limit

Description

       This function returns the number associated with the given string, such as 0 for the string RLIMIT_CPU,
       or -1 for an out-of-range value.

Name

       function::rlimit_from_str - Symbolic string associated with resource limit code

See Also

tapset::rlimit(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::RLIMIT_FRO(3stap)

Synopsis

           rlimit_from_str:long(lim_str:string)

See Also