| /src/share/legal/ |
| Makefile | 9 FILESDIR= /usr/share/legal
|
| /src/share/ |
| Makefile | 10 SUBDIR= dict examples installboot legal man me misc mk \
|
| /src/tests/lib/libc/locale/ |
| t_mbtowc.c | 102 const char *legal, size_t stateful) 140 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL); 141 (void)printf("Checking legal sequence: \"%s\"\n", buf); 144 ret = mbtowc(NULL, legal, strlen(legal));
|
| t_btowc.c | 49 const char *legal; /* Legal single-byte characters */ member in struct:test 93 for (cp = t->legal, wcp = t->wlegal; *cp != '\0'; ++cp, ++wcp) { 95 printf("Checking legal character 0x%x\n", c); 144 for (cp = t->legal; *cp != '\0'; ++cp) { 146 printf("Checking legal character 0x%x\n", c); 148 /* A legal character never maps to EOF */
|
| /src/distrib/notes/ |
| Makefile.inc | 29 ${COMMON}/legal.common ${COMMON}/netboot \
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| check_lint.sh | 20 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
|
| cpplint.py | 176 'legal/copyright', 1106 error(filename, 0, 'legal/copyright', 5, 1885 # function argument when the char before the whitespace is legal in
|
| /src/tests/lib/libc/regex/ |
| main.c | 355 const char *legal = (type == 'c') ? "bisnmpg" : "^$#tl"; local in function:options 358 if (strchr(legal, *p) != NULL)
|
| /src/sys/arch/mips/mips/ |
| mipsX_subr.S | 388 bnez k1, MIPSX(nopagetable) #05: not legal address 405 bnez k0, MIPSX(nopagetable) #13: not legal address 548 bnez k1, MIPSX(nopagetable) #04: not legal address 567 beqz k0, MIPSX(nopagetable) #08: not legal address
|