bp_tmp_file       980 sapi/phpdbg/phpdbg.c 	char *bp_tmp_file = NULL;
bp_tmp_file       982 sapi/phpdbg/phpdbg.c 	char bp_tmp_file[] = "/tmp/phpdbg.XXXXXX";
bp_tmp_file      1030 sapi/phpdbg/phpdbg.c 		bp_tmp_file = malloc(L_tmpnam);
bp_tmp_file      1032 sapi/phpdbg/phpdbg.c 		if (bp_tmp_file) {
bp_tmp_file      1033 sapi/phpdbg/phpdbg.c 			if (!tmpnam(bp_tmp_file)) {
bp_tmp_file      1034 sapi/phpdbg/phpdbg.c 				free(bp_tmp_file);
bp_tmp_file      1035 sapi/phpdbg/phpdbg.c 				bp_tmp_file = NULL;
bp_tmp_file      1039 sapi/phpdbg/phpdbg.c 		if (!bp_tmp_file) {
bp_tmp_file      1044 sapi/phpdbg/phpdbg.c 		if (!mkstemp(bp_tmp_file)) {
bp_tmp_file      1045 sapi/phpdbg/phpdbg.c 			memset(bp_tmp_file, 0, sizeof(bp_tmp_file));
bp_tmp_file      1416 sapi/phpdbg/phpdbg.c 			phpdbg_try_file_init(bp_tmp_file, strlen(bp_tmp_file), 0 TSRMLS_CC);
bp_tmp_file      1449 sapi/phpdbg/phpdbg.c 					FILE *bp_tmp_fp = fopen(bp_tmp_file, "w");
bp_tmp_file      1564 sapi/phpdbg/phpdbg.c 	free(bp_tmp_file);
bp_tmp_file      1566 sapi/phpdbg/phpdbg.c 	unlink(bp_tmp_file);