Searched refs:seps (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/agent_util/
H A Dagent_util.h59 char *get_token(char *str, char *seps, char *buf, int max);
H A Dagent_util.c72 * seps Separation characters
78 get_token(char *str, char *seps, char *buf, int max) argument
86 str += strspn(str, seps);
90 len = (int)strcspn(str, seps);

Completed in 616 milliseconds