Searched refs:_COREMAIN_delete_temp_prefix (Results 1 – 1 of 1) sorted by relevance
4334 char * _COREMAIN_delete_temp_prefix = NULL; variable4339 if(_COREMAIN_delete_temp_prefix != NULL) in COREMAIN_SIGINT_hook()4343 for(xk1=0; _COREMAIN_delete_temp_prefix[xk1]; xk1++) in COREMAIN_SIGINT_hook()4345 if(_COREMAIN_delete_temp_prefix[xk1]=='/') last_slash = xk1; in COREMAIN_SIGINT_hook()4346 else if(_COREMAIN_delete_temp_prefix[xk1]=='\\') in COREMAIN_SIGINT_hook()4354 memcpy(del2, _COREMAIN_delete_temp_prefix, last_slash); in COREMAIN_SIGINT_hook()4356 strcpy(del_suffix , _COREMAIN_delete_temp_prefix + last_slash + 1); in COREMAIN_SIGINT_hook()4361 strcpy(del_suffix , _COREMAIN_delete_temp_prefix); in COREMAIN_SIGINT_hook()4564 _COREMAIN_delete_temp_prefix = context->config.temp_file_prefix; in init_core_temp_path()