Searched refs:wildcard (Results 51 - 75 of 157) sorted by relevance

1234567

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpktap.c567 * If name does not end with a number then it's a "wildcard" match
839 int wildcard = 0; local
880 wildcard = 1;
884 laddr, lport, wildcard, outgoing ? NULL : ifp);
903 int wildcard = 0; local
944 wildcard = 1;
948 laddr, lport, wildcard, outgoing ? NULL : ifp);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfiles.el807 ;; If filename contains a wildcard, newname will be the old name.
1076 suppress wildcard expansion by setting `find-file-wildcards' to nil.
1426 Optional fourth arg WILDCARDS non-nil means do wildcard processing
4574 (defun wildcard-to-regexp (wildcard)
4577 matches that wildcard according to shell rules. Only wildcards known
4579 (let* ((i (string-match "[[.*+\\^$?]" wildcard))
4581 (result (substring wildcard 0 i))
4582 (len (length wildcard)))
4586 (let ((ch (aref wildcard
[all...]
/macosx-10.10/apache_mod_php-93/
H A DMakefile116 AEP_Filename = $(wildcard $(AEP_ProjVers).tar.gz $(AEP_ProjVers).tar.bz2)
133 AEP_ManPages := $(wildcard *.[1-9] man/*.[1-9])
332 ifneq ($(strip $(wildcard $(USRDIR)/local/include/pcre.*)),)
/macosx-10.10/ICU-531.30/icuSources/config/
H A Dmh-cygwin-msvc103 ifeq ($(wildcard $(LIBDIR)/$(LIBICU)$(DATA_STUBNAME)$(ICULIBSUFFIX).lib),)
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c1700 int matchwild = 3, wildcard; local
1708 * Look for an unconnected (wildcard foreign addr) PCB that
1754 wildcard = 0;
1760 wildcard++;
1763 wildcard++;
1769 wildcard++;
1771 if (wildcard < matchwild) {
1773 matchwild = wildcard;
1791 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard,
1843 if (!wildcard) {
1790 in_pcblookup_hash_exists(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, uid_t *uid, gid_t *gid, struct ifnet *ifp) argument
1913 in_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, struct ifnet *ifp) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dcert_37.c262 UNUSED(wildcard);
H A Dcname_5.c215 UNUSED(wildcard);
H A Ddname_39.c216 UNUSED(wildcard);
H A Dgpos_27.c235 UNUSED(wildcard);
H A Dhinfo_13.c207 UNUSED(wildcard);
H A Disdn_20.c217 UNUSED(wildcard);
H A Dmb_7.c217 UNUSED(wildcard);
H A Dmd_3.c219 UNUSED(wildcard);
H A Dmf_4.c218 UNUSED(wildcard);
H A Dmg_8.c213 UNUSED(wildcard);
H A Dmr_9.c214 UNUSED(wildcard);
H A Dns_2.c226 UNUSED(wildcard);
H A Dopt_41.c263 UNUSED(wildcard);
H A Dptr_12.c225 UNUSED(wildcard);
H A Dspf_99.c221 UNUSED(wildcard);
H A Dsshfp_44.c245 UNUSED(wildcard);
H A Dtlsa_52.c268 UNUSED(wildcard);
H A Dtxt_16.c221 UNUSED(wildcard);
H A Dx25_19.c202 UNUSED(wildcard);
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/hs_4/
H A Da_1.c214 UNUSED(wildcard);

Completed in 129 milliseconds

1234567