Home
last modified time | relevance | path

Searched defs:STRTOK (Results 1 – 8 of 8) sorted by relevance

/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/include/
H A Dportable.h263 #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 Dportable.h264 # 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 Dprototypes.h533 #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 Deasylogging++.h238 # 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 Deasylogging++.h247 # 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 Dprototypes.h632 #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 Deasylogging++.h231 # 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 Deasylogging.h197 # define STRTOK(a, b, c) strtok_s(a, b, c) macro
202 # define STRTOK(a, b, c) strtok(a, b) macro