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

/openjdk7/jdk/src/share/back/
H A DdebugInit.c852 get_tok(char **src, char *buf, int buflen, char sep) function
999 if (get_tok(pstr, buf, (int)sizeof(buf), ',')) {
1090 if (!get_tok(&str, buf, (int)sizeof(buf), '=')) {
1096 if (!get_tok(&str, current, (int)(end - current), ',')) {
1107 if (!get_tok(&str, current, (int)(end - current), ',')) {
1118 if (!get_tok(&str, current, (int)(end - current), ',')) {
1125 if (!get_tok(&str, current, (int)(end - current), ',')) {
1134 if (!get_tok(&str, current + 1, (int)(end - current - 1), ',')) {
1148 if (!get_tok(&str, current, (int)(end - current), ',')) {
1187 if (!get_tok(
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c328 get_tok(char **src, char *buf, int buflen, int sep) function
363 if (!get_tok(src, buf, (int)sizeof(buf), ',')) {
541 if (!get_tok(&options, option, (int)sizeof(option), '=')) {
548 if (!get_tok(&options, suboption, (int)sizeof(suboption), ',')) {
559 if (!get_tok(&options, suboption, (int)sizeof(suboption), ':')) {
562 if (!get_tok(&options, port_number, (int)sizeof(port_number), ',')) {
570 if (!get_tok(&options, suboption, (int)sizeof(suboption), ',')) {
581 if (!get_tok(&options, suboption, (int)sizeof(suboption), ',')) {
590 if (!get_tok(&options, suboption, (int)sizeof(suboption), ',')) {
598 if (!get_tok(
[all...]

Completed in 31 milliseconds