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

/openbsd-current/gnu/gcc/gcc/
H A Dfix-header.c972 char *protect_name = NULL; /* Identifier following initial #ifndef */
995 protect_name = xstrdup (buf.base);
1038 if (buf.base[0] > 0 && strcmp (buf.base, protect_name) == 0)
971 char *protect_name = NULL; /* Identifier following initial #ifndef */ local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfix-header.c962 char *protect_name = NULL; /* Identifier following initial #ifndef */
985 protect_name = xstrdup (buf.base);
1028 if (buf.base[0] > 0 && strcmp (buf.base, protect_name) == 0)
961 char *protect_name = NULL; /* Identifier following initial #ifndef */ local

Completed in 88 milliseconds