Home
last modified time | relevance | path

Searched refs:needs_quotes (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.c354 int needs_quotes = name_needs_quotes (name); local
358 if (needs_quotes)
372 if (needs_quotes)
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.c383 bool needs_quotes; in machopic_indirection_name() local
411 needs_quotes = name_needs_quotes (name); in machopic_indirection_name()
412 if (needs_quotes) in machopic_indirection_name()
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dpe-dll.c1263 quoteput (char *s, FILE *f, int needs_quotes) in quoteput() argument
1274 needs_quotes = 1; in quoteput()
1276 if (needs_quotes) in quoteput()
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dpe-dll.c1307 quoteput (char *s, FILE *f, int needs_quotes) in quoteput() argument
1318 needs_quotes = 1; in quoteput()
1320 if (needs_quotes) in quoteput()