Home
last modified time | relevance | path

Searched defs:STR_WITH_LEN (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h457 #define STR_WITH_LEN(s) ASSERT_IS_LITERAL(s), (sizeof(s)-1) macro
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16088 # define STR_WITH_LEN(s) (s ""), (sizeof(s)-1) macro