73 lines · yaml
1functions:2 isalnum:3 c-definition: 7.4.1.14 in-latest-posix: ''5 isalnum_l:6 in-latest-posix: ''7 isalpha:8 c-definition: 7.4.1.29 in-latest-posix: ''10 isalpha_l:11 in-latest-posix: ''12 isblank:13 c-definition: 7.4.1.314 in-latest-posix: ''15 isblank_l:16 in-latest-posix: ''17 iscntrl:18 c-definition: 7.4.1.419 in-latest-posix: ''20 iscntrl_l:21 in-latest-posix: ''22 isdigit:23 c-definition: 7.4.1.524 in-latest-posix: ''25 isdigit_l:26 in-latest-posix: ''27 isgraph:28 c-definition: 7.4.1.629 in-latest-posix: ''30 isgraph_l:31 in-latest-posix: ''32 islower:33 c-definition: 7.4.1.734 in-latest-posix: ''35 islower_l:36 in-latest-posix: ''37 isprint:38 c-definition: 7.4.1.839 in-latest-posix: ''40 isprint_l:41 in-latest-posix: ''42 ispunct:43 c-definition: 7.4.1.944 in-latest-posix: ''45 ispunct_l:46 in-latest-posix: ''47 isspace:48 c-definition: 7.4.1.1049 in-latest-posix: ''50 isspace_l:51 in-latest-posix: ''52 isupper:53 c-definition: 7.4.1.1154 in-latest-posix: ''55 isupper_l:56 in-latest-posix: ''57 isxdigit:58 c-definition: 7.4.1.1259 in-latest-posix: ''60 isxdigit_l:61 in-latest-posix: ''62 tolower:63 c-definition: 7.4.2.164 in-latest-posix: ''65 tolower_l:66 in-latest-posix: ''67 toupper:68 c-definition: 7.4.2.269 in-latest-posix: ''70 toupper_l:71 in-latest-posix: ''72 73