Home
last modified time | relevance | path

Searched defs:strtok (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/contrib/redhat/
H A Dopenssh.spec788 - Update to 2.1.1p3, which includes fixes for X11 forwarding and strtok(). function
801 - Use of strtok() considered harmful. function
/freebsd/sys/contrib/ncsw/user/env/
H A Dstdlib.c32 strtok(char *s, const char *ct) in strtok() function
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d39 int strtok; variable
/freebsd/lib/libc/string/
H A Dstrtok.c94 strtok(char *s, const char *delim) in strtok() function
/freebsd/contrib/tcp_wrappers/
H A Dtcpd.h218 #define strtok fix_strtok macro
223 #define strtok my_strtok macro
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp103 INTERCEPTOR(char *, strtok, char *str, const char *delim) { in INTERCEPTOR() argument