/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/include/ |
H A D | portable.h | 263 #define STRTOK( s1, s2, l ) strtok( s1, s2 ) macro 267 #define STRTOK( s1, s2, l ) strtok_r( s1, s2, l ) macro 331 #define STRTOK( s1, s2, l ) strtok( s1, s2 ) macro 337 #define STRTOK( s1, s2, l ) (char *)strtok_r( s1, s2, l ) macro
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/include/ |
H A D | portable.h | 264 # define STRTOK(s1, s2, l) strtok(s1, s2) macro 268 # define STRTOK(s1, s2, l) strtok_r(s1, s2, l) macro 332 # define STRTOK(s1, s2, l) strtok(s1, s2) macro 338 # define STRTOK(s1, s2, l) (char*)strtok_r(s1, s2, l) macro
|
/dports/news/fidogate4/fidogate-4.4.10/src/include/ |
H A D | prototypes.h | 533 #define STRTOK(s,d) strtok_r_ext(s,d,&local_strtok_lasts,NONE) macro
|
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/external/ |
H A D | easylogging++.h | 238 # define STRTOK(a, b, c) strtok_s(a, b, c) macro 243 # define STRTOK(a, b, c) strtok(a, b) macro
|
/dports/devel/easyloggingpp/easyloggingpp-9.97.0/src/ |
H A D | easylogging++.h | 247 # define STRTOK(a, b, c) strtok_s(a, b, c) macro 252 # define STRTOK(a, b, c) strtok(a, b) macro
|
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/include/ |
H A D | prototypes.h | 632 #define STRTOK(s,d) strtok_r_ext(s,d,&local_strtok_lasts,NONE) macro
|
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/src/ |
H A D | easylogging++.h | 231 # define STRTOK(a, b, c) strtok_s(a, b, c) macro 236 # define STRTOK(a, b, c) strtok(a, b) macro
|
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/easylogging/ |
H A D | easylogging.h | 197 # define STRTOK(a, b, c) strtok_s(a, b, c) macro 202 # define STRTOK(a, b, c) strtok(a, b) macro
|