Home
last modified time | relevance | path

Searched refs:wildcards (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/usr.sbin/autofs/
H A Dautomountd.c68 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 Dcommon.c1027 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 Dcommon.h92 bool *wildcards);
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite10 CREATE TABLE wildcards(
18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
/freebsd/contrib/tcpdump/
H A Dprint-openflow-1.0.c1201 uint32_t wildcards; in of10_match_print() local
1208 wildcards = GET_BE_U_4(cp); in of10_match_print()
1209 if (wildcards & OFPFW_U) in of10_match_print()
1213 if (! (wildcards & OFPFW_IN_PORT)) in of10_match_print()
1218 if (! (wildcards & OFPFW_DL_SRC)) in of10_match_print()
1222 if (! (wildcards & OFPFW_DL_DST)) in of10_match_print()
1226 if (! (wildcards & OFPFW_DL_VLAN)) in of10_match_print()
1238 if (! (wildcards & OFPFW_DL_TYPE)) in of10_match_print()
1241 if (! (wildcards & OFPFW_NW_TOS)) in of10_match_print()
1265 if (! (wildcards & OFPFW_TP_SRC)) { in of10_match_print()
[all …]
/freebsd/crypto/openssl/test/
H A DREADME.md93 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/tcsh/nls/greek/
H A Dset332 30 Ανάπτυξη wildcards στο όνομα αρχείου
/freebsd/contrib/unbound/doc/
H A DFEATURES24 including CNAMEs, referrals, wildcards, classes, ...
40 RFC 4592: wildcards.
/freebsd/sys/fs/autofs/
H A Dautofs.c390 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 Dwriting-bindings.rst42 - DO make 'compatible' properties specific. DON'T use wildcards in compatible
/freebsd/contrib/tcsh/nls/russian/
H A Dset332 30 Expand file name wildcards
/freebsd/contrib/tcsh/nls/C/
H A Dset332 30 Expand file name wildcards
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset332 30 Expand file name wildcards
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc134 # or shell wildcards (*, ?) to match multiple subclasses.
/freebsd/crypto/openssl/doc/man3/
H A DX509_check_host.pod29 in section 3.5 of RFC 1034. By default, wildcards are supported
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md80 Many filenames can be supplied as multiple parameters, parameters with wildcards or names of direct…
/freebsd/sys/cam/
H A DREADME.quirks211 (i.e., too many wildcards).
/freebsd/usr.sbin/bsdconfig/startup/share/
H A Drcconf.subr425 # This prevents dialog(1) from expanding wildcards in help line.
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc150 /// have wildcards or doesn't match any files.
/freebsd/contrib/bmake/
H A DFILES185 unit-tests/dep-wildcards.exp
186 unit-tests/dep-wildcards.mk
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile113 TESTS+= dep-wildcards
/freebsd/contrib/bmake/unit-tests/
H A DMakefile110 TESTS+= dep-wildcards
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md131 Multiple filenames can be supplied, as multiple parameters, with wildcards,
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in757 /* Allow (non-partial) wildcards to match multiple labels. */
/freebsd/contrib/bmake/mk/
H A DChangeLog958 * meta.stage.mk: allow wildcards in STAGE_FILES.* etc.
1444 * dirdeps.mk: avoid wildcards like make(bootstrap*)

12