HomeSort by: relevance | last modified time | path
    Searched defs:illegal (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/locale/
t_btowc.c 48 const char *illegal; /* Illegal single-byte characters, if any */ member in struct:test
63 "", /* No illegal characters in KOI8-R */
109 printf("Checking illegal wide character 0x%lx\n",
137 for (cp = t->illegal; *cp != '\0'; ++cp) {
138 printf("Checking illegal character 0x%x\n",
  /src/sbin/route/
rtutil.c 603 int masklen, final = 0, illegal = 0; local in function:netname6
619 illegal++;
661 illegal++;
665 if (!illegal)
680 if (illegal)
681 warnx("illegal prefixlen");

Completed in 13 milliseconds