Searched refs:pz_tmptmp (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/fixincludes/
H A Dfixfixes.c741 char* pz_tmptmp; local
773 pz_tmptmp = XNEWVEC (char, strlen (argv[4]) + 5);
774 strcpy( pz_tmptmp, argv[4] );
779 pz_tmp_base = basename( pz_tmptmp );
782 if (pathconf( pz_tmptmp, _PC_NAME_MAX ) <= 12 /* is this DOS or Windows9X? */
787 strcat (pz_tmptmp, ".X");
788 if (freopen (pz_tmptmp, "w", stdout) != stdout)
790 fprintf (stderr, z_reopen, errno, strerror( errno ), pz_tmptmp, "out");
798 if (rename (pz_tmptmp, argv[4]) != 0)
801 strerror( errno ), pz_tmptmp, arg
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixfixes.c755 char* pz_tmptmp; local
785 pz_tmptmp = (char*)xmalloc( strlen( argv[4] ) + 5 );
786 strcpy( pz_tmptmp, argv[4] );
791 pz_tmp_base = basename( pz_tmptmp );
793 if (pathconf( pz_tmptmp, _PC_NAME_MAX ) <= 12 /* is this DOS or Windows9X? */
797 strcat (pz_tmptmp, ".X");
798 if (freopen (pz_tmptmp, "w", stdout) != stdout)
800 fprintf (stderr, z_reopen, errno, strerror( errno ), pz_tmptmp, "out");
808 if (rename (pz_tmptmp, argv[4]) != 0)
811 strerror( errno ), pz_tmptmp, arg
[all...]

Completed in 174 milliseconds