/freebsd/usr.sbin/autofs/ |
H A D | automountd.c | 68 done(int request_error, bool wildcards) in done() argument 75 add.add_wildcards = wildcards; in done() 179 bool wildcards; in handle_request() local 227 parse_map(parent, map, key, &wildcards); in handle_request() 228 if (!wildcards) in handle_request() 229 wildcards = node_has_wildcards(parent); in handle_request() 230 if (wildcards) in handle_request() 290 done(0, wildcards); in handle_request() 355 done(0, wildcards); in handle_request()
|
H A D | common.c | 1027 bool *wildcards) in parse_map() argument 1038 if (wildcards != NULL) in parse_map() 1039 *wildcards = false; in parse_map() 1042 if (wildcards != NULL) in parse_map() 1043 *wildcards = true; in parse_map() 1072 if (wildcards != NULL) in parse_map() 1073 *wildcards = true; in parse_map()
|
H A D | common.h | 92 bool *wildcards);
|
/freebsd/contrib/tcpdump/ |
H A D | print-openflow-1.0.c | 1188 uint32_t wildcards; in of10_match_print() local 1195 wildcards = GET_BE_U_4(cp); in of10_match_print() 1196 if (wildcards & OFPFW_U) in of10_match_print() 1197 ND_PRINT("%swildcards 0x%08x (bogus)", pfx, wildcards); in of10_match_print() 1200 if (! (wildcards & OFPFW_IN_PORT)) in of10_match_print() 1205 if (! (wildcards & OFPFW_DL_SRC)) in of10_match_print() 1209 if (! (wildcards & OFPFW_DL_DST)) in of10_match_print() 1213 if (! (wildcards & OFPFW_DL_VLAN)) in of10_match_print() 1217 if (! (wildcards & OFPFW_DL_VLAN_PCP)) in of10_match_print() 1225 if (! (wildcards & OFPFW_DL_TYPE)) in of10_match_print() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user_sqlite | 10 CREATE TABLE wildcards( 18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS'); 19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
|
/freebsd/crypto/openssl/test/ |
H A D | README.md | 93 Also, all tokens except for "alltests" may have wildcards, such as *. 94 (on Unix and Windows, BSD style wildcards are supported, while on VMS, 95 it's VMS style wildcards)
|
/freebsd/contrib/unbound/doc/ |
H A D | FEATURES | 24 including CNAMEs, referrals, wildcards, classes, ... 40 RFC 4592: wildcards.
|
/freebsd/contrib/tcsh/nls/greek/ |
H A D | set3 | 32 30 Ανάπτυξη wildcards στο όνομα αρχείου
|
/freebsd/sys/fs/autofs/ |
H A D | autofs.c | 390 bool wildcards; in autofs_trigger_one() local 472 wildcards = ar->ar_wildcards; in autofs_trigger_one() 494 anp->an_wildcards = wildcards; in autofs_trigger_one()
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | writing-bindings.rst | 42 - DO make 'compatible' properties specific. DON'T use wildcards in compatible
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set3 | 32 30 Expand file name wildcards
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set3 | 32 30 Expand file name wildcards
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set3 | 32 30 Expand file name wildcards
|
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | zed.rc | 134 # or shell wildcards (*, ?) to match multiple subclasses.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_check_host.pod | 29 in section 3.5 of RFC 1034. By default, wildcards are supported
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 80 Many filenames can be supplied as multiple parameters, parameters with wildcards or names of direct…
|
/freebsd/sys/cam/ |
H A D | README.quirks | 211 (i.e., too many wildcards).
|
/freebsd/usr.sbin/bsdconfig/startup/share/ |
H A D | rcconf.subr | 425 # This prevents dialog(1) from expanding wildcards in help line.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Process.inc | 150 /// have wildcards or doesn't match any files.
|
/freebsd/contrib/bmake/ |
H A D | FILES | 185 unit-tests/dep-wildcards.exp 186 unit-tests/dep-wildcards.mk
|
/freebsd/usr.bin/bmake/unit-tests/ |
H A D | Makefile | 118 TESTS+= dep-wildcards
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | Makefile | 115 TESTS+= dep-wildcards
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | README.md | 131 Multiple filenames can be supplied, as multiple parameters, with wildcards,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 757 /* Allow (non-partial) wildcards to match multiple labels. */
|
/freebsd/contrib/bmake/mk/ |
H A D | ChangeLog | 1101 * meta.stage.mk: allow wildcards in STAGE_FILES.* etc. 1587 * dirdeps.mk: avoid wildcards like make(bootstrap*)
|