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

/openbsd-current/gnu/gcc/fixincludes/
H A Dfixfixes.c590 tCC* pz_name = NULL; local
609 pz_name = pz;
626 printf( "#ifndef %s\n", pz_name );
627 printf( "#define %s 1\n\n", pz_name );
640 if (pz_name != NULL) {
641 printf( "\n#endif /* %s */\n", pz_name );
642 free( (void*)pz_name );
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixfixes.c600 tCC* pz_name = NULL; local
619 pz_name = pz;
636 printf( "#ifndef %s\n", pz_name );
637 printf( "#define %s 1\n\n", pz_name );
650 if (pz_name != NULL) {
651 printf( "\n#endif /* %s */\n", pz_name );
652 free( (void*)pz_name );

Completed in 169 milliseconds