sstore_args 685 orte/mca/sstore/stage/sstore_stage_local.c char **sstore_args = NULL; sstore_args 720 orte/mca/sstore/stage/sstore_stage_local.c sstore_args = opal_argv_split(sload, ':'); sstore_args 721 orte/mca/sstore/stage/sstore_stage_local.c req_snap_loc = strdup(sstore_args[0]); sstore_args 722 orte/mca/sstore/stage/sstore_stage_local.c req_snap_global_ref = strdup(sstore_args[1]); sstore_args 723 orte/mca/sstore/stage/sstore_stage_local.c req_snap_ref = strdup(sstore_args[2]); sstore_args 724 orte/mca/sstore/stage/sstore_stage_local.c if( NULL == sstore_args[4] ) { /* Not compressed */ sstore_args 725 orte/mca/sstore/stage/sstore_stage_local.c req_snap_seq = atoi( sstore_args[3]); sstore_args 727 orte/mca/sstore/stage/sstore_stage_local.c req_snap_compress = strdup(sstore_args[3]); sstore_args 728 orte/mca/sstore/stage/sstore_stage_local.c req_snap_postfix = strdup(sstore_args[4]); sstore_args 729 orte/mca/sstore/stage/sstore_stage_local.c req_snap_seq = atoi( sstore_args[5]); sstore_args 858 orte/mca/sstore/stage/sstore_stage_local.c if( NULL != sstore_args ) { sstore_args 859 orte/mca/sstore/stage/sstore_stage_local.c opal_argv_free(sstore_args); sstore_args 860 orte/mca/sstore/stage/sstore_stage_local.c sstore_args = NULL;