Home | History | Annotate | Download | only in gennames

Lines Matching full:safe

622     return ('A'<=c && c<='I') || /* EBCDIC-safe check for letters */
645 char c=0; /* initialize to avoid a compiler warning although the code was safe */