Searched refs:legal (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/share/doc/legal/intel_ipw/
H A DMakefile4 FILESDIR= ${SHAREDIR}/doc/legal
/freebsd-11-stable/share/doc/legal/intel_iwi/
H A DMakefile4 FILESDIR= ${SHAREDIR}/doc/legal
/freebsd-11-stable/share/doc/legal/intel_iwn/
H A DMakefile4 FILESDIR= ${SHAREDIR}/doc/legal
/freebsd-11-stable/share/doc/legal/intel_wpi/
H A DMakefile4 FILESDIR= ${SHAREDIR}/doc/legal
/freebsd-11-stable/share/doc/legal/realtek/
H A DMakefile4 FILESDIR= ${SHAREDIR}/doc/legal
/freebsd-11-stable/share/doc/
H A DMakefile8 legal \
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbtowc.c72 h_mbtowc(const char *locale, const char *illegal, const char *legal) argument
116 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL);
117 (void)printf("Checking legal sequence: \"%s\"\n", buf);
120 ret = mbtowc(NULL, legal, strlen(legal));
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp238 bool legal = false; local
244 legal = true;
248 legal = true;
252 legal = false;
254 legal = false;
255 if (legal)
/freebsd-11-stable/targets/pseudo/userland/share/
H A DMakefile.depend12 share/doc/legal/intel_ipw \
13 share/doc/legal/intel_iwi \
14 share/doc/legal/intel_iwn \
15 share/doc/legal/intel_wpi \
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in331 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
334 SEND-PR: rejects-legal GCC gives an error message for correct code.
336 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
463 ""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimizes-code|sw-bug|change-request|support) CNT=`expr $CNT + 1` ;;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c341 const char *legal = (type == 'c') ? "bisnmp" : "^$#tl"; local
344 if (strchr(legal, *p) != NULL)
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c312 char *legal = (type == 'c') ? "bisnmp" : "^$#tl"; local
315 if (strchr(legal, *p) != NULL)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp284 // If this is the charify operation and the result is not a legal character
294 isBad = Result[1] == '\''; // ''' is not legal. '\' already fixed above.
300 Result = "' '"; // Use something arbitrary, but legal.
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c1417 * According to us make it legal, but don't send a 2nd
2675 int legal)
2751 if (!legal) {
2798 int legal)
2853 if (legal) {
2898 int legal)
2953 if (legal) {
3030 int legal)
3040 if (legal) {
3102 unx_drop_party(struct call *c, struct uni_msg *m, struct uni_all *u, int legal) argument
2674 unx_add_party(struct call *c, struct uni_msg *m, struct uni_all *u, int legal) argument
2797 un10n8_add_party_ack(struct call *c, struct uni_msg *m, struct uni_all *u, int legal) argument
2897 unx_party_alerting(struct call *c, struct uni_msg *m, struct uni_all *u, int legal) argument
3029 unx_add_party_rej(struct call *c, struct uni_msg *m, struct uni_all *u, int legal) argument
3185 unx_drop_party_ack(struct call *c, struct uni_msg *m, struct uni_all *u, int legal) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc634 // starts with \\.\, since device namespaces are not legal file paths.
/freebsd-11-stable/sys/conf/
H A Dkmod.mk43 # order to use this firmware. See /usr/share/doc/legal
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c1544 vfs_filteropt(struct vfsoptlist *opts, const char **legal) argument
1566 for(t = legal; *t != NULL; t++) {
/freebsd-11-stable/sys/sys/
H A Dmount.h862 int vfs_filteropt(struct vfsoptlist *, const char **legal);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl1262 flag, only expansions that result in legal addresses
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk350 # ALL_MACHINE_LIST is the list of all legal machines - ignore anything else
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk403 # ALL_MACHINE_LIST is the list of all legal machines - ignore anything else

Completed in 363 milliseconds