Searched refs:temps (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D02-link.t52 my @temps;
53 eval { ($exe_file, @temps) = $b->link_executable(objects => $object_file) };
H A D01-basic.t50 my ($lib, @temps) = $b->link(objects => $object_file,
H A D03-cplusplus.t49 my ($lib, @temps) = $b->link(objects => $object_file,
H A D04-base.t145 my ($lib, @temps);
/openbsd-current/bin/ksh/
H A Dmain.c719 ep->temps = NULL;
809 remove_temps(ep->temps);
816 remove_temps(genv->temps);
817 genv->temps = NULL;
H A Dsh.h81 struct temp *temps; /* temp files */ member in struct:env
H A Dhistory.c216 tf = maketemp(ATEMP, TT_HIST_EDIT, &genv->temps);
H A Dexec.c1201 h = maketemp(ATEMP, TT_HEREDOC_EXP, &genv->temps);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dwrapper.c318 WrapperEntry **temps=wrap_list+wrap_count; local
321 wrap_free_entry(temps[--wrap_tempcount]);
/openbsd-current/regress/bin/ksh/
H A Dth276 ($fh, $temps) = mkstemp("${temp_dir}/rts.XXXXXXXX");
319 unlink($tempi, $tempo, $tempe, $temps);
409 return undef if !&write_file($temps, $test{'script'});
513 push(@argv, $temps) if defined $test{'script'};
/openbsd-current/gnu/usr.bin/perl/
H A Dmake_ext.pl417 my @temps = 'Makefile.PL';
429 push @temps, $temp;
445 realclean => { FILES => "@temps" },
H A Ddoio.c3284 struct sembuf *temps, *t; local
3287 Newx (temps, nsops, struct sembuf);
3288 t = temps;
3295 result = semop(id, temps, nsops);
3296 Safefree(temps);
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dsh.c5278 HARD_REG_SET temps;
5279 COPY_HARD_REG_SET (temps, call_used_reg_set);
5280 AND_COMPL_HARD_REG_SET (temps, call_fixed_reg_set);
5292 CLEAR_HARD_REG_BIT (temps, FIRST_RET_REG + i);
5295 CLEAR_HARD_REG_BIT (temps, EH_RETURN_STACKADJ_REGNO);
5297 CLEAR_HARD_REG_BIT (temps, EH_RETURN_DATA_REGNO (i));
5302 CLEAR_HARD_REG_BIT (temps, i);
5307 CLEAR_HARD_REG_BIT (temps, i);
5309 CLEAR_HARD_REG_BIT (temps, STATIC_CHAIN_REGNUM);
5311 temp = scavenge_reg (&temps);
5268 HARD_REG_SET temps; local
5305 HARD_REG_SET temps; local
5757 int temps[MAX_TEMPS+1]; member in struct:save_schedule_s
[all...]
/openbsd-current/gnu/usr.bin/perl/t/
H A Dtest.pl1353 my @temps ;
1410 push @temps, $filename;
1543 foreach (@temps) {
/openbsd-current/gnu/gcc/gcc/
H A Dgimplify.c84 tree temps; member in struct:gimplify_ctx
179 for (t = c->temps; t ; t = TREE_CHAIN (t))
183 declare_vars (c->temps, body, false);
185 record_vars (c->temps);
578 For instance, #1 means that this is inappropriate for SAVE_EXPR temps,
579 and #2 means it is inappropriate for && temps.
659 tree temps, block; local
668 temps = nreverse (last);
674 BIND_EXPR_VARS (scope) = temps;
683 BLOCK_VARS (block) = chainon (BLOCK_VARS (block), temps);
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dtest-dist-modules.pl161 my @temps = 'Makefile.PL';
173 push @temps, $temp;
189 realclean => { FILES => "@temps" },

Completed in 300 milliseconds