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

/haiku-buildtools/gcc/fixincludes/
H A Dfixfixes.c740 char* pz_tmptmp; local
772 pz_tmptmp = XNEWVEC (char, strlen (argv[4]) + 5);
773 strcpy( pz_tmptmp, argv[4] );
778 pz_tmp_base = basename( pz_tmptmp );
781 if (pathconf( pz_tmptmp, _PC_NAME_MAX ) <= 12 /* is this DOS or Windows9X? */
786 strcat (pz_tmptmp, ".X");
787 if (freopen (pz_tmptmp, "w", stdout) != stdout)
789 fprintf (stderr, z_reopen, errno, strerror( errno ), pz_tmptmp, "out");
797 if (rename (pz_tmptmp, argv[4]) != 0)
800 strerror( errno ), pz_tmptmp, arg
[all...]
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixfixes.c747 char* pz_tmptmp; local
777 pz_tmptmp = xmalloc (strlen (argv[4]) + 5);
778 strcpy( pz_tmptmp, argv[4] );
783 pz_tmp_base = basename( pz_tmptmp );
785 if (pathconf( pz_tmptmp, _PC_NAME_MAX ) <= 12 /* is this DOS or Windows9X? */
789 strcat (pz_tmptmp, ".X");
790 if (freopen (pz_tmptmp, "w", stdout) != stdout)
792 fprintf (stderr, z_reopen, errno, strerror( errno ), pz_tmptmp, "out");
800 if (rename (pz_tmptmp, argv[4]) != 0)
803 strerror( errno ), pz_tmptmp, arg
[all...]

Completed in 123 milliseconds