Searched defs:suboption (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c538 char suboption[FILENAME_MAX+1]; local
548 if (!get_tok(&options, suboption, (int)sizeof(suboption), ',')) {
551 gdata->utf8_output_filename = HPROF_MALLOC((int)strlen(suboption)+1);
552 (void)strcpy(gdata->utf8_output_filename, suboption);
559 if (!get_tok(&options, suboption, (int)sizeof(suboption), ':')) {
565 gdata->net_hostname = HPROF_MALLOC((int)strlen(suboption)+1);
566 (void)strcpy(gdata->net_hostname, suboption);
570 if (!get_tok(&options, suboption, (in
[all...]

Completed in 33 milliseconds